public class Compute.Instances.GetShieldedInstanceIdentity extends ComputeRequest<ShieldedInstanceIdentity>
com.google.api.client.util.GenericData.FlagsAbstractMap.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".
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
String |
getInstance()
Name or id of the instance scoping this request.
|
String |
getProject()
Project ID for this request.
|
String |
getZone()
The name of the zone for this request.
|
Compute.Instances.GetShieldedInstanceIdentity |
set(String parameterName,
Object value) |
Compute.Instances.GetShieldedInstanceIdentity |
setAlt(String alt)
Data format for the response.
|
Compute.Instances.GetShieldedInstanceIdentity |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Compute.Instances.GetShieldedInstanceIdentity |
setInstance(String instance)
Name or id of the instance scoping this request.
|
Compute.Instances.GetShieldedInstanceIdentity |
setKey(String key)
API key.
|
Compute.Instances.GetShieldedInstanceIdentity |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Compute.Instances.GetShieldedInstanceIdentity |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Compute.Instances.GetShieldedInstanceIdentity |
setProject(String project)
Project ID for this request.
|
Compute.Instances.GetShieldedInstanceIdentity |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
Compute.Instances.GetShieldedInstanceIdentity |
setUserIp(String userIp)
Deprecated.
|
Compute.Instances.GetShieldedInstanceIdentity |
setZone(String zone)
The name of the zone for this request.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queueclone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected 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>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ShieldedInstanceIdentity>IOExceptionpublic Compute.Instances.GetShieldedInstanceIdentity setAlt(String alt)
ComputeRequestsetAlt in class ComputeRequest<ShieldedInstanceIdentity>public Compute.Instances.GetShieldedInstanceIdentity setFields(String fields)
ComputeRequestsetFields in class ComputeRequest<ShieldedInstanceIdentity>public Compute.Instances.GetShieldedInstanceIdentity setKey(String key)
ComputeRequestsetKey in class ComputeRequest<ShieldedInstanceIdentity>public Compute.Instances.GetShieldedInstanceIdentity setOauthToken(String oauthToken)
ComputeRequestsetOauthToken in class ComputeRequest<ShieldedInstanceIdentity>public Compute.Instances.GetShieldedInstanceIdentity setPrettyPrint(Boolean prettyPrint)
ComputeRequestsetPrettyPrint in class ComputeRequest<ShieldedInstanceIdentity>public Compute.Instances.GetShieldedInstanceIdentity setQuotaUser(String quotaUser)
ComputeRequestsetQuotaUser in class ComputeRequest<ShieldedInstanceIdentity>public Compute.Instances.GetShieldedInstanceIdentity setUserIp(String userIp)
ComputeRequestsetUserIp 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–2019 Google. All rights reserved.