Chronicle v1 API - Class FeedSourceTypeSchema (1.1.0)

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

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

Metadata that pertains to feed source types (see Feed.FeedDetails.FeedSourceType) that is useful for building interfaces to construct valid Feed messages.

Inheritance

object > FeedSourceTypeSchema

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

FeedSourceTypeSchema()

public FeedSourceTypeSchema()

FeedSourceTypeSchema(FeedSourceTypeSchema)

public FeedSourceTypeSchema(FeedSourceTypeSchema other)
Parameter
Name Description
other FeedSourceTypeSchema

Properties

Description

public string Description { get; set; }

A human-readable description for this feed source type.

Property Value
Type Description
string

DisplayName

public string DisplayName { get; set; }

A human-readable name for this feed source type.

Property Value
Type Description
string

FeedSourceType

public FeedDetails.Types.FeedSourceType FeedSourceType { get; set; }

The value to be used in the details.feed_source_type field in the Feed message.

Property Value
Type Description
FeedDetailsTypesFeedSourceType

FeedSourceTypeSchemaName

public FeedSourceTypeSchemaName FeedSourceTypeSchemaName { get; set; }

FeedSourceTypeSchemaName-typed view over the Name resource name property.

Property Value
Type Description
FeedSourceTypeSchemaName

Name

public string Name { get; set; }

The resource name for this FeedSourceTypeSchema. Format: "projects/{project}/locations/{location}/instances/{instance}/feedSourceTypeSchemas/{feed_source_type}".

Property Value
Type Description
string

ReadOnly

public bool ReadOnly { get; set; }

Whether feeds having this source type, while they are expected to exist, should not be modified (created, edited, or deleted).

Property Value
Type Description
bool