| Package | Description |
|---|---|
| com.google.api.services.apigee.v1.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1DeploymentConfig |
GoogleCloudApigeeV1DeploymentConfig.clone() |
GoogleCloudApigeeV1DeploymentConfig |
GoogleCloudApigeeV1DeploymentConfig.set(String fieldName,
Object value) |
GoogleCloudApigeeV1DeploymentConfig |
GoogleCloudApigeeV1DeploymentConfig.setAttributes(Map<String,String> attributes)
Additional key-value metadata for the deployment.
|
GoogleCloudApigeeV1DeploymentConfig |
GoogleCloudApigeeV1DeploymentConfig.setBasePath(String basePath)
Base path where the application will be hosted.
|
GoogleCloudApigeeV1DeploymentConfig |
GoogleCloudApigeeV1DeploymentConfig.setDeploymentGroups(List<String> deploymentGroups)
The list of deployment groups in which this proxy should be deployed.
|
GoogleCloudApigeeV1DeploymentConfig |
GoogleCloudApigeeV1DeploymentConfig.setEndpoints(Map<String,String> endpoints)
A mapping from basepaths to proxy endpoint names in this proxy.
|
GoogleCloudApigeeV1DeploymentConfig |
GoogleCloudApigeeV1DeploymentConfig.setLocation(String location)
Location of the API proxy bundle as a URI.
|
GoogleCloudApigeeV1DeploymentConfig |
GoogleCloudApigeeV1DeploymentConfig.setName(String name)
Name of the API or shared flow revision to be deployed in the following format:
`organizations/{org}/apis/{api}/revisions/{rev}` or
`organizations/{org}/sharedflows/{sharedflow}/revisions/{rev}`
|
GoogleCloudApigeeV1DeploymentConfig |
GoogleCloudApigeeV1DeploymentConfig.setProxyUid(String proxyUid)
Unique ID of the API proxy revision.
|
GoogleCloudApigeeV1DeploymentConfig |
GoogleCloudApigeeV1DeploymentConfig.setServiceAccount(String serviceAccount)
The service account identity associated with this deployment.
|
GoogleCloudApigeeV1DeploymentConfig |
GoogleCloudApigeeV1DeploymentConfig.setUid(String uid)
Unique ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleCloudApigeeV1DeploymentConfig> |
GoogleCloudApigeeV1EnvironmentConfig.getDeployments()
List of deployments in the environment.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1EnvironmentConfig |
GoogleCloudApigeeV1EnvironmentConfig.setDeployments(List<GoogleCloudApigeeV1DeploymentConfig> deployments)
List of deployments in the environment.
|
Copyright © 2011–2025 Google. All rights reserved.