Uses of Class
com.google.api.HttpRule
-
Packages that use HttpRule Package Description com.google.api -
-
Uses of HttpRule in com.google.api
Fields in com.google.api with type parameters of type HttpRule Modifier and Type Field Description static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MethodOptions,HttpRule>
AnnotationsProto. http
See `HttpRule`.Methods in com.google.api that return HttpRule Modifier and Type Method Description HttpRule
HttpRule.Builder. build()
HttpRule
HttpRule.Builder. buildPartial()
HttpRule
HttpRule.Builder. getAdditionalBindings(int index)
Additional HTTP bindings for the selector.HttpRule
HttpRule. getAdditionalBindings(int index)
Additional HTTP bindings for the selector.HttpRule
HttpRuleOrBuilder. getAdditionalBindings(int index)
Additional HTTP bindings for the selector.static HttpRule
HttpRule. getDefaultInstance()
HttpRule
HttpRule.Builder. getDefaultInstanceForType()
HttpRule
HttpRule. getDefaultInstanceForType()
HttpRule
Http.Builder. getRules(int index)
A list of HTTP configuration rules that apply to individual API methods.HttpRule
Http. getRules(int index)
A list of HTTP configuration rules that apply to individual API methods.HttpRule
HttpOrBuilder. getRules(int index)
A list of HTTP configuration rules that apply to individual API methods.static HttpRule
HttpRule. parseDelimitedFrom(java.io.InputStream input)
static HttpRule
HttpRule. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpRule
HttpRule. parseFrom(byte[] data)
static HttpRule
HttpRule. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpRule
HttpRule. parseFrom(com.google.protobuf.ByteString data)
static HttpRule
HttpRule. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpRule
HttpRule. parseFrom(com.google.protobuf.CodedInputStream input)
static HttpRule
HttpRule. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpRule
HttpRule. parseFrom(java.io.InputStream input)
static HttpRule
HttpRule. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpRule
HttpRule. parseFrom(java.nio.ByteBuffer data)
static HttpRule
HttpRule. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api that return types with arguments of type HttpRule Modifier and Type Method Description java.util.List<HttpRule>
HttpRule.Builder. getAdditionalBindingsList()
Additional HTTP bindings for the selector.java.util.List<HttpRule>
HttpRule. getAdditionalBindingsList()
Additional HTTP bindings for the selector.java.util.List<HttpRule>
HttpRuleOrBuilder. getAdditionalBindingsList()
Additional HTTP bindings for the selector.com.google.protobuf.Parser<HttpRule>
HttpRule. getParserForType()
java.util.List<HttpRule>
Http.Builder. getRulesList()
A list of HTTP configuration rules that apply to individual API methods.java.util.List<HttpRule>
Http. getRulesList()
A list of HTTP configuration rules that apply to individual API methods.java.util.List<HttpRule>
HttpOrBuilder. getRulesList()
A list of HTTP configuration rules that apply to individual API methods.static com.google.protobuf.Parser<HttpRule>
HttpRule. parser()
Methods in com.google.api with parameters of type HttpRule Modifier and Type Method Description HttpRule.Builder
HttpRule.Builder. addAdditionalBindings(int index, HttpRule value)
Additional HTTP bindings for the selector.HttpRule.Builder
HttpRule.Builder. addAdditionalBindings(HttpRule value)
Additional HTTP bindings for the selector.Http.Builder
Http.Builder. addRules(int index, HttpRule value)
A list of HTTP configuration rules that apply to individual API methods.Http.Builder
Http.Builder. addRules(HttpRule value)
A list of HTTP configuration rules that apply to individual API methods.HttpRule.Builder
HttpRule.Builder. mergeFrom(HttpRule other)
static HttpRule.Builder
HttpRule. newBuilder(HttpRule prototype)
HttpRule.Builder
HttpRule.Builder. setAdditionalBindings(int index, HttpRule value)
Additional HTTP bindings for the selector.Http.Builder
Http.Builder. setRules(int index, HttpRule value)
A list of HTTP configuration rules that apply to individual API methods.Method parameters in com.google.api with type arguments of type HttpRule Modifier and Type Method Description HttpRule.Builder
HttpRule.Builder. addAllAdditionalBindings(java.lang.Iterable<? extends HttpRule> values)
Additional HTTP bindings for the selector.Http.Builder
Http.Builder. addAllRules(java.lang.Iterable<? extends HttpRule> values)
A list of HTTP configuration rules that apply to individual API methods.
-