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 ContextRuleContextRule.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 ContextRuleContextRule.parseDelimitedFrom(InputStream input) static ContextRuleContextRule.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ContextRuleContextRule.parseFrom(byte[] data) static ContextRuleContextRule.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ContextRuleContextRule.parseFrom(com.google.protobuf.ByteString data) static ContextRuleContextRule.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ContextRuleContextRule.parseFrom(com.google.protobuf.CodedInputStream input) static ContextRuleContextRule.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ContextRuleContextRule.parseFrom(InputStream input) static ContextRuleContextRule.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ContextRuleContextRule.parseFrom(ByteBuffer data) static ContextRuleContextRule.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.BuilderContextRule.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.