Interface UpdateGoogleChannelConfigRequestOrBuilder (1.9.0)

public interface UpdateGoogleChannelConfigRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGoogleChannelConfig()

public abstract GoogleChannelConfig getGoogleChannelConfig()

Required. The config to be updated.

.google.cloud.eventarc.v1.GoogleChannelConfig google_channel_config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
GoogleChannelConfig

The googleChannelConfig.

getGoogleChannelConfigOrBuilder()

public abstract GoogleChannelConfigOrBuilder getGoogleChannelConfigOrBuilder()

Required. The config to be updated.

.google.cloud.eventarc.v1.GoogleChannelConfig google_channel_config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
GoogleChannelConfigOrBuilder

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

hasGoogleChannelConfig()

public abstract boolean hasGoogleChannelConfig()

Required. The config to be updated.

.google.cloud.eventarc.v1.GoogleChannelConfig google_channel_config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the googleChannelConfig 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.