Class UpdateChannelRequest (1.3.0)

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

The request message for the UpdateChannel method.

Inheritance

Object > UpdateChannelRequest

Namespace

Google.Cloud.Eventarc.V1

Assembly

Google.Cloud.Eventarc.V1.dll

Constructors

UpdateChannelRequest()

public UpdateChannelRequest()

UpdateChannelRequest(UpdateChannelRequest)

public UpdateChannelRequest(UpdateChannelRequest other)
Parameter
NameDescription
otherUpdateChannelRequest

Properties

Channel

public Channel Channel { get; set; }

The channel to be updated.

Property Value
TypeDescription
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
TypeDescription
FieldMask

ValidateOnly

public bool ValidateOnly { get; set; }

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

Property Value
TypeDescription
Boolean