Interface SearchResponse.Summary.BlobAttachment.BlobOrBuilder (0.90.0)

public static interface SearchResponse.Summary.BlobAttachment.BlobOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getData()

public abstract ByteString getData()

Output only. Raw bytes.

bytes data = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The data.

getMimeType()

public abstract String getMimeType()

Output only. The media type (MIME type) of the generated data.

string mime_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The mimeType.

getMimeTypeBytes()

public abstract ByteString getMimeTypeBytes()

Output only. The media type (MIME type) of the generated data.

string mime_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for mimeType.