Eventarc v1 API - Class UpdateChannelRequest (2.3.0)

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

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

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
bool