public class Apigee.Organizations.Developers.Apps.Get extends ApigeeRequest<GoogleCloudApigeeV1DeveloperApp>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Get(String name)
Returns the details for a developer app.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
String |
getEntity()
Note**: Must be used in conjunction with the `query` parameter.
|
String |
getName()
Required.
|
String |
getQuery()
Note**: Must be used in conjunction with the `entity` parameter.
|
Apigee.Organizations.Developers.Apps.Get |
set(String parameterName,
Object value) |
Apigee.Organizations.Developers.Apps.Get |
set$Xgafv(String $Xgafv)
V1 error format.
|
Apigee.Organizations.Developers.Apps.Get |
setAccessToken(String accessToken)
OAuth access token.
|
Apigee.Organizations.Developers.Apps.Get |
setAlt(String alt)
Data format for response.
|
Apigee.Organizations.Developers.Apps.Get |
setCallback(String callback)
JSONP
|
Apigee.Organizations.Developers.Apps.Get |
setEntity(String entity)
**Note**: Must be used in conjunction with the `query` parameter.
|
Apigee.Organizations.Developers.Apps.Get |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Apigee.Organizations.Developers.Apps.Get |
setKey(String key)
API key.
|
Apigee.Organizations.Developers.Apps.Get |
setName(String name)
Required.
|
Apigee.Organizations.Developers.Apps.Get |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Apigee.Organizations.Developers.Apps.Get |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Apigee.Organizations.Developers.Apps.Get |
setQuery(String query)
**Note**: Must be used in conjunction with the `entity` parameter.
|
Apigee.Organizations.Developers.Apps.Get |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Apigee.Organizations.Developers.Apps.Get |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Apigee.Organizations.Developers.Apps.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. Apigee.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest) must be
called to initialize this instance immediately after invoking the constructor.
name - Required. Name of the developer app. Use the following structure in your request:
`organizations/{org}/developers/{developer_email}/apps/{app}`public com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<GoogleCloudApigeeV1DeveloperApp>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<GoogleCloudApigeeV1DeveloperApp>IOExceptionpublic Apigee.Organizations.Developers.Apps.Get set$Xgafv(String $Xgafv)
ApigeeRequestset$Xgafv in class ApigeeRequest<GoogleCloudApigeeV1DeveloperApp>public Apigee.Organizations.Developers.Apps.Get setAccessToken(String accessToken)
ApigeeRequestsetAccessToken in class ApigeeRequest<GoogleCloudApigeeV1DeveloperApp>public Apigee.Organizations.Developers.Apps.Get setAlt(String alt)
ApigeeRequestsetAlt in class ApigeeRequest<GoogleCloudApigeeV1DeveloperApp>public Apigee.Organizations.Developers.Apps.Get setCallback(String callback)
ApigeeRequestsetCallback in class ApigeeRequest<GoogleCloudApigeeV1DeveloperApp>public Apigee.Organizations.Developers.Apps.Get setFields(String fields)
ApigeeRequestsetFields in class ApigeeRequest<GoogleCloudApigeeV1DeveloperApp>public Apigee.Organizations.Developers.Apps.Get setKey(String key)
ApigeeRequestsetKey in class ApigeeRequest<GoogleCloudApigeeV1DeveloperApp>public Apigee.Organizations.Developers.Apps.Get setOauthToken(String oauthToken)
ApigeeRequestsetOauthToken in class ApigeeRequest<GoogleCloudApigeeV1DeveloperApp>public Apigee.Organizations.Developers.Apps.Get setPrettyPrint(Boolean prettyPrint)
ApigeeRequestsetPrettyPrint in class ApigeeRequest<GoogleCloudApigeeV1DeveloperApp>public Apigee.Organizations.Developers.Apps.Get setQuotaUser(String quotaUser)
ApigeeRequestsetQuotaUser in class ApigeeRequest<GoogleCloudApigeeV1DeveloperApp>public Apigee.Organizations.Developers.Apps.Get setUploadType(String uploadType)
ApigeeRequestsetUploadType in class ApigeeRequest<GoogleCloudApigeeV1DeveloperApp>public Apigee.Organizations.Developers.Apps.Get setUploadProtocol(String uploadProtocol)
ApigeeRequestsetUploadProtocol in class ApigeeRequest<GoogleCloudApigeeV1DeveloperApp>public String getName()
public Apigee.Organizations.Developers.Apps.Get setName(String name)
public String getEntity()
public Apigee.Organizations.Developers.Apps.Get setEntity(String entity)
public String getQuery()
public Apigee.Organizations.Developers.Apps.Get setQuery(String query)
public Apigee.Organizations.Developers.Apps.Get set(String parameterName, Object value)
set in class ApigeeRequest<GoogleCloudApigeeV1DeveloperApp>Copyright © 2011–2025 Google. All rights reserved.