Chronicle v1 API - Class CreateFeedRequest (1.1.0)

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

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

Request message for CreateFeed.

Inheritance

object > CreateFeedRequest

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

CreateFeedRequest()

public CreateFeedRequest()

CreateFeedRequest(CreateFeedRequest)

public CreateFeedRequest(CreateFeedRequest other)
Parameter
Name Description
other CreateFeedRequest

Properties

Feed

public Feed Feed { get; set; }

Required. Feed to create.

Property Value
Type Description
Feed

Parent

public string Parent { get; set; }

Required. The parent resource where this Feed will be created. Format: projects/{project}/locations/{location}/instances/{instance}

Property Value
Type Description
string

ParentAsInstanceName

public InstanceName ParentAsInstanceName { get; set; }

InstanceName-typed view over the Parent resource name property.

Property Value
Type Description
InstanceName