| Package | Description |
|---|---|
| com.google.api.services.apigee.v1 | |
| com.google.api.services.apigee.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Environments.Queries.Create |
Apigee.Organizations.Environments.Queries.create(String parent,
GoogleCloudApigeeV1Query content)
Submit a query to be processed in the background.
|
Apigee.Organizations.HostQueries.Create |
Apigee.Organizations.HostQueries.create(String parent,
GoogleCloudApigeeV1Query content)
Submit a query at host level to be processed in the background.
|
| Constructor and Description |
|---|
Create(String parent,
GoogleCloudApigeeV1Query content)
Submit a query to be processed in the background.
|
Create(String parent,
GoogleCloudApigeeV1Query content)
Submit a query at host level to be processed in the background.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1Query |
GoogleCloudApigeeV1Query.clone() |
GoogleCloudApigeeV1Query |
GoogleCloudApigeeV1Query.set(String fieldName,
Object value) |
GoogleCloudApigeeV1Query |
GoogleCloudApigeeV1Query.setCsvDelimiter(String csvDelimiter)
Delimiter used in the CSV file, if `outputFormat` is set to `csv`.
|
GoogleCloudApigeeV1Query |
GoogleCloudApigeeV1Query.setDimensions(List<String> dimensions)
A list of dimensions.
|
GoogleCloudApigeeV1Query |
GoogleCloudApigeeV1Query.setEnvgroupHostname(String envgroupHostname)
Hostname needs to be specified if query intends to run at host level.
|
GoogleCloudApigeeV1Query |
GoogleCloudApigeeV1Query.setFilter(String filter)
Boolean expression that can be used to filter data.
|
GoogleCloudApigeeV1Query |
GoogleCloudApigeeV1Query.setGroupByTimeUnit(String groupByTimeUnit)
Time unit used to group the result set.
|
GoogleCloudApigeeV1Query |
GoogleCloudApigeeV1Query.setLimit(Integer limit)
Maximum number of rows that can be returned in the result.
|
GoogleCloudApigeeV1Query |
GoogleCloudApigeeV1Query.setMetrics(List<GoogleCloudApigeeV1QueryMetric> metrics)
A list of Metrics.
|
GoogleCloudApigeeV1Query |
GoogleCloudApigeeV1Query.setName(String name)
Asynchronous Query Name.
|
GoogleCloudApigeeV1Query |
GoogleCloudApigeeV1Query.setOutputFormat(String outputFormat)
Valid values include: `csv` or `json`.
|
GoogleCloudApigeeV1Query |
GoogleCloudApigeeV1Query.setReportDefinitionId(String reportDefinitionId)
Asynchronous Report ID.
|
GoogleCloudApigeeV1Query |
GoogleCloudApigeeV1Query.setTimeRange(Object timeRange)
Required.
|
Copyright © 2011–2025 Google. All rights reserved.