Class CreateZoneRequest (1.0.0)

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

Create zone request.

Attributes

NameDescription
parent str
Required. The resource name of the parent lake: ``projects/{project_number}/locations/{location_id}/lakes/{lake_id}``.
zone_id str
Required. Zone identifier. This ID will be used to generate names such as database and dataset names when publishing metadata to Hive Metastore and BigQuery. - Must contain only lowercase letters, numbers and hyphens. - Must start with a letter. - Must end with a number or a letter. - Must be between 1-63 characters. - Must be unique across all lakes from all locations in a project. - Must not be one of the reserved IDs (i.e. "default", "global-temp")
zone google.cloud.dataplex_v1.types.Zone
Required. Zone resource.
validate_only bool
Optional. Only validate the request, but do not perform mutations. The default is false.

Inheritance

builtins.object > proto.message.Message > CreateZoneRequest