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 ContextRule
ContextRule.Builder. build()
ContextRule
ContextRule.Builder. buildPartial()
static ContextRule
ContextRule. getDefaultInstance()
ContextRule
ContextRule.Builder. getDefaultInstanceForType()
ContextRule
ContextRule. getDefaultInstanceForType()
ContextRule
Context.Builder. getRules(int index)
A list of RPC context rules that apply to individual API methods.ContextRule
Context. getRules(int index)
A list of RPC context rules that apply to individual API methods.ContextRule
ContextOrBuilder. getRules(int index)
A list of RPC context rules that apply to individual API methods.static ContextRule
ContextRule. parseDelimitedFrom(java.io.InputStream input)
static ContextRule
ContextRule. parseDelimitedFrom(java.io.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(java.io.InputStream input)
static ContextRule
ContextRule. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ContextRule
ContextRule. parseFrom(java.nio.ByteBuffer data)
static ContextRule
ContextRule. parseFrom(java.nio.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()
java.util.List<ContextRule>
Context.Builder. getRulesList()
A list of RPC context rules that apply to individual API methods.java.util.List<ContextRule>
Context. getRulesList()
A list of RPC context rules that apply to individual API methods.java.util.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.Builder
Context.Builder. addRules(int index, ContextRule value)
A list of RPC context rules that apply to individual API methods.Context.Builder
Context.Builder. addRules(ContextRule value)
A list of RPC context rules that apply to individual API methods.ContextRule.Builder
ContextRule.Builder. mergeFrom(ContextRule other)
static ContextRule.Builder
ContextRule. newBuilder(ContextRule prototype)
Context.Builder
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 ContextRule Modifier and Type Method Description Context.Builder
Context.Builder. addAllRules(java.lang.Iterable<? extends ContextRule> values)
A list of RPC context rules that apply to individual API methods.
-