Uses of Class
com.google.api.ContextRule
Packages that use ContextRule
-
Uses of ContextRule in com.google.api
Methods in com.google.api that return ContextRuleModifier and TypeMethodDescriptionContextRule.Builder.build()
ContextRule.Builder.buildPartial()
static ContextRule
ContextRule.getDefaultInstance()
ContextRule.Builder.getDefaultInstanceForType()
ContextRule.getDefaultInstanceForType()
Context.Builder.getRules
(int index) A list of RPC context rules that apply to individual API methods.Context.getRules
(int index) A list of RPC context rules that apply to individual API methods.ContextOrBuilder.getRules
(int index) A list of RPC context rules that apply to individual API methods.static ContextRule
ContextRule.parseDelimitedFrom
(InputStream input) static ContextRule
ContextRule.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ContextRule
ContextRule.parseFrom
(byte[] data) static ContextRule
ContextRule.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ContextRule
ContextRule.parseFrom
(com.google.protobuf.ByteString data) static ContextRule
ContextRule.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ContextRule
ContextRule.parseFrom
(com.google.protobuf.CodedInputStream input) static ContextRule
ContextRule.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ContextRule
ContextRule.parseFrom
(InputStream input) static ContextRule
ContextRule.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ContextRule
ContextRule.parseFrom
(ByteBuffer data) static ContextRule
ContextRule.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.api that return types with arguments of type ContextRuleModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<ContextRule> ContextRule.getParserForType()
Context.Builder.getRulesList()
A list of RPC context rules that apply to individual API methods.Context.getRulesList()
A list of RPC context rules that apply to individual API methods.ContextOrBuilder.getRulesList()
A list of RPC context rules that apply to individual API methods.static com.google.protobuf.Parser
<ContextRule> ContextRule.parser()
Methods in com.google.api with parameters of type ContextRuleModifier and TypeMethodDescriptionContext.Builder.addRules
(int index, ContextRule value) A list of RPC context rules that apply to individual API methods.Context.Builder.addRules
(ContextRule value) A list of RPC context rules that apply to individual API methods.ContextRule.Builder.mergeFrom
(ContextRule other) static ContextRule.Builder
ContextRule.newBuilder
(ContextRule prototype) Context.Builder.setRules
(int index, ContextRule value) A list of RPC context rules that apply to individual API methods.Method parameters in com.google.api with type arguments of type ContextRuleModifier and TypeMethodDescriptionContext.Builder.addAllRules
(Iterable<? extends ContextRule> values) A list of RPC context rules that apply to individual API methods.