Reference documentation and code samples for the Google Cloud Chronicle V1 Client class FeaturedContentMetadata.
FeaturedContentMetadata holds metadata about the Featured Content.
Generated from protobuf message google.cloud.chronicle.v1.FeaturedContentMetadata
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ id
string
Required. Unique identifier of the featured content.
↳ display_name
string
Output only. The display name of the featured content.
↳ create_time
↳ update_time
↳ author
string
Output only. Content item author full name.
↳ certified
bool
Output only. Determine if this content item is officially certified by Google or created by the community.
↳ description
string
Output only. The description of the content item.
↳ categories
string[]
Output only. Categories the content is associated with.
↳ version
string
Output only. Featured content version (Major.Minor.Patch).
↳ verified
bool
Output only. Whether the content is verified by Google (applicable for 3rd party content).
↳ source_type
int
Output only. The source type of the content.
getId
Required. Unique identifier of the featured content.
string
setId
Required. Unique identifier of the featured content.
var
string
$this
getDisplayName
Output only. The display name of the featured content.
string
setDisplayName
Output only. The display name of the featured content.
var
string
$this
getCreateTime
Output only. Timestamp indicating when the item was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. Timestamp indicating when the item was created.
$this
getUpdateTime
Output only. Timestamp indicating when the item was updated.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. Timestamp indicating when the item was updated.
$this
getAuthor
Output only. Content item author full name.
string
setAuthor
Output only. Content item author full name.
var
string
$this
getCertified
Output only. Determine if this content item is officially certified by Google or created by the community.
bool
setCertified
Output only. Determine if this content item is officially certified by Google or created by the community.
var
bool
$this
getDescription
Output only. The description of the content item.
string
setDescription
Output only. The description of the content item.
var
string
$this
getCategories
Output only. Categories the content is associated with.
setCategories
Output only. Categories the content is associated with.
var
string[]
$this
getVersion
Output only. Featured content version (Major.Minor.Patch).
string
setVersion
Output only. Featured content version (Major.Minor.Patch).
var
string
$this
getVerified
Output only. Whether the content is verified by Google (applicable for 3rd party content).
bool
hasVerified
clearVerified
setVerified
Output only. Whether the content is verified by Google (applicable for 3rd party content).
var
bool
$this
getSourceType
Output only. The source type of the content.
setSourceType
Output only. The source type of the content.
$this

