Class: Google::Cloud::Dataplex::V1::CreateZoneRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataplex/v1/service.rb

Overview

Create zone request.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The resource name of the parent lake: projects/{project_number}/locations/{location_id}/lakes/{lake_id}.

Returns:

  • (::String)

    Required. The resource name of the parent lake: projects/{project_number}/locations/{location_id}/lakes/{lake_id}.



189
190
191
192
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 189

class CreateZoneRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#validate_only::Boolean

Returns Optional. Only validate the request, but do not perform mutations. The default is false.

Returns:

  • (::Boolean)

    Optional. Only validate the request, but do not perform mutations. The default is false.



189
190
191
192
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 189

class CreateZoneRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#zone::Google::Cloud::Dataplex::V1::Zone

Returns Required. Zone resource.

Returns:



189
190
191
192
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 189

class CreateZoneRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#zone_id::String

Returns 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").

Returns:

  • (::String)

    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")


189
190
191
192
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 189

class CreateZoneRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end