public class ServiceNetworking.Operations.Get extends ServiceNetworkingRequest<Operation>
com.google.api.client.util.GenericData.FlagsAbstractMap.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, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStreamclone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toStringclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected 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>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Operation>IOExceptionpublic ServiceNetworking.Operations.Get set$Xgafv(String $Xgafv)
ServiceNetworkingRequestset$Xgafv in class ServiceNetworkingRequest<Operation>public ServiceNetworking.Operations.Get setAccessToken(String accessToken)
ServiceNetworkingRequestsetAccessToken in class ServiceNetworkingRequest<Operation>public ServiceNetworking.Operations.Get setAlt(String alt)
ServiceNetworkingRequestsetAlt in class ServiceNetworkingRequest<Operation>public ServiceNetworking.Operations.Get setCallback(String callback)
ServiceNetworkingRequestsetCallback in class ServiceNetworkingRequest<Operation>public ServiceNetworking.Operations.Get setFields(String fields)
ServiceNetworkingRequestsetFields in class ServiceNetworkingRequest<Operation>public ServiceNetworking.Operations.Get setKey(String key)
ServiceNetworkingRequestsetKey in class ServiceNetworkingRequest<Operation>public ServiceNetworking.Operations.Get setOauthToken(String oauthToken)
ServiceNetworkingRequestsetOauthToken in class ServiceNetworkingRequest<Operation>public ServiceNetworking.Operations.Get setPrettyPrint(Boolean prettyPrint)
ServiceNetworkingRequestsetPrettyPrint in class ServiceNetworkingRequest<Operation>public ServiceNetworking.Operations.Get setQuotaUser(String quotaUser)
ServiceNetworkingRequestsetQuotaUser in class ServiceNetworkingRequest<Operation>public ServiceNetworking.Operations.Get setUploadType(String uploadType)
ServiceNetworkingRequestsetUploadType in class ServiceNetworkingRequest<Operation>public ServiceNetworking.Operations.Get setUploadProtocol(String uploadProtocol)
ServiceNetworkingRequestsetUploadProtocol 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–2025 Google. All rights reserved.