Enum AdvancedCompleteQueryResponse.ContentSuggestion.ContentType (0.50.0)

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

ProtocolMessageEnum

Static Fields

Name Description
CONTENT_TYPE_UNSPECIFIED

Default value.

CONTENT_TYPE_UNSPECIFIED = 0;

CONTENT_TYPE_UNSPECIFIED_VALUE

Default value.

CONTENT_TYPE_UNSPECIFIED = 0;

GOOGLE_WORKSPACE

The suggestion is from a Google Workspace source.

GOOGLE_WORKSPACE = 1;

GOOGLE_WORKSPACE_VALUE

The suggestion is from a Google Workspace source.

GOOGLE_WORKSPACE = 1;

THIRD_PARTY

The suggestion is from a third party source.

THIRD_PARTY = 2;

THIRD_PARTY_VALUE

The suggestion is from a third party source.

THIRD_PARTY = 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()