Uses of Class
com.google.api.ContextRule.Builder
Packages that use ContextRule.Builder
-
Uses of ContextRule.Builder in com.google.api
Methods in com.google.api that return ContextRule.BuilderModifier and TypeMethodDescriptionContextRule.Builder.addAllAllowedRequestExtensions
(Iterable<String> values) A list of full type names or extension IDs of extensions allowed in grpc side channel from client to backend.ContextRule.Builder.addAllAllowedResponseExtensions
(Iterable<String> values) A list of full type names or extension IDs of extensions allowed in grpc side channel from backend to client.ContextRule.Builder.addAllowedRequestExtensions
(String value) A list of full type names or extension IDs of extensions allowed in grpc side channel from client to backend.ContextRule.Builder.addAllowedRequestExtensionsBytes
(com.google.protobuf.ByteString value) A list of full type names or extension IDs of extensions allowed in grpc side channel from client to backend.ContextRule.Builder.addAllowedResponseExtensions
(String value) A list of full type names or extension IDs of extensions allowed in grpc side channel from backend to client.ContextRule.Builder.addAllowedResponseExtensionsBytes
(com.google.protobuf.ByteString value) A list of full type names or extension IDs of extensions allowed in grpc side channel from backend to client.ContextRule.Builder.addAllProvided
(Iterable<String> values) A list of full type names of provided contexts.ContextRule.Builder.addAllRequested
(Iterable<String> values) A list of full type names of requested contexts, only the requested context will be made available to the backend.ContextRule.Builder.addProvided
(String value) A list of full type names of provided contexts.ContextRule.Builder.addProvidedBytes
(com.google.protobuf.ByteString value) A list of full type names of provided contexts.ContextRule.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ContextRule.Builder.addRequested
(String value) A list of full type names of requested contexts, only the requested context will be made available to the backend.ContextRule.Builder.addRequestedBytes
(com.google.protobuf.ByteString value) A list of full type names of requested contexts, only the requested context will be made available to the backend.Context.Builder.addRulesBuilder()
A list of RPC context rules that apply to individual API methods.Context.Builder.addRulesBuilder
(int index) A list of RPC context rules that apply to individual API methods.ContextRule.Builder.clear()
ContextRule.Builder.clearAllowedRequestExtensions()
A list of full type names or extension IDs of extensions allowed in grpc side channel from client to backend.ContextRule.Builder.clearAllowedResponseExtensions()
A list of full type names or extension IDs of extensions allowed in grpc side channel from backend to client.ContextRule.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) ContextRule.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) ContextRule.Builder.clearProvided()
A list of full type names of provided contexts.ContextRule.Builder.clearRequested()
A list of full type names of requested contexts, only the requested context will be made available to the backend.ContextRule.Builder.clearSelector()
Selects the methods to which this rule applies.ContextRule.Builder.clone()
Context.Builder.getRulesBuilder
(int index) A list of RPC context rules that apply to individual API methods.ContextRule.Builder.mergeFrom
(ContextRule other) ContextRule.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ContextRule.Builder.mergeFrom
(com.google.protobuf.Message other) final ContextRule.Builder
ContextRule.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static ContextRule.Builder
ContextRule.newBuilder()
static ContextRule.Builder
ContextRule.newBuilder
(ContextRule prototype) ContextRule.newBuilderForType()
protected ContextRule.Builder
ContextRule.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ContextRule.Builder.setAllowedRequestExtensions
(int index, String value) A list of full type names or extension IDs of extensions allowed in grpc side channel from client to backend.ContextRule.Builder.setAllowedResponseExtensions
(int index, String value) A list of full type names or extension IDs of extensions allowed in grpc side channel from backend to client.ContextRule.Builder.setProvided
(int index, String value) A list of full type names of provided contexts.ContextRule.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) ContextRule.Builder.setRequested
(int index, String value) A list of full type names of requested contexts, only the requested context will be made available to the backend.ContextRule.Builder.setSelector
(String value) Selects the methods to which this rule applies.ContextRule.Builder.setSelectorBytes
(com.google.protobuf.ByteString value) Selects the methods to which this rule applies.final ContextRule.Builder
ContextRule.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) ContextRule.toBuilder()
Methods in com.google.api that return types with arguments of type ContextRule.BuilderModifier and TypeMethodDescriptionContext.Builder.getRulesBuilderList()
A list of RPC context rules that apply to individual API methods.Methods in com.google.api with parameters of type ContextRule.BuilderModifier and TypeMethodDescriptionContext.Builder.addRules
(int index, ContextRule.Builder builderForValue) A list of RPC context rules that apply to individual API methods.Context.Builder.addRules
(ContextRule.Builder builderForValue) A list of RPC context rules that apply to individual API methods.Context.Builder.setRules
(int index, ContextRule.Builder builderForValue) A list of RPC context rules that apply to individual API methods.