| Package | Description |
|---|---|
| com.google.api.services.apigee.v1.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1SchemaSchemaElement |
GoogleCloudApigeeV1SchemaSchemaElement.clone() |
GoogleCloudApigeeV1SchemaSchemaElement |
GoogleCloudApigeeV1SchemaSchemaElement.set(String fieldName,
Object value) |
GoogleCloudApigeeV1SchemaSchemaElement |
GoogleCloudApigeeV1SchemaSchemaElement.setName(String name)
Name of the field.
|
GoogleCloudApigeeV1SchemaSchemaElement |
GoogleCloudApigeeV1SchemaSchemaElement.setProperties(GoogleCloudApigeeV1SchemaSchemaProperty properties)
Properties for the schema field.
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleCloudApigeeV1SchemaSchemaElement> |
GoogleCloudApigeeV1Schema.getDimensions()
List of schema fields grouped as dimensions.
|
List<GoogleCloudApigeeV1SchemaSchemaElement> |
GoogleCloudApigeeV1Schema.getMetrics()
List of schema fields grouped as dimensions that can be used with an aggregate function such as
`sum`, `avg`, `min`, and `max`.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1Schema |
GoogleCloudApigeeV1Schema.setDimensions(List<GoogleCloudApigeeV1SchemaSchemaElement> dimensions)
List of schema fields grouped as dimensions.
|
GoogleCloudApigeeV1Schema |
GoogleCloudApigeeV1Schema.setMetrics(List<GoogleCloudApigeeV1SchemaSchemaElement> metrics)
List of schema fields grouped as dimensions that can be used with an aggregate function such as
`sum`, `avg`, `min`, and `max`.
|
Copyright © 2011–2025 Google. All rights reserved.