Interface SearchResponse.Summary.BlobAttachmentOrBuilder (0.90.0)

public static interface SearchResponse.Summary.BlobAttachmentOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAttributionType()

public abstract SearchResponse.Summary.BlobAttachment.AttributionType getAttributionType()

Output only. The attribution type of the blob.

.google.cloud.discoveryengine.v1beta.SearchResponse.Summary.BlobAttachment.AttributionType attribution_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
SearchResponse.Summary.BlobAttachment.AttributionType

The attributionType.

getAttributionTypeValue()

public abstract int getAttributionTypeValue()

Output only. The attribution type of the blob.

.google.cloud.discoveryengine.v1beta.SearchResponse.Summary.BlobAttachment.AttributionType attribution_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for attributionType.

getData()

public abstract SearchResponse.Summary.BlobAttachment.Blob getData()

Output only. The blob data.

.google.cloud.discoveryengine.v1beta.SearchResponse.Summary.BlobAttachment.Blob data = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
SearchResponse.Summary.BlobAttachment.Blob

The data.

getDataOrBuilder()

public abstract SearchResponse.Summary.BlobAttachment.BlobOrBuilder getDataOrBuilder()

Output only. The blob data.

.google.cloud.discoveryengine.v1beta.SearchResponse.Summary.BlobAttachment.Blob data = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
SearchResponse.Summary.BlobAttachment.BlobOrBuilder

hasData()

public abstract boolean hasData()

Output only. The blob data.

.google.cloud.discoveryengine.v1beta.SearchResponse.Summary.BlobAttachment.Blob data = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the data field is set.