| Package | Description |
|---|---|
| com.google.api |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MethodOptions,HttpRule> |
AnnotationsProto.http
See `HttpRule`.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRule |
HttpRule.Builder.build() |
HttpRule |
HttpRule.Builder.buildPartial() |
HttpRule |
HttpRule.getAdditionalBindings(int index)
Additional HTTP bindings for the selector.
|
HttpRule |
HttpRule.Builder.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.getDefaultInstanceForType() |
HttpRule |
HttpRule.Builder.getDefaultInstanceForType() |
HttpRule |
HttpOrBuilder.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 |
Http.Builder.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(ByteBuffer data) |
static HttpRule |
HttpRule.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
List<HttpRule> |
HttpRule.getAdditionalBindingsList()
Additional HTTP bindings for the selector.
|
List<HttpRule> |
HttpRule.Builder.getAdditionalBindingsList()
Additional HTTP bindings for the selector.
|
List<HttpRule> |
HttpRuleOrBuilder.getAdditionalBindingsList()
Additional HTTP bindings for the selector.
|
com.google.protobuf.Parser<HttpRule> |
HttpRule.getParserForType() |
List<HttpRule> |
HttpOrBuilder.getRulesList()
A list of HTTP configuration rules that apply to individual API methods.
|
List<HttpRule> |
Http.getRulesList()
A list of HTTP configuration rules that apply to individual API methods.
|
List<HttpRule> |
Http.Builder.getRulesList()
A list of HTTP configuration rules that apply to individual API methods.
|
static com.google.protobuf.Parser<HttpRule> |
HttpRule.parser() |
| Modifier and Type | Method and Description |
|---|---|
HttpRule.Builder |
HttpRule.Builder.addAdditionalBindings(HttpRule value)
Additional HTTP bindings for the selector.
|
HttpRule.Builder |
HttpRule.Builder.addAdditionalBindings(int index,
HttpRule value)
Additional HTTP bindings for the selector.
|
Http.Builder |
Http.Builder.addRules(HttpRule value)
A list of HTTP configuration rules that apply to individual API methods.
|
Http.Builder |
Http.Builder.addRules(int index,
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.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRule.Builder |
HttpRule.Builder.addAllAdditionalBindings(Iterable<? extends HttpRule> values)
Additional HTTP bindings for the selector.
|
Http.Builder |
Http.Builder.addAllRules(Iterable<? extends HttpRule> values)
A list of HTTP configuration rules that apply to individual API methods.
|
Copyright © 2022 Google LLC. All rights reserved.