public final class GoogleCloudApigeeV1DeploymentConfig
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Apigee API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GoogleCloudApigeeV1DeploymentConfig() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1DeploymentConfig |
clone() |
Map<String,String> |
getAttributes()
Additional key-value metadata for the deployment.
|
String |
getBasePath()
Base path where the application will be hosted.
|
List<String> |
getDeploymentGroups()
The list of deployment groups in which this proxy should be deployed.
|
Map<String,String> |
getEndpoints()
A mapping from basepaths to proxy endpoint names in this proxy.
|
String |
getLocation()
Location of the API proxy bundle as a URI.
|
String |
getName()
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}`
|
String |
getProxyUid()
Unique ID of the API proxy revision.
|
String |
getServiceAccount()
The service account identity associated with this deployment.
|
String |
getUid()
Unique ID.
|
GoogleCloudApigeeV1DeploymentConfig |
set(String fieldName,
Object value) |
GoogleCloudApigeeV1DeploymentConfig |
setAttributes(Map<String,String> attributes)
Additional key-value metadata for the deployment.
|
GoogleCloudApigeeV1DeploymentConfig |
setBasePath(String basePath)
Base path where the application will be hosted.
|
GoogleCloudApigeeV1DeploymentConfig |
setDeploymentGroups(List<String> deploymentGroups)
The list of deployment groups in which this proxy should be deployed.
|
GoogleCloudApigeeV1DeploymentConfig |
setEndpoints(Map<String,String> endpoints)
A mapping from basepaths to proxy endpoint names in this proxy.
|
GoogleCloudApigeeV1DeploymentConfig |
setLocation(String location)
Location of the API proxy bundle as a URI.
|
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 |
setProxyUid(String proxyUid)
Unique ID of the API proxy revision.
|
GoogleCloudApigeeV1DeploymentConfig |
setServiceAccount(String serviceAccount)
The service account identity associated with this deployment.
|
GoogleCloudApigeeV1DeploymentConfig |
setUid(String uid)
Unique ID.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Map<String,String> getAttributes()
null for nonepublic GoogleCloudApigeeV1DeploymentConfig setAttributes(Map<String,String> attributes)
attributes - attributes or null for nonepublic String getBasePath()
null for nonepublic GoogleCloudApigeeV1DeploymentConfig setBasePath(String basePath)
basePath - basePath or null for nonepublic List<String> getDeploymentGroups()
null for nonepublic GoogleCloudApigeeV1DeploymentConfig setDeploymentGroups(List<String> deploymentGroups)
deploymentGroups - deploymentGroups or null for nonepublic Map<String,String> getEndpoints()
null for nonepublic GoogleCloudApigeeV1DeploymentConfig setEndpoints(Map<String,String> endpoints)
endpoints - endpoints or null for nonepublic String getLocation()
null for nonepublic GoogleCloudApigeeV1DeploymentConfig setLocation(String location)
location - location or null for nonepublic String getName()
null for nonepublic GoogleCloudApigeeV1DeploymentConfig setName(String name)
name - name or null for nonepublic String getProxyUid()
null for nonepublic GoogleCloudApigeeV1DeploymentConfig setProxyUid(String proxyUid)
proxyUid - proxyUid or null for nonepublic String getServiceAccount()
null for nonepublic GoogleCloudApigeeV1DeploymentConfig setServiceAccount(String serviceAccount)
serviceAccount - serviceAccount or null for nonepublic String getUid()
null for nonepublic GoogleCloudApigeeV1DeploymentConfig setUid(String uid)
uid - uid or null for nonepublic GoogleCloudApigeeV1DeploymentConfig set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleCloudApigeeV1DeploymentConfig clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.