Uses of Class
com.google.api.ContextRule
-
Packages that use ContextRule Package Description com.google.api -
-
Uses of ContextRule in com.google.api
Methods in com.google.api that return ContextRule Modifier and Type Method Description ContextRuleContextRule.Builder. build()ContextRuleContextRule.Builder. buildPartial()static ContextRuleContextRule. getDefaultInstance()ContextRuleContextRule.Builder. getDefaultInstanceForType()ContextRuleContextRule. getDefaultInstanceForType()ContextRuleContext.Builder. getRules(int index)A list of RPC context rules that apply to individual API methods.ContextRuleContext. getRules(int index)A list of RPC context rules that apply to individual API methods.ContextRuleContextOrBuilder. 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 ContextRule Modifier and Type Method Description com.google.protobuf.Parser<ContextRule>ContextRule. getParserForType()List<ContextRule>Context.Builder. getRulesList()A list of RPC context rules that apply to individual API methods.List<ContextRule>Context. getRulesList()A list of RPC context rules that apply to individual API methods.List<ContextRule>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 ContextRule Modifier and Type Method Description Context.BuilderContext.Builder. addRules(int index, ContextRule value)A list of RPC context rules that apply to individual API methods.Context.BuilderContext.Builder. addRules(ContextRule value)A list of RPC context rules that apply to individual API methods.ContextRule.BuilderContextRule.Builder. mergeFrom(ContextRule other)static ContextRule.BuilderContextRule. newBuilder(ContextRule prototype)Context.BuilderContext.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 ContextRule Modifier and Type Method Description Context.BuilderContext.Builder. addAllRules(Iterable<? extends ContextRule> values)A list of RPC context rules that apply to individual API methods.
-