Uses of Class
com.google.api.HttpRule
Packages that use HttpRule
-
Uses of HttpRule in com.google.api
Fields in com.google.api with type parameters of type HttpRuleModifier and TypeFieldDescriptionstatic final com.google.protobuf.GeneratedMessage.GeneratedExtension
<com.google.protobuf.DescriptorProtos.MethodOptions, HttpRule> AnnotationsProto.http
See `HttpRule`.Methods in com.google.api that return HttpRuleModifier and TypeMethodDescriptionHttpRule.Builder.build()
HttpRule.Builder.buildPartial()
HttpRule.Builder.getAdditionalBindings
(int index) Additional HTTP bindings for the selector.HttpRule.getAdditionalBindings
(int index) Additional HTTP bindings for the selector.HttpRuleOrBuilder.getAdditionalBindings
(int index) Additional HTTP bindings for the selector.static HttpRule
HttpRule.getDefaultInstance()
HttpRule.Builder.getDefaultInstanceForType()
HttpRule.getDefaultInstanceForType()
Http.Builder.getRules
(int index) A list of HTTP configuration rules that apply to individual API methods.Http.getRules
(int index) A list of HTTP configuration rules that apply to individual API methods.HttpOrBuilder.getRules
(int index) A list of HTTP configuration rules that apply to individual API methods.static HttpRule
HttpRule.parseDelimitedFrom
(InputStream input) static HttpRule
HttpRule.parseDelimitedFrom
(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
(InputStream input) static HttpRule
HttpRule.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpRule
HttpRule.parseFrom
(ByteBuffer data) static HttpRule
HttpRule.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.api that return types with arguments of type HttpRuleModifier and TypeMethodDescriptionHttpRule.Builder.getAdditionalBindingsList()
Additional HTTP bindings for the selector.HttpRule.getAdditionalBindingsList()
Additional HTTP bindings for the selector.HttpRuleOrBuilder.getAdditionalBindingsList()
Additional HTTP bindings for the selector.com.google.protobuf.Parser
<HttpRule> HttpRule.getParserForType()
Http.Builder.getRulesList()
A list of HTTP configuration rules that apply to individual API methods.Http.getRulesList()
A list of HTTP configuration rules that apply to individual API methods.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 HttpRuleModifier and TypeMethodDescriptionHttpRule.Builder.addAdditionalBindings
(int index, HttpRule value) Additional HTTP bindings for the selector.HttpRule.Builder.addAdditionalBindings
(HttpRule value) Additional HTTP bindings for the selector.A list of HTTP configuration rules that apply to individual API methods.A list of HTTP configuration rules that apply to individual API methods.static HttpRule.Builder
HttpRule.newBuilder
(HttpRule prototype) HttpRule.Builder.setAdditionalBindings
(int index, HttpRule value) Additional HTTP bindings for the selector.A list of HTTP configuration rules that apply to individual API methods.Method parameters in com.google.api with type arguments of type HttpRuleModifier and TypeMethodDescriptionHttpRule.Builder.addAllAdditionalBindings
(Iterable<? extends HttpRule> values) Additional HTTP bindings for the selector.Http.Builder.addAllRules
(Iterable<? extends HttpRule> values) A list of HTTP configuration rules that apply to individual API methods.