public final class GoogleCloudApigeeV1EnvironmentGroupConfig
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 |
|---|
GoogleCloudApigeeV1EnvironmentGroupConfig() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1EnvironmentGroupConfig |
clone() |
List<GoogleCloudApigeeV1EndpointChainingRule> |
getEndpointChainingRules()
A list of proxies in each deployment group for proxy chaining calls.
|
List<String> |
getHostnames()
Host names for the environment group.
|
String |
getLocation()
When this message appears in the top-level IngressConfig, this field will be populated in lieu
of the inlined routing_rules and hostnames fields.
|
String |
getName()
Name of the environment group in the following format:
`organizations/{org}/envgroups/{envgroup}`.
|
Long |
getRevisionId()
Revision id that defines the ordering of the EnvironmentGroupConfig resource.
|
List<GoogleCloudApigeeV1RoutingRule> |
getRoutingRules()
Ordered list of routing rules defining how traffic to this environment group's hostnames should
be routed to different environments.
|
String |
getUid()
A unique id for the environment group config that will only change if the environment group is
deleted and recreated.
|
GoogleCloudApigeeV1EnvironmentGroupConfig |
set(String fieldName,
Object value) |
GoogleCloudApigeeV1EnvironmentGroupConfig |
setEndpointChainingRules(List<GoogleCloudApigeeV1EndpointChainingRule> endpointChainingRules)
A list of proxies in each deployment group for proxy chaining calls.
|
GoogleCloudApigeeV1EnvironmentGroupConfig |
setHostnames(List<String> hostnames)
Host names for the environment group.
|
GoogleCloudApigeeV1EnvironmentGroupConfig |
setLocation(String location)
When this message appears in the top-level IngressConfig, this field will be populated in lieu
of the inlined routing_rules and hostnames fields.
|
GoogleCloudApigeeV1EnvironmentGroupConfig |
setName(String name)
Name of the environment group in the following format:
`organizations/{org}/envgroups/{envgroup}`.
|
GoogleCloudApigeeV1EnvironmentGroupConfig |
setRevisionId(Long revisionId)
Revision id that defines the ordering of the EnvironmentGroupConfig resource.
|
GoogleCloudApigeeV1EnvironmentGroupConfig |
setRoutingRules(List<GoogleCloudApigeeV1RoutingRule> routingRules)
Ordered list of routing rules defining how traffic to this environment group's hostnames should
be routed to different environments.
|
GoogleCloudApigeeV1EnvironmentGroupConfig |
setUid(String uid)
A unique id for the environment group config that will only change if the environment group is
deleted and recreated.
|
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 GoogleCloudApigeeV1EnvironmentGroupConfig()
public List<GoogleCloudApigeeV1EndpointChainingRule> getEndpointChainingRules()
null for nonepublic GoogleCloudApigeeV1EnvironmentGroupConfig setEndpointChainingRules(List<GoogleCloudApigeeV1EndpointChainingRule> endpointChainingRules)
endpointChainingRules - endpointChainingRules or null for nonepublic List<String> getHostnames()
null for nonepublic GoogleCloudApigeeV1EnvironmentGroupConfig setHostnames(List<String> hostnames)
hostnames - hostnames or null for nonepublic String getLocation()
null for nonepublic GoogleCloudApigeeV1EnvironmentGroupConfig setLocation(String location)
location - location or null for nonepublic String getName()
null for nonepublic GoogleCloudApigeeV1EnvironmentGroupConfig setName(String name)
name - name or null for nonepublic Long getRevisionId()
null for nonepublic GoogleCloudApigeeV1EnvironmentGroupConfig setRevisionId(Long revisionId)
revisionId - revisionId or null for nonepublic List<GoogleCloudApigeeV1RoutingRule> getRoutingRules()
null for nonepublic GoogleCloudApigeeV1EnvironmentGroupConfig setRoutingRules(List<GoogleCloudApigeeV1RoutingRule> routingRules)
routingRules - routingRules or null for nonepublic String getUid()
null for nonepublic GoogleCloudApigeeV1EnvironmentGroupConfig setUid(String uid)
uid - uid or null for nonepublic GoogleCloudApigeeV1EnvironmentGroupConfig set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleCloudApigeeV1EnvironmentGroupConfig clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.