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.httpSee `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 HttpRuleHttpRule.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 HttpRuleHttpRule.parseDelimitedFrom(InputStream input) static HttpRuleHttpRule.parseDelimitedFrom(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(InputStream input) static HttpRuleHttpRule.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpRuleHttpRule.parseFrom(ByteBuffer data) static HttpRuleHttpRule.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.BuilderHttpRule.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.