Chronicle v1 API - Class FeaturedContentMetadata (1.0.0-beta05)

public sealed class FeaturedContentMetadata : IMessage<FeaturedContentMetadata>, IEquatable<FeaturedContentMetadata>, IDeepCloneable<FeaturedContentMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Chronicle v1 API class FeaturedContentMetadata.

FeaturedContentMetadata holds metadata about the Featured Content.

Inheritance

object > FeaturedContentMetadata

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

FeaturedContentMetadata()

public FeaturedContentMetadata()

FeaturedContentMetadata(FeaturedContentMetadata)

public FeaturedContentMetadata(FeaturedContentMetadata other)
Parameter
Name Description
other FeaturedContentMetadata

Properties

Author

public string Author { get; set; }

Output only. Content item author full name.

Property Value
Type Description
string

Categories

public RepeatedField<string> Categories { get; }

Output only. Categories the content is associated with.

Property Value
Type Description
RepeatedFieldstring

Certified

public bool Certified { get; set; }

Output only. Determine if this content item is officially certified by Google or created by the community.

Property Value
Type Description
bool

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Timestamp indicating when the item was created.

Property Value
Type Description
Timestamp

Description

public string Description { get; set; }

Output only. The description of the content item.

Property Value
Type Description
string

DisplayName

public string DisplayName { get; set; }

Output only. The display name of the featured content.

Property Value
Type Description
string

HasVerified

public bool HasVerified { get; }

Gets whether the "verified" field is set

Property Value
Type Description
bool

Id

public string Id { get; set; }

Required. Unique identifier of the featured content.

Property Value
Type Description
string

SourceType

public FeaturedContentMetadata.Types.ContentSourceType SourceType { get; set; }

Output only. The source type of the content.

Property Value
Type Description
FeaturedContentMetadataTypesContentSourceType

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. Timestamp indicating when the item was updated.

Property Value
Type Description
Timestamp

Verified

public bool Verified { get; set; }

Output only. Whether the content is verified by Google (applicable for 3rd party content).

Property Value
Type Description
bool

Version

public string Version { get; set; }

Output only. Featured content version (Major.Minor.Patch).

Property Value
Type Description
string