public class ServiceNetworking.Operations.Get extends ServiceNetworkingRequest<Operation>
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
Get(String name)
Gets the latest state of a long-running operation.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
String |
getName()
The name of the operation resource.
|
ServiceNetworking.Operations.Get |
set(String parameterName,
Object value) |
ServiceNetworking.Operations.Get |
set$Xgafv(String $Xgafv)
V1 error format.
|
ServiceNetworking.Operations.Get |
setAccessToken(String accessToken)
OAuth access token.
|
ServiceNetworking.Operations.Get |
setAlt(String alt)
Data format for response.
|
ServiceNetworking.Operations.Get |
setCallback(String callback)
JSONP
|
ServiceNetworking.Operations.Get |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
ServiceNetworking.Operations.Get |
setKey(String key)
API key.
|
ServiceNetworking.Operations.Get |
setName(String name)
The name of the operation resource.
|
ServiceNetworking.Operations.Get |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
ServiceNetworking.Operations.Get |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
ServiceNetworking.Operations.Get |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
ServiceNetworking.Operations.Get |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
ServiceNetworking.Operations.Get |
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
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
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 Get(String name)
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
ServiceNetworking.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must be
called to initialize this instance immediately after invoking the constructor.
name
- The name of the operation resource.public com.google.api.client.http.HttpResponse executeUsingHead() throws IOException
executeUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Operation>
IOException
public com.google.api.client.http.HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Operation>
IOException
public ServiceNetworking.Operations.Get set$Xgafv(String $Xgafv)
ServiceNetworkingRequest
set$Xgafv
in class ServiceNetworkingRequest<Operation>
public ServiceNetworking.Operations.Get setAccessToken(String accessToken)
ServiceNetworkingRequest
setAccessToken
in class ServiceNetworkingRequest<Operation>
public ServiceNetworking.Operations.Get setAlt(String alt)
ServiceNetworkingRequest
setAlt
in class ServiceNetworkingRequest<Operation>
public ServiceNetworking.Operations.Get setCallback(String callback)
ServiceNetworkingRequest
setCallback
in class ServiceNetworkingRequest<Operation>
public ServiceNetworking.Operations.Get setFields(String fields)
ServiceNetworkingRequest
setFields
in class ServiceNetworkingRequest<Operation>
public ServiceNetworking.Operations.Get setKey(String key)
ServiceNetworkingRequest
setKey
in class ServiceNetworkingRequest<Operation>
public ServiceNetworking.Operations.Get setOauthToken(String oauthToken)
ServiceNetworkingRequest
setOauthToken
in class ServiceNetworkingRequest<Operation>
public ServiceNetworking.Operations.Get setPrettyPrint(Boolean prettyPrint)
ServiceNetworkingRequest
setPrettyPrint
in class ServiceNetworkingRequest<Operation>
public ServiceNetworking.Operations.Get setQuotaUser(String quotaUser)
ServiceNetworkingRequest
setQuotaUser
in class ServiceNetworkingRequest<Operation>
public ServiceNetworking.Operations.Get setUploadType(String uploadType)
ServiceNetworkingRequest
setUploadType
in class ServiceNetworkingRequest<Operation>
public ServiceNetworking.Operations.Get setUploadProtocol(String uploadProtocol)
ServiceNetworkingRequest
setUploadProtocol
in class ServiceNetworkingRequest<Operation>
public String getName()
public ServiceNetworking.Operations.Get setName(String name)
public ServiceNetworking.Operations.Get set(String parameterName, Object value)
set
in class ServiceNetworkingRequest<Operation>
Copyright © 2011–2024 Google. All rights reserved.