public final class GoogleCloudApigeeV1DeploymentGroupConfig
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 |
|---|
GoogleCloudApigeeV1DeploymentGroupConfig() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1DeploymentGroupConfig |
clone() |
String |
getDeploymentGroupType()
Type of the deployment group, which will be either Standard or Extensible.
|
String |
getName()
Name of the deployment group in the following format:
`organizations/{org}/environments/{env}/deploymentGroups/{group}`.
|
Long |
getRevisionId()
Revision number which can be used by the runtime to detect if the deployment group has changed
between two versions.
|
String |
getUid()
Unique ID.
|
GoogleCloudApigeeV1DeploymentGroupConfig |
set(String fieldName,
Object value) |
GoogleCloudApigeeV1DeploymentGroupConfig |
setDeploymentGroupType(String deploymentGroupType)
Type of the deployment group, which will be either Standard or Extensible.
|
GoogleCloudApigeeV1DeploymentGroupConfig |
setName(String name)
Name of the deployment group in the following format:
`organizations/{org}/environments/{env}/deploymentGroups/{group}`.
|
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 |
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 GoogleCloudApigeeV1DeploymentGroupConfig()
public String getDeploymentGroupType()
null for nonepublic GoogleCloudApigeeV1DeploymentGroupConfig setDeploymentGroupType(String deploymentGroupType)
deploymentGroupType - deploymentGroupType or null for nonepublic String getName()
null for nonepublic GoogleCloudApigeeV1DeploymentGroupConfig setName(String name)
name - name or null for nonepublic Long getRevisionId()
null for nonepublic GoogleCloudApigeeV1DeploymentGroupConfig setRevisionId(Long revisionId)
revisionId - revisionId or null for nonepublic String getUid()
null for nonepublic GoogleCloudApigeeV1DeploymentGroupConfig setUid(String uid)
uid - uid or null for nonepublic GoogleCloudApigeeV1DeploymentGroupConfig set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleCloudApigeeV1DeploymentGroupConfig clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.