public enum AdvancedCompleteQueryResponse.ContentSuggestion.ContentType extends Enum<AdvancedCompleteQueryResponse.ContentSuggestion.ContentType> implements ProtocolMessageEnum
The type of the content returned for content suggestions.
Protobuf enum
google.cloud.discoveryengine.v1beta.AdvancedCompleteQueryResponse.ContentSuggestion.ContentType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CONTENT_TYPE_UNSPECIFIED |
Default value. |
CONTENT_TYPE_UNSPECIFIED_VALUE |
Default value. |
GOOGLE_WORKSPACE |
The suggestion is from a Google Workspace source. |
GOOGLE_WORKSPACE_VALUE |
The suggestion is from a Google Workspace source. |
THIRD_PARTY |
The suggestion is from a third party source. |
THIRD_PARTY_VALUE |
The suggestion is from a third party source. |
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() |