Reference documentation and code samples for the Google Cloud Chronicle V1 Client class ContentSourceType.
ContentSourceType specifying the content source of origin
Protobuf type google.cloud.chronicle.v1.FeaturedContentMetadata.ContentSourceType
Namespace
Google \ Cloud \ Chronicle \ V1 \ FeaturedContentMetadataMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CONTENT_SOURCE_TYPE_UNSPECIFIED
Value: 0Unspecified content source type
Generated from protobuf enum CONTENT_SOURCE_TYPE_UNSPECIFIED = 0;
Value: 1Certified Google content source type
Generated from protobuf enum GOOGLE = 1;
COMMUNITY
Value: 2Community content source type
Generated from protobuf enum COMMUNITY = 2;
PARTNER
Value: 3Partner content source type
Generated from protobuf enum PARTNER = 3;