public class Compute.InstantSnapshots.Export extends ComputeRequest<Operation>
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
USER_AGENT_SUFFIX
Modifier | Constructor and Description |
---|---|
protected |
Export(String project,
String zone,
String instantSnapshot,
InstantSnapshotsExportRequest content)
Export the changed blocks between two instant snapshots to a customer's bucket in the user
specified format.
|
Modifier and Type | Method and Description |
---|---|
String |
getInstantSnapshot()
Name of the instant snapshot to export.
|
String |
getProject()
Project ID for this request.
|
String |
getRequestId()
An optional request ID to identify requests.
|
String |
getZone()
The name of the zone for this request.
|
Compute.InstantSnapshots.Export |
set(String parameterName,
Object value) |
Compute.InstantSnapshots.Export |
set$Xgafv(String $Xgafv)
V1 error format.
|
Compute.InstantSnapshots.Export |
setAccessToken(String accessToken)
OAuth access token.
|
Compute.InstantSnapshots.Export |
setAlt(String alt)
Data format for response.
|
Compute.InstantSnapshots.Export |
setCallback(String callback)
JSONP
|
Compute.InstantSnapshots.Export |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Compute.InstantSnapshots.Export |
setInstantSnapshot(String instantSnapshot)
Name of the instant snapshot to export.
|
Compute.InstantSnapshots.Export |
setKey(String key)
API key.
|
Compute.InstantSnapshots.Export |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Compute.InstantSnapshots.Export |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Compute.InstantSnapshots.Export |
setProject(String project)
Project ID for this request.
|
Compute.InstantSnapshots.Export |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Compute.InstantSnapshots.Export |
setRequestId(String requestId)
An optional request ID to identify requests.
|
Compute.InstantSnapshots.Export |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Compute.InstantSnapshots.Export |
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
|
Compute.InstantSnapshots.Export |
setUserIp(String userIp)
Legacy name for parameter that has been superseded by `quotaUser`.
|
Compute.InstantSnapshots.Export |
setZone(String zone)
The name of the zone for this request.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, getUserIp, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStream
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
protected Export(String project, String zone, String instantSnapshot, InstantSnapshotsExportRequest content)
AbstractGoogleClientRequest.execute()
method to invoke the remote operation. Compute.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must
be called to initialize this instance immediately after invoking the constructor.
project
- Project ID for this request.zone
- The name of the zone for this request.instantSnapshot
- Name of the instant snapshot to export.content
- the InstantSnapshotsExportRequest
public Compute.InstantSnapshots.Export set$Xgafv(String $Xgafv)
ComputeRequest
set$Xgafv
in class ComputeRequest<Operation>
public Compute.InstantSnapshots.Export setAccessToken(String accessToken)
ComputeRequest
setAccessToken
in class ComputeRequest<Operation>
public Compute.InstantSnapshots.Export setAlt(String alt)
ComputeRequest
setAlt
in class ComputeRequest<Operation>
public Compute.InstantSnapshots.Export setCallback(String callback)
ComputeRequest
setCallback
in class ComputeRequest<Operation>
public Compute.InstantSnapshots.Export setFields(String fields)
ComputeRequest
setFields
in class ComputeRequest<Operation>
public Compute.InstantSnapshots.Export setKey(String key)
ComputeRequest
setKey
in class ComputeRequest<Operation>
public Compute.InstantSnapshots.Export setOauthToken(String oauthToken)
ComputeRequest
setOauthToken
in class ComputeRequest<Operation>
public Compute.InstantSnapshots.Export setPrettyPrint(Boolean prettyPrint)
ComputeRequest
setPrettyPrint
in class ComputeRequest<Operation>
public Compute.InstantSnapshots.Export setQuotaUser(String quotaUser)
ComputeRequest
setQuotaUser
in class ComputeRequest<Operation>
public Compute.InstantSnapshots.Export setUploadType(String uploadType)
ComputeRequest
setUploadType
in class ComputeRequest<Operation>
public Compute.InstantSnapshots.Export setUploadProtocol(String uploadProtocol)
ComputeRequest
setUploadProtocol
in class ComputeRequest<Operation>
public Compute.InstantSnapshots.Export setUserIp(String userIp)
ComputeRequest
setUserIp
in class ComputeRequest<Operation>
public String getProject()
public Compute.InstantSnapshots.Export setProject(String project)
public String getZone()
public Compute.InstantSnapshots.Export setZone(String zone)
public String getInstantSnapshot()
public Compute.InstantSnapshots.Export setInstantSnapshot(String instantSnapshot)
public String getRequestId()
public Compute.InstantSnapshots.Export setRequestId(String requestId)
public Compute.InstantSnapshots.Export set(String parameterName, Object value)
set
in class ComputeRequest<Operation>
Copyright © 2011–2022 Google. All rights reserved.