public class DeploymentManager.TypeProviders.GetType extends DeploymentManagerRequest<TypeInfo>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
GetType(String project,
String typeProvider,
String type)
Gets a type info for a type provided by a TypeProvider.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
String |
getProject()
The project ID for this request.
|
String |
getType()
The name of the type provider type for this request.
|
String |
getTypeProvider()
The name of the type provider for this request.
|
DeploymentManager.TypeProviders.GetType |
set(String parameterName,
Object value) |
DeploymentManager.TypeProviders.GetType |
set$Xgafv(String $Xgafv)
V1 error format.
|
DeploymentManager.TypeProviders.GetType |
setAccessToken(String accessToken)
OAuth access token.
|
DeploymentManager.TypeProviders.GetType |
setAlt(String alt)
Data format for response.
|
DeploymentManager.TypeProviders.GetType |
setCallback(String callback)
JSONP
|
DeploymentManager.TypeProviders.GetType |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
DeploymentManager.TypeProviders.GetType |
setKey(String key)
API key.
|
DeploymentManager.TypeProviders.GetType |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
DeploymentManager.TypeProviders.GetType |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
DeploymentManager.TypeProviders.GetType |
setProject(String project)
The project ID for this request.
|
DeploymentManager.TypeProviders.GetType |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
DeploymentManager.TypeProviders.GetType |
setType(String type)
The name of the type provider type for this request.
|
DeploymentManager.TypeProviders.GetType |
setTypeProvider(String typeProvider)
The name of the type provider for this request.
|
DeploymentManager.TypeProviders.GetType |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
DeploymentManager.TypeProviders.GetType |
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 GetType(String project, String typeProvider, String type)
AbstractGoogleClientRequest.execute() method to invoke the remote
operation. DeploymentManager.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.typeProvider - The name of the type provider for this request.type - The name of the type provider type for this request.public com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<TypeInfo>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<TypeInfo>IOExceptionpublic DeploymentManager.TypeProviders.GetType set$Xgafv(String $Xgafv)
DeploymentManagerRequestset$Xgafv in class DeploymentManagerRequest<TypeInfo>public DeploymentManager.TypeProviders.GetType setAccessToken(String accessToken)
DeploymentManagerRequestsetAccessToken in class DeploymentManagerRequest<TypeInfo>public DeploymentManager.TypeProviders.GetType setAlt(String alt)
DeploymentManagerRequestsetAlt in class DeploymentManagerRequest<TypeInfo>public DeploymentManager.TypeProviders.GetType setCallback(String callback)
DeploymentManagerRequestsetCallback in class DeploymentManagerRequest<TypeInfo>public DeploymentManager.TypeProviders.GetType setFields(String fields)
DeploymentManagerRequestsetFields in class DeploymentManagerRequest<TypeInfo>public DeploymentManager.TypeProviders.GetType setKey(String key)
DeploymentManagerRequestsetKey in class DeploymentManagerRequest<TypeInfo>public DeploymentManager.TypeProviders.GetType setOauthToken(String oauthToken)
DeploymentManagerRequestsetOauthToken in class DeploymentManagerRequest<TypeInfo>public DeploymentManager.TypeProviders.GetType setPrettyPrint(Boolean prettyPrint)
DeploymentManagerRequestsetPrettyPrint in class DeploymentManagerRequest<TypeInfo>public DeploymentManager.TypeProviders.GetType setQuotaUser(String quotaUser)
DeploymentManagerRequestsetQuotaUser in class DeploymentManagerRequest<TypeInfo>public DeploymentManager.TypeProviders.GetType setUploadType(String uploadType)
DeploymentManagerRequestsetUploadType in class DeploymentManagerRequest<TypeInfo>public DeploymentManager.TypeProviders.GetType setUploadProtocol(String uploadProtocol)
DeploymentManagerRequestsetUploadProtocol in class DeploymentManagerRequest<TypeInfo>public String getProject()
public DeploymentManager.TypeProviders.GetType setProject(String project)
public String getTypeProvider()
public DeploymentManager.TypeProviders.GetType setTypeProvider(String typeProvider)
public String getType()
public DeploymentManager.TypeProviders.GetType setType(String type)
public DeploymentManager.TypeProviders.GetType set(String parameterName, Object value)
set in class DeploymentManagerRequest<TypeInfo>Copyright © 2011–2023 Google. All rights reserved.