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.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) 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.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) HttpBody.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) HttpBody.Builder.clone()
HttpBody.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) HttpBody.Builder.mergeFrom
(com.google.protobuf.Message other) final HttpBody.Builder
HttpBody.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static HttpBody.Builder
HttpBody.newBuilder()
static HttpBody.Builder
HttpBody.newBuilder
(HttpBody prototype) HttpBody.newBuilderForType()
protected HttpBody.Builder
HttpBody.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.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.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final HttpBody.Builder
HttpBody.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) HttpBody.toBuilder()