Uses of Class
com.google.api.Http.Builder
Packages that use Http.Builder
-
Uses of Http.Builder in com.google.api
Methods in com.google.api that return Http.BuilderModifier and TypeMethodDescriptionHttp.Builder.addAllRules
(Iterable<? extends HttpRule> values) A list of HTTP configuration rules that apply to individual API methods.Http.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) A list of HTTP configuration rules that apply to individual API methods.Http.Builder.addRules
(int index, HttpRule.Builder builderForValue) A list of HTTP configuration rules that apply to individual API methods.A list of HTTP configuration rules that apply to individual API methods.Http.Builder.addRules
(HttpRule.Builder builderForValue) A list of HTTP configuration rules that apply to individual API methods.Http.Builder.clear()
Http.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) 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.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Http.Builder.clearRules()
A list of HTTP configuration rules that apply to individual API methods.Http.Builder.clone()
Service.Builder.getHttpBuilder()
HTTP configuration.Http.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Http.Builder.mergeFrom
(com.google.protobuf.Message other) final Http.Builder
Http.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static Http.Builder
Http.newBuilder()
static Http.Builder
Http.newBuilder
(Http prototype) Http.newBuilderForType()
protected Http.Builder
Http.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Http.Builder.removeRules
(int index) A list of HTTP configuration rules that apply to individual API methods.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.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) A list of HTTP configuration rules that apply to individual API methods.Http.Builder.setRules
(int index, HttpRule.Builder builderForValue) A list of HTTP configuration rules that apply to individual API methods.final Http.Builder
Http.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Http.toBuilder()
Methods in com.google.api with parameters of type Http.BuilderModifier and TypeMethodDescriptionService.Builder.setHttp
(Http.Builder builderForValue) HTTP configuration.