| Package | Description |
|---|---|
| com.google.api |
| Modifier and Type | Method and Description |
|---|---|
HttpRule.Builder |
HttpRule.Builder.addAdditionalBindings(HttpRule.Builder builderForValue)
Additional HTTP bindings for the selector.
|
HttpRule.Builder |
HttpRule.Builder.addAdditionalBindings(HttpRule value)
Additional HTTP bindings for the selector.
|
HttpRule.Builder |
HttpRule.Builder.addAdditionalBindings(int index,
HttpRule.Builder builderForValue)
Additional HTTP bindings for the selector.
|
HttpRule.Builder |
HttpRule.Builder.addAdditionalBindings(int index,
HttpRule value)
Additional HTTP bindings for the selector.
|
HttpRule.Builder |
HttpRule.Builder.addAdditionalBindingsBuilder()
Additional HTTP bindings for the selector.
|
HttpRule.Builder |
HttpRule.Builder.addAdditionalBindingsBuilder(int index)
Additional HTTP bindings for the selector.
|
HttpRule.Builder |
HttpRule.Builder.addAllAdditionalBindings(Iterable<? extends HttpRule> values)
Additional HTTP bindings for the selector.
|
HttpRule.Builder |
HttpRule.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HttpRule.Builder |
Http.Builder.addRulesBuilder()
A list of HTTP configuration rules that apply to individual API methods.
|
HttpRule.Builder |
Http.Builder.addRulesBuilder(int index)
A list of HTTP configuration rules that apply to individual API methods.
|
HttpRule.Builder |
HttpRule.Builder.clear() |
HttpRule.Builder |
HttpRule.Builder.clearAdditionalBindings()
Additional HTTP bindings for the selector.
|
HttpRule.Builder |
HttpRule.Builder.clearBody()
The name of the request field whose value is mapped to the HTTP request
body, or `*` for mapping all request fields not captured by the path
pattern to the HTTP body, or omitted for not having any HTTP request body.
|
HttpRule.Builder |
HttpRule.Builder.clearCustom()
The custom pattern is used for specifying an HTTP method that is not
included in the `pattern` field, such as HEAD, or "*" to leave the
HTTP method unspecified for this rule.
|
HttpRule.Builder |
HttpRule.Builder.clearDelete()
Maps to HTTP DELETE.
|
HttpRule.Builder |
HttpRule.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
HttpRule.Builder |
HttpRule.Builder.clearGet()
Maps to HTTP GET.
|
HttpRule.Builder |
HttpRule.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
HttpRule.Builder |
HttpRule.Builder.clearPatch()
Maps to HTTP PATCH.
|
HttpRule.Builder |
HttpRule.Builder.clearPattern() |
HttpRule.Builder |
HttpRule.Builder.clearPost()
Maps to HTTP POST.
|
HttpRule.Builder |
HttpRule.Builder.clearPut()
Maps to HTTP PUT.
|
HttpRule.Builder |
HttpRule.Builder.clearResponseBody()
Optional.
|
HttpRule.Builder |
HttpRule.Builder.clearSelector()
Selects a method to which this rule applies.
|
HttpRule.Builder |
HttpRule.Builder.clone() |
HttpRule.Builder |
HttpRule.Builder.getAdditionalBindingsBuilder(int index)
Additional HTTP bindings for the selector.
|
HttpRule.Builder |
Http.Builder.getRulesBuilder(int index)
A list of HTTP configuration rules that apply to individual API methods.
|
HttpRule.Builder |
HttpRule.Builder.mergeCustom(CustomHttpPattern value)
The custom pattern is used for specifying an HTTP method that is not
included in the `pattern` field, such as HEAD, or "*" to leave the
HTTP method unspecified for this rule.
|
HttpRule.Builder |
HttpRule.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HttpRule.Builder |
HttpRule.Builder.mergeFrom(HttpRule other) |
HttpRule.Builder |
HttpRule.Builder.mergeFrom(com.google.protobuf.Message other) |
HttpRule.Builder |
HttpRule.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static HttpRule.Builder |
HttpRule.newBuilder() |
static HttpRule.Builder |
HttpRule.newBuilder(HttpRule prototype) |
HttpRule.Builder |
HttpRule.newBuilderForType() |
protected HttpRule.Builder |
HttpRule.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
HttpRule.Builder |
HttpRule.Builder.removeAdditionalBindings(int index)
Additional HTTP bindings for the selector.
|
HttpRule.Builder |
HttpRule.Builder.setAdditionalBindings(int index,
HttpRule.Builder builderForValue)
Additional HTTP bindings for the selector.
|
HttpRule.Builder |
HttpRule.Builder.setAdditionalBindings(int index,
HttpRule value)
Additional HTTP bindings for the selector.
|
HttpRule.Builder |
HttpRule.Builder.setBody(String value)
The name of the request field whose value is mapped to the HTTP request
body, or `*` for mapping all request fields not captured by the path
pattern to the HTTP body, or omitted for not having any HTTP request body.
|
HttpRule.Builder |
HttpRule.Builder.setBodyBytes(com.google.protobuf.ByteString value)
The name of the request field whose value is mapped to the HTTP request
body, or `*` for mapping all request fields not captured by the path
pattern to the HTTP body, or omitted for not having any HTTP request body.
|
HttpRule.Builder |
HttpRule.Builder.setCustom(CustomHttpPattern.Builder builderForValue)
The custom pattern is used for specifying an HTTP method that is not
included in the `pattern` field, such as HEAD, or "*" to leave the
HTTP method unspecified for this rule.
|
HttpRule.Builder |
HttpRule.Builder.setCustom(CustomHttpPattern value)
The custom pattern is used for specifying an HTTP method that is not
included in the `pattern` field, such as HEAD, or "*" to leave the
HTTP method unspecified for this rule.
|
HttpRule.Builder |
HttpRule.Builder.setDelete(String value)
Maps to HTTP DELETE.
|
HttpRule.Builder |
HttpRule.Builder.setDeleteBytes(com.google.protobuf.ByteString value)
Maps to HTTP DELETE.
|
HttpRule.Builder |
HttpRule.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HttpRule.Builder |
HttpRule.Builder.setGet(String value)
Maps to HTTP GET.
|
HttpRule.Builder |
HttpRule.Builder.setGetBytes(com.google.protobuf.ByteString value)
Maps to HTTP GET.
|
HttpRule.Builder |
HttpRule.Builder.setPatch(String value)
Maps to HTTP PATCH.
|
HttpRule.Builder |
HttpRule.Builder.setPatchBytes(com.google.protobuf.ByteString value)
Maps to HTTP PATCH.
|
HttpRule.Builder |
HttpRule.Builder.setPost(String value)
Maps to HTTP POST.
|
HttpRule.Builder |
HttpRule.Builder.setPostBytes(com.google.protobuf.ByteString value)
Maps to HTTP POST.
|
HttpRule.Builder |
HttpRule.Builder.setPut(String value)
Maps to HTTP PUT.
|
HttpRule.Builder |
HttpRule.Builder.setPutBytes(com.google.protobuf.ByteString value)
Maps to HTTP PUT.
|
HttpRule.Builder |
HttpRule.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
HttpRule.Builder |
HttpRule.Builder.setResponseBody(String value)
Optional.
|
HttpRule.Builder |
HttpRule.Builder.setResponseBodyBytes(com.google.protobuf.ByteString value)
Optional.
|
HttpRule.Builder |
HttpRule.Builder.setSelector(String value)
Selects a method to which this rule applies.
|
HttpRule.Builder |
HttpRule.Builder.setSelectorBytes(com.google.protobuf.ByteString value)
Selects a method to which this rule applies.
|
HttpRule.Builder |
HttpRule.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
HttpRule.Builder |
HttpRule.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<HttpRule.Builder> |
HttpRule.Builder.getAdditionalBindingsBuilderList()
Additional HTTP bindings for the selector.
|
List<HttpRule.Builder> |
Http.Builder.getRulesBuilderList()
A list of HTTP configuration rules that apply to individual API methods.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRule.Builder |
HttpRule.Builder.addAdditionalBindings(HttpRule.Builder builderForValue)
Additional HTTP bindings for the selector.
|
HttpRule.Builder |
HttpRule.Builder.addAdditionalBindings(int index,
HttpRule.Builder builderForValue)
Additional HTTP bindings for the selector.
|
Http.Builder |
Http.Builder.addRules(HttpRule.Builder builderForValue)
A list of HTTP configuration rules that apply to individual API methods.
|
Http.Builder |
Http.Builder.addRules(int index,
HttpRule.Builder builderForValue)
A list of HTTP configuration rules that apply to individual API methods.
|
HttpRule.Builder |
HttpRule.Builder.setAdditionalBindings(int index,
HttpRule.Builder builderForValue)
Additional HTTP bindings for the selector.
|
Http.Builder |
Http.Builder.setRules(int index,
HttpRule.Builder builderForValue)
A list of HTTP configuration rules that apply to individual API methods.
|
Copyright © 2021 Google LLC. All rights reserved.