public interface UpdateGoogleApiSourceRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAllowMissing()
public abstract boolean getAllowMissing()
Optional. If set to true, and the GoogleApiSource is not found, a new
GoogleApiSource will be created. In this situation, update_mask
is
ignored.
bool allow_missing = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
The allowMissing. |
getGoogleApiSource()
public abstract GoogleApiSource getGoogleApiSource()
Required. The GoogleApiSource to be updated.
.google.cloud.eventarc.v1.GoogleApiSource google_api_source = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
GoogleApiSource |
The googleApiSource. |
getGoogleApiSourceOrBuilder()
public abstract GoogleApiSourceOrBuilder getGoogleApiSourceOrBuilder()
Required. The GoogleApiSource to be updated.
.google.cloud.eventarc.v1.GoogleApiSource google_api_source = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
GoogleApiSourceOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()
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 "*".
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()
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 "*".
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
FieldMaskOrBuilder |
getValidateOnly()
public abstract boolean getValidateOnly()
Optional. If set, validate the request and preview the review, but do not post it.
bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
The validateOnly. |
hasGoogleApiSource()
public abstract boolean hasGoogleApiSource()
Required. The GoogleApiSource to be updated.
.google.cloud.eventarc.v1.GoogleApiSource google_api_source = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the googleApiSource field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()
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 "*".
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateMask field is set. |