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. httpSee `HttpRule`.Methods in com.google.api that return HttpRule Modifier and Type Method Description HttpRuleHttpRule.Builder. build()HttpRuleHttpRule.Builder. buildPartial()HttpRuleHttpRule.Builder. getAdditionalBindings(int index)Additional HTTP bindings for the selector.HttpRuleHttpRule. getAdditionalBindings(int index)Additional HTTP bindings for the selector.HttpRuleHttpRuleOrBuilder. getAdditionalBindings(int index)Additional HTTP bindings for the selector.static HttpRuleHttpRule. getDefaultInstance()HttpRuleHttpRule.Builder. getDefaultInstanceForType()HttpRuleHttpRule. getDefaultInstanceForType()HttpRuleHttp.Builder. getRules(int index)A list of HTTP configuration rules that apply to individual API methods.HttpRuleHttp. getRules(int index)A list of HTTP configuration rules that apply to individual API methods.HttpRuleHttpOrBuilder. getRules(int index)A list of HTTP configuration rules that apply to individual API methods.static HttpRuleHttpRule. parseDelimitedFrom(java.io.InputStream input)static HttpRuleHttpRule. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpRuleHttpRule. parseFrom(byte[] data)static HttpRuleHttpRule. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpRuleHttpRule. parseFrom(com.google.protobuf.ByteString data)static HttpRuleHttpRule. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpRuleHttpRule. parseFrom(com.google.protobuf.CodedInputStream input)static HttpRuleHttpRule. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpRuleHttpRule. parseFrom(java.io.InputStream input)static HttpRuleHttpRule. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpRuleHttpRule. parseFrom(java.nio.ByteBuffer data)static HttpRuleHttpRule. 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.BuilderHttpRule.Builder. addAdditionalBindings(int index, HttpRule value)Additional HTTP bindings for the selector.HttpRule.BuilderHttpRule.Builder. addAdditionalBindings(HttpRule value)Additional HTTP bindings for the selector.Http.BuilderHttp.Builder. addRules(int index, HttpRule value)A list of HTTP configuration rules that apply to individual API methods.Http.BuilderHttp.Builder. addRules(HttpRule value)A list of HTTP configuration rules that apply to individual API methods.HttpRule.BuilderHttpRule.Builder. mergeFrom(HttpRule other)static HttpRule.BuilderHttpRule. newBuilder(HttpRule prototype)HttpRule.BuilderHttpRule.Builder. setAdditionalBindings(int index, HttpRule value)Additional HTTP bindings for the selector.Http.BuilderHttp.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.BuilderHttpRule.Builder. addAllAdditionalBindings(java.lang.Iterable<? extends HttpRule> values)Additional HTTP bindings for the selector.Http.BuilderHttp.Builder. addAllRules(java.lang.Iterable<? extends HttpRule> values)A list of HTTP configuration rules that apply to individual API methods.
-