public enum SearchResponse.Summary.BlobAttachment.AttributionType extends Enum<SearchResponse.Summary.BlobAttachment.AttributionType> implements ProtocolMessageEnumDefines the attribution type of the blob.
Protobuf enum
google.cloud.discoveryengine.v1beta.SearchResponse.Summary.BlobAttachment.AttributionType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ATTRIBUTION_TYPE_UNSPECIFIED |
Unspecified attribution type. |
ATTRIBUTION_TYPE_UNSPECIFIED_VALUE |
Unspecified attribution type. |
CORPUS |
The attachment data is from the corpus. |
CORPUS_VALUE |
The attachment data is from the corpus. |
GENERATED |
The attachment data is generated by the model through code generation. |
GENERATED_VALUE |
The attachment data is generated by the model through code generation. |
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() |
|