Interface Answer.BlobAttachmentOrBuilder (0.90.0)

public static interface Answer.BlobAttachmentOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAttributionType()

public abstract Answer.BlobAttachment.AttributionType getAttributionType()

Output only. The attribution type of the blob.

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

Returns
Type Description
Answer.BlobAttachment.AttributionType

The attributionType.

getAttributionTypeValue()

public abstract int getAttributionTypeValue()

Output only. The attribution type of the blob.

.google.cloud.discoveryengine.v1beta.Answer.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 Answer.BlobAttachment.Blob getData()

Output only. The mime type and data of the blob.

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

Returns
Type Description
Answer.BlobAttachment.Blob

The data.

getDataOrBuilder()

public abstract Answer.BlobAttachment.BlobOrBuilder getDataOrBuilder()

Output only. The mime type and data of the blob.

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

Returns
Type Description
Answer.BlobAttachment.BlobOrBuilder

hasData()

public abstract boolean hasData()

Output only. The mime type and data of the blob.

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

Returns
Type Description
boolean

Whether the data field is set.