public sealed class UpdateChannelRequest : IMessage<UpdateChannelRequest>, IEquatable<UpdateChannelRequest>, IDeepCloneable<UpdateChannelRequest>, IBufferMessage, IMessageThe request message for the UpdateChannel method.
Implements
IMessage<UpdateChannelRequest>, IEquatable<UpdateChannelRequest>, IDeepCloneable<UpdateChannelRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Eventarc.V1Assembly
Google.Cloud.Eventarc.V1.dll
Constructors
UpdateChannelRequest()
public UpdateChannelRequest()UpdateChannelRequest(UpdateChannelRequest)
public UpdateChannelRequest(UpdateChannelRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateChannelRequest |
Properties
Channel
public Channel Channel { get; set; }The channel to be updated.
| Property Value | |
|---|---|
| Type | Description |
Channel |
|
UpdateMask
public FieldMask UpdateMask { get; set; }The fields to be updated; only fields explicitly provided are updated. If no field mask is provided, all provided fields in the request are updated. To update all fields, provide a field mask of "*".
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|
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 |
|