Eventarc v1 API - Class DeleteChannelRequest (2.4.0)

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

Reference documentation and code samples for the Eventarc v1 API class DeleteChannelRequest.

The request message for the DeleteChannel method.

Inheritance

object > DeleteChannelRequest

Namespace

Google.Cloud.Eventarc.V1

Assembly

Google.Cloud.Eventarc.V1.dll

Constructors

DeleteChannelRequest()

public DeleteChannelRequest()

DeleteChannelRequest(DeleteChannelRequest)

public DeleteChannelRequest(DeleteChannelRequest other)
Parameter
NameDescription
otherDeleteChannelRequest

Properties

ChannelName

public ChannelName ChannelName { get; set; }

ChannelName-typed view over the Name resource name property.

Property Value
TypeDescription
ChannelName

Name

public string Name { get; set; }

Required. The name of the channel to be deleted.

Property Value
TypeDescription
string

ValidateOnly

public bool ValidateOnly { get; set; }

Required. If set, validate the request and preview the review, but do not post it.

Property Value
TypeDescription
bool