Class: Google::Cloud::DataCatalog::V1::DataplexSpec

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

Overview

Common Dataplex fields.

Instance Attribute Summary collapse

Instance Attribute Details

#asset::String

Returns Fully qualified resource name of an asset in Dataplex, to which the underlying data source (Cloud Storage bucket or BigQuery dataset) of the entity is attached.

Returns:

  • (::String)

    Fully qualified resource name of an asset in Dataplex, to which the underlying data source (Cloud Storage bucket or BigQuery dataset) of the entity is attached.



41
42
43
44
# File 'proto_docs/google/cloud/datacatalog/v1/dataplex_spec.rb', line 41

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

#compression_format::String

Returns Compression format of the data, e.g., zip, gzip etc.

Returns:

  • (::String)

    Compression format of the data, e.g., zip, gzip etc.



41
42
43
44
# File 'proto_docs/google/cloud/datacatalog/v1/dataplex_spec.rb', line 41

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

#data_format::Google::Cloud::DataCatalog::V1::PhysicalSchema

Returns Format of the data.

Returns:



41
42
43
44
# File 'proto_docs/google/cloud/datacatalog/v1/dataplex_spec.rb', line 41

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

#project_id::String

Returns Project ID of the underlying Cloud Storage or BigQuery data. Note that this may not be the same project as the correspondingly Dataplex lake / zone / asset.

Returns:

  • (::String)

    Project ID of the underlying Cloud Storage or BigQuery data. Note that this may not be the same project as the correspondingly Dataplex lake / zone / asset.



41
42
43
44
# File 'proto_docs/google/cloud/datacatalog/v1/dataplex_spec.rb', line 41

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