Uses of Class
com.google.api.HttpBody.Builder
Packages that use HttpBody.Builder
-
Uses of HttpBody.Builder in com.google.api
Methods in com.google.api that return HttpBody.BuilderModifier and TypeMethodDescriptionHttpBody.Builder.addAllExtensions(Iterable<? extends com.google.protobuf.Any> values) Application specific response metadata.HttpBody.Builder.addExtensions(int index, com.google.protobuf.Any value) Application specific response metadata.HttpBody.Builder.addExtensions(int index, com.google.protobuf.Any.Builder builderForValue) Application specific response metadata.HttpBody.Builder.addExtensions(com.google.protobuf.Any value) Application specific response metadata.HttpBody.Builder.addExtensions(com.google.protobuf.Any.Builder builderForValue) Application specific response metadata.HttpBody.Builder.clear()HttpBody.Builder.clearContentType()The HTTP Content-Type header value specifying the content type of the body.HttpBody.Builder.clearData()The HTTP request/response body as raw binary.HttpBody.Builder.clearExtensions()Application specific response metadata.HttpBody.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) HttpBody.Builder.mergeFrom(com.google.protobuf.Message other) static HttpBody.BuilderHttpBody.newBuilder()static HttpBody.BuilderHttpBody.newBuilder(HttpBody prototype) HttpBody.newBuilderForType()protected HttpBody.BuilderHttpBody.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) HttpBody.Builder.removeExtensions(int index) Application specific response metadata.HttpBody.Builder.setContentType(String value) The HTTP Content-Type header value specifying the content type of the body.HttpBody.Builder.setContentTypeBytes(com.google.protobuf.ByteString value) The HTTP Content-Type header value specifying the content type of the body.HttpBody.Builder.setData(com.google.protobuf.ByteString value) The HTTP request/response body as raw binary.HttpBody.Builder.setExtensions(int index, com.google.protobuf.Any value) Application specific response metadata.HttpBody.Builder.setExtensions(int index, com.google.protobuf.Any.Builder builderForValue) Application specific response metadata.HttpBody.toBuilder()