Enum FeaturedContentMetadata.ContentSourceType (0.31.0)

public enum FeaturedContentMetadata.ContentSourceType extends Enum<FeaturedContentMetadata.ContentSourceType> implements ProtocolMessageEnum

ContentSourceType specifying the content source of origin

Protobuf enum google.cloud.chronicle.v1.FeaturedContentMetadata.ContentSourceType

Implements

ProtocolMessageEnum

Static Fields

Name Description
COMMUNITY

Community content source type

COMMUNITY = 2;

COMMUNITY_VALUE

Community content source type

COMMUNITY = 2;

CONTENT_SOURCE_TYPE_UNSPECIFIED

Unspecified content source type

CONTENT_SOURCE_TYPE_UNSPECIFIED = 0;

CONTENT_SOURCE_TYPE_UNSPECIFIED_VALUE

Unspecified content source type

CONTENT_SOURCE_TYPE_UNSPECIFIED = 0;

GOOGLE

Certified Google content source type

GOOGLE = 1;

GOOGLE_VALUE

Certified Google content source type

GOOGLE = 1;

PARTNER

Partner content source type

PARTNER = 3;

PARTNER_VALUE

Partner content source type

PARTNER = 3;

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