Eventarc v1 API - Class UpdateGoogleChannelConfigRequest (2.2.0)

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

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

The request message for the UpdateGoogleChannelConfig method.

Inheritance

Object > UpdateGoogleChannelConfigRequest

Namespace

Google.Cloud.Eventarc.V1

Assembly

Google.Cloud.Eventarc.V1.dll

Constructors

UpdateGoogleChannelConfigRequest()

public UpdateGoogleChannelConfigRequest()

UpdateGoogleChannelConfigRequest(UpdateGoogleChannelConfigRequest)

public UpdateGoogleChannelConfigRequest(UpdateGoogleChannelConfigRequest other)
Parameter
NameDescription
otherUpdateGoogleChannelConfigRequest

Properties

GoogleChannelConfig

public GoogleChannelConfig GoogleChannelConfig { get; set; }

Required. The config to be updated.

Property Value
TypeDescription
GoogleChannelConfig

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