Interface UpdateChannelRequestOrBuilder (1.40.0)

public interface UpdateChannelRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getChannel()

public abstract Channel getChannel()

The channel to be updated.

.google.cloud.eventarc.v1.Channel channel = 1;

Returns
TypeDescription
Channel

The channel.

getChannelOrBuilder()

public abstract ChannelOrBuilder getChannelOrBuilder()

The channel to be updated.

.google.cloud.eventarc.v1.Channel channel = 1;

Returns
TypeDescription
ChannelOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

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 "*".

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

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 "*".

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMaskOrBuilder

getValidateOnly()

public abstract boolean getValidateOnly()

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

bool validate_only = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

The validateOnly.

hasChannel()

public abstract boolean hasChannel()

The channel to be updated.

.google.cloud.eventarc.v1.Channel channel = 1;

Returns
TypeDescription
boolean

Whether the channel field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

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 "*".

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
boolean

Whether the updateMask field is set.