public class Compute.Instances.GetShieldedInstanceIdentity extends ComputeRequest<ShieldedInstanceIdentity>
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
GetShieldedInstanceIdentity(String project,
String zone,
String instance)
Returns the Shielded Instance Identity of an instance
Create a request for the method "instances.getShieldedInstanceIdentity".
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, getUserIp, 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 GetShieldedInstanceIdentity(String project, String zone, String instance)
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation. GetShieldedInstanceIdentity#initialize(com.google.api.client.googleapis.s
ervices.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.instance
- Name or id of the instance scoping this request.public com.google.api.client.http.HttpResponse executeUsingHead() throws IOException
executeUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ShieldedInstanceIdentity>
IOException
public com.google.api.client.http.HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ShieldedInstanceIdentity>
IOException
public Compute.Instances.GetShieldedInstanceIdentity set$Xgafv(String $Xgafv)
ComputeRequest
set$Xgafv
in class ComputeRequest<ShieldedInstanceIdentity>
public Compute.Instances.GetShieldedInstanceIdentity setAccessToken(String accessToken)
ComputeRequest
setAccessToken
in class ComputeRequest<ShieldedInstanceIdentity>
public Compute.Instances.GetShieldedInstanceIdentity setAlt(String alt)
ComputeRequest
setAlt
in class ComputeRequest<ShieldedInstanceIdentity>
public Compute.Instances.GetShieldedInstanceIdentity setCallback(String callback)
ComputeRequest
setCallback
in class ComputeRequest<ShieldedInstanceIdentity>
public Compute.Instances.GetShieldedInstanceIdentity setFields(String fields)
ComputeRequest
setFields
in class ComputeRequest<ShieldedInstanceIdentity>
public Compute.Instances.GetShieldedInstanceIdentity setKey(String key)
ComputeRequest
setKey
in class ComputeRequest<ShieldedInstanceIdentity>
public Compute.Instances.GetShieldedInstanceIdentity setOauthToken(String oauthToken)
ComputeRequest
setOauthToken
in class ComputeRequest<ShieldedInstanceIdentity>
public Compute.Instances.GetShieldedInstanceIdentity setPrettyPrint(Boolean prettyPrint)
ComputeRequest
setPrettyPrint
in class ComputeRequest<ShieldedInstanceIdentity>
public Compute.Instances.GetShieldedInstanceIdentity setQuotaUser(String quotaUser)
ComputeRequest
setQuotaUser
in class ComputeRequest<ShieldedInstanceIdentity>
public Compute.Instances.GetShieldedInstanceIdentity setUploadType(String uploadType)
ComputeRequest
setUploadType
in class ComputeRequest<ShieldedInstanceIdentity>
public Compute.Instances.GetShieldedInstanceIdentity setUploadProtocol(String uploadProtocol)
ComputeRequest
setUploadProtocol
in class ComputeRequest<ShieldedInstanceIdentity>
public Compute.Instances.GetShieldedInstanceIdentity setUserIp(String userIp)
ComputeRequest
setUserIp
in class ComputeRequest<ShieldedInstanceIdentity>
public String getProject()
public Compute.Instances.GetShieldedInstanceIdentity setProject(String project)
public String getZone()
public Compute.Instances.GetShieldedInstanceIdentity setZone(String zone)
public String getInstance()
public Compute.Instances.GetShieldedInstanceIdentity setInstance(String instance)
public Compute.Instances.GetShieldedInstanceIdentity set(String parameterName, Object value)
set
in class ComputeRequest<ShieldedInstanceIdentity>
Copyright © 2011–2024 Google. All rights reserved.