public class Apigee.Organizations.Environments.Stats.Get extends ApigeeRequest<GoogleCloudApigeeV1Stats>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Get(String name)
Retrieve metrics grouped by dimensions.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
String |
getAccuracy()
No longer used by Apigee.
|
String |
getAggTable()
Table name used to query custom aggregate tables.
|
String |
getFilter()
Filter that enables you to drill down on specific dimension values.
|
String |
getLimit()
Maximum number of result items to return.
|
String |
getName()
Required.
|
String |
getOffset()
Offset value.
|
Boolean |
getRealtime()
No longer used by Apigee.
|
String |
getSelect()
Comma-separated list of metrics.
|
Boolean |
getSonar()
Routes the query to API Monitoring for the last hour.
|
String |
getSort()
Flag that specifies whether the sort order should be ascending or descending.
|
String |
getSortby()
Comma-separated list of metrics to sort the final result.
|
String |
getTimeRange()
Time interval for the interactive query.
|
String |
getTimeUnit()
Granularity of metrics returned.
|
String |
getTopk()
Top number of results to return.
|
Boolean |
getTsAscending()
Flag that specifies whether to list timestamps in ascending (`true`) or descending (`false`) order.
|
String |
getTzo()
Timezone offset value.
|
Apigee.Organizations.Environments.Stats.Get |
set(String parameterName,
Object value) |
Apigee.Organizations.Environments.Stats.Get |
set$Xgafv(String $Xgafv)
V1 error format.
|
Apigee.Organizations.Environments.Stats.Get |
setAccessToken(String accessToken)
OAuth access token.
|
Apigee.Organizations.Environments.Stats.Get |
setAccuracy(String accuracy)
No longer used by Apigee.
|
Apigee.Organizations.Environments.Stats.Get |
setAggTable(String aggTable)
Table name used to query custom aggregate tables.
|
Apigee.Organizations.Environments.Stats.Get |
setAlt(String alt)
Data format for response.
|
Apigee.Organizations.Environments.Stats.Get |
setCallback(String callback)
JSONP
|
Apigee.Organizations.Environments.Stats.Get |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Apigee.Organizations.Environments.Stats.Get |
setFilter(String filter)
Filter that enables you to drill down on specific dimension values.
|
Apigee.Organizations.Environments.Stats.Get |
setKey(String key)
API key.
|
Apigee.Organizations.Environments.Stats.Get |
setLimit(String limit)
Maximum number of result items to return.
|
Apigee.Organizations.Environments.Stats.Get |
setName(String name)
Required.
|
Apigee.Organizations.Environments.Stats.Get |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Apigee.Organizations.Environments.Stats.Get |
setOffset(String offset)
Offset value.
|
Apigee.Organizations.Environments.Stats.Get |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Apigee.Organizations.Environments.Stats.Get |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Apigee.Organizations.Environments.Stats.Get |
setRealtime(Boolean realtime)
No longer used by Apigee.
|
Apigee.Organizations.Environments.Stats.Get |
setSelect(String select)
Comma-separated list of metrics.
|
Apigee.Organizations.Environments.Stats.Get |
setSonar(Boolean sonar)
Routes the query to API Monitoring for the last hour.
|
Apigee.Organizations.Environments.Stats.Get |
setSort(String sort)
Flag that specifies whether the sort order should be ascending or descending.
|
Apigee.Organizations.Environments.Stats.Get |
setSortby(String sortby)
Comma-separated list of metrics to sort the final result.
|
Apigee.Organizations.Environments.Stats.Get |
setTimeRange(String timeRange)
Time interval for the interactive query.
|
Apigee.Organizations.Environments.Stats.Get |
setTimeUnit(String timeUnit)
Granularity of metrics returned.
|
Apigee.Organizations.Environments.Stats.Get |
setTopk(String topk)
Top number of results to return.
|
Apigee.Organizations.Environments.Stats.Get |
setTsAscending(Boolean tsAscending)
Flag that specifies whether to list timestamps in ascending (`true`) or descending
(`false`) order.
|
Apigee.Organizations.Environments.Stats.Get |
setTzo(String tzo)
Timezone offset value.
|
Apigee.Organizations.Environments.Stats.Get |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Apigee.Organizations.Environments.Stats.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. Resource name for which the interactive query will be executed. Use the following format
in your request: `organizations/{org}/environments/{env}/stats/{dimensions}` Dimensions
let you view metrics in meaningful groupings, such as `apiproxy` or `target_host`. The
value of dimensions should be a comma-separated list, as shown below:
`organizations/{org}/environments/{env}/stats/apiproxy,request_verb`public com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<GoogleCloudApigeeV1Stats>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<GoogleCloudApigeeV1Stats>IOExceptionpublic Apigee.Organizations.Environments.Stats.Get set$Xgafv(String $Xgafv)
ApigeeRequestset$Xgafv in class ApigeeRequest<GoogleCloudApigeeV1Stats>public Apigee.Organizations.Environments.Stats.Get setAccessToken(String accessToken)
ApigeeRequestsetAccessToken in class ApigeeRequest<GoogleCloudApigeeV1Stats>public Apigee.Organizations.Environments.Stats.Get setAlt(String alt)
ApigeeRequestsetAlt in class ApigeeRequest<GoogleCloudApigeeV1Stats>public Apigee.Organizations.Environments.Stats.Get setCallback(String callback)
ApigeeRequestsetCallback in class ApigeeRequest<GoogleCloudApigeeV1Stats>public Apigee.Organizations.Environments.Stats.Get setFields(String fields)
ApigeeRequestsetFields in class ApigeeRequest<GoogleCloudApigeeV1Stats>public Apigee.Organizations.Environments.Stats.Get setKey(String key)
ApigeeRequestsetKey in class ApigeeRequest<GoogleCloudApigeeV1Stats>public Apigee.Organizations.Environments.Stats.Get setOauthToken(String oauthToken)
ApigeeRequestsetOauthToken in class ApigeeRequest<GoogleCloudApigeeV1Stats>public Apigee.Organizations.Environments.Stats.Get setPrettyPrint(Boolean prettyPrint)
ApigeeRequestsetPrettyPrint in class ApigeeRequest<GoogleCloudApigeeV1Stats>public Apigee.Organizations.Environments.Stats.Get setQuotaUser(String quotaUser)
ApigeeRequestsetQuotaUser in class ApigeeRequest<GoogleCloudApigeeV1Stats>public Apigee.Organizations.Environments.Stats.Get setUploadType(String uploadType)
ApigeeRequestsetUploadType in class ApigeeRequest<GoogleCloudApigeeV1Stats>public Apigee.Organizations.Environments.Stats.Get setUploadProtocol(String uploadProtocol)
ApigeeRequestsetUploadProtocol in class ApigeeRequest<GoogleCloudApigeeV1Stats>public String getName()
public Apigee.Organizations.Environments.Stats.Get setName(String name)
public String getAccuracy()
public Apigee.Organizations.Environments.Stats.Get setAccuracy(String accuracy)
public String getAggTable()
public Apigee.Organizations.Environments.Stats.Get setAggTable(String aggTable)
public String getFilter()
public Apigee.Organizations.Environments.Stats.Get setFilter(String filter)
public String getLimit()
public Apigee.Organizations.Environments.Stats.Get setLimit(String limit)
public String getOffset()
public Apigee.Organizations.Environments.Stats.Get setOffset(String offset)
public Boolean getRealtime()
public Apigee.Organizations.Environments.Stats.Get setRealtime(Boolean realtime)
public String getSelect()
public Apigee.Organizations.Environments.Stats.Get setSelect(String select)
public Boolean getSonar()
public Apigee.Organizations.Environments.Stats.Get setSonar(Boolean sonar)
public String getSort()
public Apigee.Organizations.Environments.Stats.Get setSort(String sort)
public String getSortby()
public Apigee.Organizations.Environments.Stats.Get setSortby(String sortby)
public String getTimeRange()
public Apigee.Organizations.Environments.Stats.Get setTimeRange(String timeRange)
public String getTimeUnit()
public Apigee.Organizations.Environments.Stats.Get setTimeUnit(String timeUnit)
public String getTopk()
public Apigee.Organizations.Environments.Stats.Get setTopk(String topk)
public Boolean getTsAscending()
public Apigee.Organizations.Environments.Stats.Get setTsAscending(Boolean tsAscending)
public String getTzo()
public Apigee.Organizations.Environments.Stats.Get setTzo(String tzo)
public Apigee.Organizations.Environments.Stats.Get set(String parameterName, Object value)
set in class ApigeeRequest<GoogleCloudApigeeV1Stats>Copyright © 2011–2025 Google. All rights reserved.