Package | Description |
---|---|
com.google.api.services.servicemanagement.model |
Modifier and Type | Method and Description |
---|---|
BackendRule |
BackendRule.clone() |
BackendRule |
BackendRule.set(String fieldName,
Object value) |
BackendRule |
BackendRule.setAddress(String address)
The address of the API backend.
|
BackendRule |
BackendRule.setDeadline(Double deadline)
The number of seconds to wait for a response from a request.
|
BackendRule |
BackendRule.setDisableAuth(Boolean disableAuth)
When disable_auth is true, a JWT ID token won't be generated and the original "Authorization"
HTTP header will be preserved.
|
BackendRule |
BackendRule.setJwtAudience(String jwtAudience)
The JWT audience is used when generating a JWT ID token for the backend.
|
BackendRule |
BackendRule.setMinDeadline(Double minDeadline)
Deprecated, do not use.
|
BackendRule |
BackendRule.setOperationDeadline(Double operationDeadline)
The number of seconds to wait for the completion of a long running operation.
|
BackendRule |
BackendRule.setOverridesByRequestProtocol(Map<String,BackendRule> overridesByRequestProtocol)
The map between request protocol and the backend address.
|
BackendRule |
BackendRule.setPathTranslation(String pathTranslation) |
BackendRule |
BackendRule.setProtocol(String protocol)
The protocol used for sending a request to the backend.
|
BackendRule |
BackendRule.setSelector(String selector)
Selects the methods to which this rule applies.
|
Modifier and Type | Method and Description |
---|---|
Map<String,BackendRule> |
BackendRule.getOverridesByRequestProtocol()
The map between request protocol and the backend address.
|
List<BackendRule> |
Backend.getRules()
A list of API backend rules that apply to individual API methods.
|
Modifier and Type | Method and Description |
---|---|
BackendRule |
BackendRule.setOverridesByRequestProtocol(Map<String,BackendRule> overridesByRequestProtocol)
The map between request protocol and the backend address.
|
Backend |
Backend.setRules(List<BackendRule> rules)
A list of API backend rules that apply to individual API methods.
|
Copyright © 2011–2024 Google. All rights reserved.