Class CreateLockRequest (0.4.7)

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

Request message for the CreateLock method.

Attributes

NameDescription
parent str
Required. The parent resource where this lock will be created. Format: projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}/databases/{database_id}
lock google.cloud.bigquery_biglake_v1alpha1.types.Lock
Required. The lock to create. The name field does not need to be provided for the lock creation.