Enum SearchResponse.Summary.BlobAttachment.AttributionType (0.90.0)

public enum SearchResponse.Summary.BlobAttachment.AttributionType extends Enum<SearchResponse.Summary.BlobAttachment.AttributionType> implements ProtocolMessageEnum

Defines the attribution type of the blob.

Protobuf enum google.cloud.discoveryengine.v1beta.SearchResponse.Summary.BlobAttachment.AttributionType

Implements

ProtocolMessageEnum

Static Fields

Name Description
ATTRIBUTION_TYPE_UNSPECIFIED

Unspecified attribution type.

ATTRIBUTION_TYPE_UNSPECIFIED = 0;

ATTRIBUTION_TYPE_UNSPECIFIED_VALUE

Unspecified attribution type.

ATTRIBUTION_TYPE_UNSPECIFIED = 0;

CORPUS

The attachment data is from the corpus.

CORPUS = 1;

CORPUS_VALUE

The attachment data is from the corpus.

CORPUS = 1;

GENERATED

The attachment data is generated by the model through code generation.

GENERATED = 2;

GENERATED_VALUE

The attachment data is generated by the model through code generation.

GENERATED = 2;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()