Package | Description |
---|---|
com.google.api.services.servicemanagement.model |
Modifier and Type | Method and Description |
---|---|
ContextRule |
ContextRule.clone() |
ContextRule |
ContextRule.set(String fieldName,
Object value) |
ContextRule |
ContextRule.setAllowedRequestExtensions(List<String> allowedRequestExtensions)
A list of full type names or extension IDs of extensions allowed in grpc side channel from
client to backend.
|
ContextRule |
ContextRule.setAllowedResponseExtensions(List<String> allowedResponseExtensions)
A list of full type names or extension IDs of extensions allowed in grpc side channel from
backend to client.
|
ContextRule |
ContextRule.setProvided(List<String> provided)
A list of full type names of provided contexts.
|
ContextRule |
ContextRule.setRequested(List<String> requested)
A list of full type names of requested contexts, only the requested context will be made
available to the backend.
|
ContextRule |
ContextRule.setSelector(String selector)
Selects the methods to which this rule applies.
|
Modifier and Type | Method and Description |
---|---|
List<ContextRule> |
Context.getRules()
A list of RPC context rules that apply to individual API methods.
|
Modifier and Type | Method and Description |
---|---|
Context |
Context.setRules(List<ContextRule> rules)
A list of RPC context rules that apply to individual API methods.
|
Copyright © 2011–2024 Google. All rights reserved.