| Package | Description |
|---|---|
| com.google.api |
| Modifier and Type | Method and Description |
|---|---|
Http.Builder |
Http.Builder.addAllRules(Iterable<? extends HttpRule> values)
A list of HTTP configuration rules that apply to individual API methods.
|
Http.Builder |
Http.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
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(HttpRule value)
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.
|
Http.Builder |
Http.Builder.addRules(int index,
HttpRule value)
A list of HTTP configuration rules that apply to individual API methods.
|
Http.Builder |
Http.Builder.clear() |
Http.Builder |
Http.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Http.Builder |
Http.Builder.clearFullyDecodeReservedExpansion()
When set to true, URL path parameters will be fully URI-decoded except in
cases of single segment matches in reserved expansion, where "%2F" will be
left encoded.
|
Http.Builder |
Http.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Http.Builder |
Http.Builder.clearRules()
A list of HTTP configuration rules that apply to individual API methods.
|
Http.Builder |
Http.Builder.clone() |
Http.Builder |
Service.Builder.getHttpBuilder()
HTTP configuration.
|
Http.Builder |
Http.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Http.Builder |
Http.Builder.mergeFrom(Http other) |
Http.Builder |
Http.Builder.mergeFrom(com.google.protobuf.Message other) |
Http.Builder |
Http.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Http.Builder |
Http.newBuilder() |
static Http.Builder |
Http.newBuilder(Http prototype) |
Http.Builder |
Http.newBuilderForType() |
protected Http.Builder |
Http.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Http.Builder |
Http.Builder.removeRules(int index)
A list of HTTP configuration rules that apply to individual API methods.
|
Http.Builder |
Http.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Http.Builder |
Http.Builder.setFullyDecodeReservedExpansion(boolean value)
When set to true, URL path parameters will be fully URI-decoded except in
cases of single segment matches in reserved expansion, where "%2F" will be
left encoded.
|
Http.Builder |
Http.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Http.Builder |
Http.Builder.setRules(int index,
HttpRule.Builder builderForValue)
A list of HTTP configuration rules that apply to individual API methods.
|
Http.Builder |
Http.Builder.setRules(int index,
HttpRule value)
A list of HTTP configuration rules that apply to individual API methods.
|
Http.Builder |
Http.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Http.Builder |
Http.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Service.Builder |
Service.Builder.setHttp(Http.Builder builderForValue)
HTTP configuration.
|
Copyright © 2022 Google LLC. All rights reserved.