public sealed class DeleteChannelRequest : IMessage<DeleteChannelRequest>, IEquatable<DeleteChannelRequest>, IDeepCloneable<DeleteChannelRequest>, IBufferMessage, IMessageThe request message for the DeleteChannel method.
Implements
IMessage<DeleteChannelRequest>, IEquatable<DeleteChannelRequest>, IDeepCloneable<DeleteChannelRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Eventarc.V1Assembly
Google.Cloud.Eventarc.V1.dll
Constructors
DeleteChannelRequest()
public DeleteChannelRequest()DeleteChannelRequest(DeleteChannelRequest)
public DeleteChannelRequest(DeleteChannelRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteChannelRequest |
Properties
ChannelName
public ChannelName ChannelName { get; set; }ChannelName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
ChannelName |
|
Name
public string Name { get; set; }Required. The name of the channel to be deleted.
| Property Value | |
|---|---|
| Type | Description |
String |
|
ValidateOnly
public bool ValidateOnly { get; set; }Required. If set, validate the request and preview the review, but do not post it.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|