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.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.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.clearRules()A list of HTTP configuration rules that apply to individual API methods.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) static Http.BuilderHttp.newBuilder()static Http.BuilderHttp.newBuilder(Http prototype) Http.newBuilderForType()protected Http.BuilderHttp.newBuilderForType(com.google.protobuf.AbstractMessage.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.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.Http.toBuilder()Methods in com.google.api with parameters of type Http.BuilderModifier and TypeMethodDescriptionService.Builder.setHttp(Http.Builder builderForValue) HTTP configuration.