public interface HttpBodyOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContentType()
The HTTP Content-Type header value specifying the content type of the body.
|
ByteString |
getContentTypeBytes()
The HTTP Content-Type header value specifying the content type of the body.
|
ByteString |
getData()
The HTTP request/response body as raw binary.
|
Any |
getExtensions(int index)
Application specific response metadata.
|
int |
getExtensionsCount()
Application specific response metadata.
|
java.util.List<Any> |
getExtensionsList()
Application specific response metadata.
|
AnyOrBuilder |
getExtensionsOrBuilder(int index)
Application specific response metadata.
|
java.util.List<? extends AnyOrBuilder> |
getExtensionsOrBuilderList()
Application specific response metadata.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getContentType()
The HTTP Content-Type header value specifying the content type of the body.
string content_type = 1;
ByteString getContentTypeBytes()
The HTTP Content-Type header value specifying the content type of the body.
string content_type = 1;
ByteString getData()
The HTTP request/response body as raw binary.
bytes data = 2;
java.util.List<Any> getExtensionsList()
Application specific response metadata. Must be set in the first response for streaming APIs.
repeated .google.protobuf.Any extensions = 3;
Any getExtensions(int index)
Application specific response metadata. Must be set in the first response for streaming APIs.
repeated .google.protobuf.Any extensions = 3;
int getExtensionsCount()
Application specific response metadata. Must be set in the first response for streaming APIs.
repeated .google.protobuf.Any extensions = 3;
java.util.List<? extends AnyOrBuilder> getExtensionsOrBuilderList()
Application specific response metadata. Must be set in the first response for streaming APIs.
repeated .google.protobuf.Any extensions = 3;
AnyOrBuilder getExtensionsOrBuilder(int index)
Application specific response metadata. Must be set in the first response for streaming APIs.
repeated .google.protobuf.Any extensions = 3;