public class DeploymentManagerAlpha.Types.Get extends DeploymentManagerAlphaRequest<Type>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>USER_AGENT_SUFFIX| Modifier | Constructor and Description |
|---|---|
protected |
Get(String project,
String type)
Gets information about a specific type.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
buildHttpRequestUsingHead() |
HttpResponse |
executeUsingHead() |
String |
getProject()
The project ID for this request.
|
String |
getType()
The name of the type for this request.
|
DeploymentManagerAlpha.Types.Get |
set(String parameterName,
Object value) |
DeploymentManagerAlpha.Types.Get |
setAlt(String alt)
Data format for the response.
|
DeploymentManagerAlpha.Types.Get |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
DeploymentManagerAlpha.Types.Get |
setKey(String key)
API key.
|
DeploymentManagerAlpha.Types.Get |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
DeploymentManagerAlpha.Types.Get |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
DeploymentManagerAlpha.Types.Get |
setProject(String project)
The project ID for this request.
|
DeploymentManagerAlpha.Types.Get |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
DeploymentManagerAlpha.Types.Get |
setType(String type)
The name of the type for this request.
|
DeploymentManagerAlpha.Types.Get |
setUserIp(String userIp)
Deprecated.
|
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 Get(String project, String type)
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
DeploymentManagerAlpha.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest) must be
called to initialize this instance immediately after invoking the constructor.
project - The project ID for this request.type - The name of the type for this request.public HttpResponse executeUsingHead() throws IOException
executeUsingHead in class AbstractGoogleClientRequest<Type>IOExceptionpublic HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead in class AbstractGoogleClientRequest<Type>IOExceptionpublic DeploymentManagerAlpha.Types.Get setAlt(String alt)
DeploymentManagerAlphaRequestsetAlt in class DeploymentManagerAlphaRequest<Type>public DeploymentManagerAlpha.Types.Get setFields(String fields)
DeploymentManagerAlphaRequestsetFields in class DeploymentManagerAlphaRequest<Type>public DeploymentManagerAlpha.Types.Get setKey(String key)
DeploymentManagerAlphaRequestsetKey in class DeploymentManagerAlphaRequest<Type>public DeploymentManagerAlpha.Types.Get setOauthToken(String oauthToken)
DeploymentManagerAlphaRequestsetOauthToken in class DeploymentManagerAlphaRequest<Type>public DeploymentManagerAlpha.Types.Get setPrettyPrint(Boolean prettyPrint)
DeploymentManagerAlphaRequestsetPrettyPrint in class DeploymentManagerAlphaRequest<Type>public DeploymentManagerAlpha.Types.Get setQuotaUser(String quotaUser)
DeploymentManagerAlphaRequestsetQuotaUser in class DeploymentManagerAlphaRequest<Type>public DeploymentManagerAlpha.Types.Get setUserIp(String userIp)
DeploymentManagerAlphaRequestsetUserIp in class DeploymentManagerAlphaRequest<Type>public String getProject()
public DeploymentManagerAlpha.Types.Get setProject(String project)
public String getType()
public DeploymentManagerAlpha.Types.Get setType(String type)
public DeploymentManagerAlpha.Types.Get set(String parameterName, Object value)
set in class DeploymentManagerAlphaRequest<Type>Copyright © 2011–2019 Google. All rights reserved.