| Package | Description |
|---|---|
| com.google.api.services.apigee.v1.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1DeploymentGroupConfig |
GoogleCloudApigeeV1DeploymentGroupConfig.clone() |
GoogleCloudApigeeV1DeploymentGroupConfig |
GoogleCloudApigeeV1DeploymentGroupConfig.set(String fieldName,
Object value) |
GoogleCloudApigeeV1DeploymentGroupConfig |
GoogleCloudApigeeV1DeploymentGroupConfig.setDeploymentGroupType(String deploymentGroupType)
Type of the deployment group, which will be either Standard or Extensible.
|
GoogleCloudApigeeV1DeploymentGroupConfig |
GoogleCloudApigeeV1DeploymentGroupConfig.setName(String name)
Name of the deployment group in the following format:
`organizations/{org}/environments/{env}/deploymentGroups/{group}`.
|
GoogleCloudApigeeV1DeploymentGroupConfig |
GoogleCloudApigeeV1DeploymentGroupConfig.setRevisionId(Long revisionId)
Revision number which can be used by the runtime to detect if the deployment group has changed
between two versions.
|
GoogleCloudApigeeV1DeploymentGroupConfig |
GoogleCloudApigeeV1DeploymentGroupConfig.setUid(String uid)
Unique ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleCloudApigeeV1DeploymentGroupConfig> |
GoogleCloudApigeeV1EnvironmentConfig.getDeploymentGroups()
List of deployment groups in the environment.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1EnvironmentConfig |
GoogleCloudApigeeV1EnvironmentConfig.setDeploymentGroups(List<GoogleCloudApigeeV1DeploymentGroupConfig> deploymentGroups)
List of deployment groups in the environment.
|
Copyright © 2011–2025 Google. All rights reserved.