
target.apidocs.com.google.api.services.cloudasset.v1.CloudAsset.V1.AnalyzeMove.html Maven / Gradle / Ivy
CloudAsset.V1.AnalyzeMove (Cloud Asset API v1-rev20241211-2.0.0)
com.google.api.services.cloudasset.v1
Class CloudAsset.V1.AnalyzeMove
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.googleapis.services.AbstractGoogleClientRequest<T>
-
- com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>
-
- com.google.api.services.cloudasset.v1.CloudAssetRequest<AnalyzeMoveResponse>
-
- com.google.api.services.cloudasset.v1.CloudAsset.V1.AnalyzeMove
-
- Enclosing class:
- CloudAsset.V1
public class CloudAsset.V1.AnalyzeMove
extends CloudAssetRequest<AnalyzeMoveResponse>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Modifier
Constructor and Description
protected
AnalyzeMove(String resource)
Analyze moving a resource to a specified destination without kicking off the actual move.
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
com.google.api.client.http.HttpRequest
buildHttpRequestUsingHead()
com.google.api.client.http.HttpResponse
executeUsingHead()
String
getDestinationParent()
Required.
String
getResource()
Required.
String
getView()
Analysis view indicating what information should be included in the analysis response.
CloudAsset.V1.AnalyzeMove
set(String parameterName,
Object value)
CloudAsset.V1.AnalyzeMove
set$Xgafv(String $Xgafv)
V1 error format.
CloudAsset.V1.AnalyzeMove
setAccessToken(String accessToken)
OAuth access token.
CloudAsset.V1.AnalyzeMove
setAlt(String alt)
Data format for response.
CloudAsset.V1.AnalyzeMove
setCallback(String callback)
JSONP
CloudAsset.V1.AnalyzeMove
setDestinationParent(String destinationParent)
Required.
CloudAsset.V1.AnalyzeMove
setFields(String fields)
Selector specifying which fields to include in a partial response.
CloudAsset.V1.AnalyzeMove
setKey(String key)
API key.
CloudAsset.V1.AnalyzeMove
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
CloudAsset.V1.AnalyzeMove
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
CloudAsset.V1.AnalyzeMove
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
CloudAsset.V1.AnalyzeMove
setResource(String resource)
Required.
CloudAsset.V1.AnalyzeMove
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
CloudAsset.V1.AnalyzeMove
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
CloudAsset.V1.AnalyzeMove
setView(String view)
Analysis view indicating what information should be included in the analysis response.
-
Methods inherited from class com.google.api.services.cloudasset.v1.CloudAssetRequest
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeaders
-
Methods inherited from class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest
getJsonContent, newExceptionOnError, queue
-
Methods inherited from class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
buildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStream
-
Methods inherited from class com.google.api.client.util.GenericData
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Constructor Detail
-
AnalyzeMove
protected AnalyzeMove(String resource)
Analyze moving a resource to a specified destination without kicking off the actual move. The
analysis is best effort depending on the user's permissions of viewing different hierarchical
policies and configurations. The policies and configuration are subject to change before the
actual resource migration takes place.
Create a request for the method "v1.analyzeMove".
This request holds the parameters needed by the the cloudasset server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote
operation. CloudAsset.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must be called to initialize this instance immediately after invoking the constructor.
- Parameters:
resource
- Required. Name of the resource to perform the analysis against. Only Google Cloud projects are
supported as of today. Hence, this can only be a project ID (such as "projects/my-project-
id") or a project number (such as "projects/12345").
- Since:
- 1.13
-
Method Detail
-
executeUsingHead
public com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
- Overrides:
executeUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<AnalyzeMoveResponse>
- Throws:
IOException
-
buildHttpRequestUsingHead
public com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
- Overrides:
buildHttpRequestUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<AnalyzeMoveResponse>
- Throws:
IOException
-
set$Xgafv
public CloudAsset.V1.AnalyzeMove set$Xgafv(String $Xgafv)
Description copied from class: CloudAssetRequest
V1 error format.
- Overrides:
set$Xgafv
in class CloudAssetRequest<AnalyzeMoveResponse>
-
setAccessToken
public CloudAsset.V1.AnalyzeMove setAccessToken(String accessToken)
Description copied from class: CloudAssetRequest
OAuth access token.
- Overrides:
setAccessToken
in class CloudAssetRequest<AnalyzeMoveResponse>
-
setAlt
public CloudAsset.V1.AnalyzeMove setAlt(String alt)
Description copied from class: CloudAssetRequest
Data format for response.
- Overrides:
setAlt
in class CloudAssetRequest<AnalyzeMoveResponse>
-
setCallback
public CloudAsset.V1.AnalyzeMove setCallback(String callback)
Description copied from class: CloudAssetRequest
JSONP
- Overrides:
setCallback
in class CloudAssetRequest<AnalyzeMoveResponse>
-
setFields
public CloudAsset.V1.AnalyzeMove setFields(String fields)
Description copied from class: CloudAssetRequest
Selector specifying which fields to include in a partial response.
- Overrides:
setFields
in class CloudAssetRequest<AnalyzeMoveResponse>
-
setKey
public CloudAsset.V1.AnalyzeMove setKey(String key)
Description copied from class: CloudAssetRequest
API key. Your API key identifies your project and provides you with API access, quota, and
reports. Required unless you provide an OAuth 2.0 token.
- Overrides:
setKey
in class CloudAssetRequest<AnalyzeMoveResponse>
-
setOauthToken
public CloudAsset.V1.AnalyzeMove setOauthToken(String oauthToken)
Description copied from class: CloudAssetRequest
OAuth 2.0 token for the current user.
- Overrides:
setOauthToken
in class CloudAssetRequest<AnalyzeMoveResponse>
-
setPrettyPrint
public CloudAsset.V1.AnalyzeMove setPrettyPrint(Boolean prettyPrint)
Description copied from class: CloudAssetRequest
Returns response with indentations and line breaks.
- Overrides:
setPrettyPrint
in class CloudAssetRequest<AnalyzeMoveResponse>
-
setQuotaUser
public CloudAsset.V1.AnalyzeMove setQuotaUser(String quotaUser)
Description copied from class: CloudAssetRequest
Available to use for quota purposes for server-side applications. Can be any arbitrary string
assigned to a user, but should not exceed 40 characters.
- Overrides:
setQuotaUser
in class CloudAssetRequest<AnalyzeMoveResponse>
-
setUploadType
public CloudAsset.V1.AnalyzeMove setUploadType(String uploadType)
Description copied from class: CloudAssetRequest
Legacy upload protocol for media (e.g. "media", "multipart").
- Overrides:
setUploadType
in class CloudAssetRequest<AnalyzeMoveResponse>
-
setUploadProtocol
public CloudAsset.V1.AnalyzeMove setUploadProtocol(String uploadProtocol)
Description copied from class: CloudAssetRequest
Upload protocol for media (e.g. "raw", "multipart").
- Overrides:
setUploadProtocol
in class CloudAssetRequest<AnalyzeMoveResponse>
-
getResource
public String getResource()
Required. Name of the resource to perform the analysis against. Only Google Cloud projects are
supported as of today. Hence, this can only be a project ID (such as "projects/my-project-id") or a
project number (such as "projects/12345").
-
setResource
public CloudAsset.V1.AnalyzeMove setResource(String resource)
Required. Name of the resource to perform the analysis against. Only Google Cloud projects
are supported as of today. Hence, this can only be a project ID (such as "projects/my-
project-id") or a project number (such as "projects/12345").
-
getDestinationParent
public String getDestinationParent()
Required. Name of the Google Cloud folder or organization to reparent the target resource. The
analysis will be performed against hypothetically moving the resource to this specified
desitination parent. This can only be a folder number (such as "folders/123") or an organization
number (such as "organizations/123").
-
setDestinationParent
public CloudAsset.V1.AnalyzeMove setDestinationParent(String destinationParent)
Required. Name of the Google Cloud folder or organization to reparent the target resource.
The analysis will be performed against hypothetically moving the resource to this specified
desitination parent. This can only be a folder number (such as "folders/123") or an
organization number (such as "organizations/123").
-
getView
public String getView()
Analysis view indicating what information should be included in the analysis response. If
unspecified, the default view is FULL.
-
setView
public CloudAsset.V1.AnalyzeMove setView(String view)
Analysis view indicating what information should be included in the analysis response. If
unspecified, the default view is FULL.
-
set
public CloudAsset.V1.AnalyzeMove set(String parameterName,
Object value)
- Overrides:
set
in class CloudAssetRequest<AnalyzeMoveResponse>
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy