Chronicle v1 API - Class DeleteFeedRequest (1.1.0)

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

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

Request message to delete a feed.

Inheritance

object > DeleteFeedRequest

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

DeleteFeedRequest()

public DeleteFeedRequest()

DeleteFeedRequest(DeleteFeedRequest)

public DeleteFeedRequest(DeleteFeedRequest other)
Parameter
Name Description
other DeleteFeedRequest

Properties

DeleteBacklog

public bool DeleteBacklog { get; set; }

Optional. If true, delete the uningested backlog in OOB retry queue for the feed.

Property Value
Type Description
bool

FeedName

public FeedName FeedName { get; set; }

FeedName-typed view over the Name resource name property.

Property Value
Type Description
FeedName

Name

public string Name { get; set; }

Required. The ID of the feed to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/feeds/{feed}

Property Value
Type Description
string