Eventarc v1 API - Class UpdateMessageBusRequest (2.6.0)

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

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

The request message for the UpdateMessageBus method.

Inheritance

object > UpdateMessageBusRequest

Namespace

Google.Cloud.Eventarc.V1

Assembly

Google.Cloud.Eventarc.V1.dll

Constructors

UpdateMessageBusRequest()

public UpdateMessageBusRequest()

UpdateMessageBusRequest(UpdateMessageBusRequest)

public UpdateMessageBusRequest(UpdateMessageBusRequest other)
Parameter
Name Description
other UpdateMessageBusRequest

Properties

AllowMissing

public bool AllowMissing { get; set; }

Optional. If set to true, and the MessageBus is not found, a new MessageBus will be created. In this situation, update_mask is ignored.

Property Value
Type Description
bool

MessageBus

public MessageBus MessageBus { get; set; }

Required. The MessageBus to be updated.

Property Value
Type Description
MessageBus

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. 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; }

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

Property Value
Type Description
bool