Package | Description |
---|---|
com.google.api.services.serviceconsumermanagement.v1beta1.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.setOperationDeadline(Double operationDeadline)
The number of seconds to wait for the completion of a long running operation.
|
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 |
---|---|
List<BackendRule> |
Backend.getRules()
A list of API backend rules that apply to individual API methods.
|
Modifier and Type | Method and Description |
---|---|
Backend |
Backend.setRules(List<BackendRule> rules)
A list of API backend rules that apply to individual API methods.
|
Copyright © 2011–2022 Google. All rights reserved.