UpdateGoogleApiSourceRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
The request message for the UpdateGoogleApiSource method.
Attributes |
|
---|---|
Name | Description |
google_api_source |
google.cloud.eventarc_v1.types.GoogleApiSource
Required. The GoogleApiSource to be updated. |
update_mask |
google.protobuf.field_mask_pb2.FieldMask
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 "*". |
allow_missing |
bool
Optional. If set to true, and the GoogleApiSource is not found, a new GoogleApiSource will be created. In this situation, update_mask is ignored.
|
validate_only |
bool
Optional. If set, validate the request and preview the review, but do not post it. |