| Package | Description |
|---|---|
| com.google.api.services.apigee.v1.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1RoutingRule |
GoogleCloudApigeeV1RoutingRule.clone() |
GoogleCloudApigeeV1RoutingRule |
GoogleCloudApigeeV1RoutingRule.set(String fieldName,
Object value) |
GoogleCloudApigeeV1RoutingRule |
GoogleCloudApigeeV1RoutingRule.setBasepath(String basepath)
URI path prefix used to route to the specified environment.
|
GoogleCloudApigeeV1RoutingRule |
GoogleCloudApigeeV1RoutingRule.setDeploymentGroup(String deploymentGroup)
Name of a deployment group in an environment bound to the environment group in the following
format: `organizations/{org}/environment/{env}/deploymentGroups/{group}` Only one of
environment or deployment_group will be set.
|
GoogleCloudApigeeV1RoutingRule |
GoogleCloudApigeeV1RoutingRule.setEnvGroupRevision(Long envGroupRevision)
The env group config revision_id when this rule was added or last updated.
|
GoogleCloudApigeeV1RoutingRule |
GoogleCloudApigeeV1RoutingRule.setEnvironment(String environment)
Name of an environment bound to the environment group in the following format:
`organizations/{org}/environments/{env}`.
|
GoogleCloudApigeeV1RoutingRule |
GoogleCloudApigeeV1RoutingRule.setOtherTargets(List<String> otherTargets)
Conflicting targets, which will be resource names specifying either deployment groups or
environments.
|
GoogleCloudApigeeV1RoutingRule |
GoogleCloudApigeeV1RoutingRule.setReceiver(String receiver)
The resource name of the proxy revision that is receiving this basepath in the following
format: `organizations/{org}/apis/{api}/revisions/{rev}`.
|
GoogleCloudApigeeV1RoutingRule |
GoogleCloudApigeeV1RoutingRule.setUpdateTime(String updateTime)
The unix timestamp when this rule was updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleCloudApigeeV1RoutingRule> |
GoogleCloudApigeeV1EnvironmentGroupConfig.getRoutingRules()
Ordered list of routing rules defining how traffic to this environment group's hostnames should
be routed to different environments.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1EnvironmentGroupConfig |
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.
|
Copyright © 2011–2025 Google. All rights reserved.