Class CreateGoogleApiSourceRequest (1.13.2)

CreateGoogleApiSourceRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

The request message for the CreateGoogleApiSource method.

Attributes

Name Description
parent str
Required. The parent collection in which to add this google api source.
google_api_source google.cloud.eventarc_v1.types.GoogleApiSource
Required. The google api source to create.
google_api_source_id str
Required. The user-provided ID to be assigned to the GoogleApiSource. It should match the format (^a-z <[a-z0-9-]{0,61}[a-z0-9]>__?$).
validate_only bool
Optional. If set, validate the request and preview the review, but do not post it.