public interface UpdateGoogleChannelConfigRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |