public interface UpdateChannelRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getChannel()
public abstract Channel getChannel()The channel to be updated.
.google.cloud.eventarc.v1.Channel channel = 1;
| Returns | |
|---|---|
| Type | Description |
Channel |
The channel. |
getChannelOrBuilder()
public abstract ChannelOrBuilder getChannelOrBuilder()The channel to be updated.
.google.cloud.eventarc.v1.Channel channel = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| 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 |
|
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 | |
|---|---|
| Type | Description |
boolean |
The validateOnly. |
hasChannel()
public abstract boolean hasChannel()The channel to be updated.
.google.cloud.eventarc.v1.Channel channel = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |