Class: Google::Cloud::DataCatalog::V1::PhysicalSchema

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

Overview

Native schema used by a resource represented as an entry. Used by query engines for deserializing and parsing source data.

Defined Under Namespace

Classes: AvroSchema, CsvSchema, OrcSchema, ParquetSchema, ProtobufSchema, ThriftSchema

Instance Attribute Summary collapse

Instance Attribute Details

#avro::Google::Cloud::DataCatalog::V1::PhysicalSchema::AvroSchema

Returns Schema in Avro JSON format.

Note: The following fields are mutually exclusive: avro, thrift, protobuf, parquet, orc, csv. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:



56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# File 'proto_docs/google/cloud/datacatalog/v1/physical_schema.rb', line 56

class PhysicalSchema
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Schema in Avro JSON format.
  # @!attribute [rw] text
  #   @return [::String]
  #     JSON source of the Avro schema.
  class AvroSchema
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Schema in Thrift format.
  # @!attribute [rw] text
  #   @return [::String]
  #     Thrift IDL source of the schema.
  class ThriftSchema
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Schema in protocol buffer format.
  # @!attribute [rw] text
  #   @return [::String]
  #     Protocol buffer source of the schema.
  class ProtobufSchema
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Marks a Parquet-encoded data source.
  class ParquetSchema
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Marks an ORC-encoded data source.
  class OrcSchema
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Marks a CSV-encoded data source.
  class CsvSchema
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#csv::Google::Cloud::DataCatalog::V1::PhysicalSchema::CsvSchema

Returns Marks a CSV-encoded data source.

Note: The following fields are mutually exclusive: csv, avro, thrift, protobuf, parquet, orc. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:



56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# File 'proto_docs/google/cloud/datacatalog/v1/physical_schema.rb', line 56

class PhysicalSchema
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Schema in Avro JSON format.
  # @!attribute [rw] text
  #   @return [::String]
  #     JSON source of the Avro schema.
  class AvroSchema
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Schema in Thrift format.
  # @!attribute [rw] text
  #   @return [::String]
  #     Thrift IDL source of the schema.
  class ThriftSchema
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Schema in protocol buffer format.
  # @!attribute [rw] text
  #   @return [::String]
  #     Protocol buffer source of the schema.
  class ProtobufSchema
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Marks a Parquet-encoded data source.
  class ParquetSchema
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Marks an ORC-encoded data source.
  class OrcSchema
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Marks a CSV-encoded data source.
  class CsvSchema
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#orc::Google::Cloud::DataCatalog::V1::PhysicalSchema::OrcSchema

Returns Marks an ORC-encoded data source.

Note: The following fields are mutually exclusive: orc, avro, thrift, protobuf, parquet, csv. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:



56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# File 'proto_docs/google/cloud/datacatalog/v1/physical_schema.rb', line 56

class PhysicalSchema
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Schema in Avro JSON format.
  # @!attribute [rw] text
  #   @return [::String]
  #     JSON source of the Avro schema.
  class AvroSchema
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Schema in Thrift format.
  # @!attribute [rw] text
  #   @return [::String]
  #     Thrift IDL source of the schema.
  class ThriftSchema
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Schema in protocol buffer format.
  # @!attribute [rw] text
  #   @return [::String]
  #     Protocol buffer source of the schema.
  class ProtobufSchema
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Marks a Parquet-encoded data source.
  class ParquetSchema
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Marks an ORC-encoded data source.
  class OrcSchema
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Marks a CSV-encoded data source.
  class CsvSchema
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#parquet::Google::Cloud::DataCatalog::V1::PhysicalSchema::ParquetSchema

Returns Marks a Parquet-encoded data source.

Note: The following fields are mutually exclusive: parquet, avro, thrift, protobuf, orc, csv. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:



56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# File 'proto_docs/google/cloud/datacatalog/v1/physical_schema.rb', line 56

class PhysicalSchema
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Schema in Avro JSON format.
  # @!attribute [rw] text
  #   @return [::String]
  #     JSON source of the Avro schema.
  class AvroSchema
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Schema in Thrift format.
  # @!attribute [rw] text
  #   @return [::String]
  #     Thrift IDL source of the schema.
  class ThriftSchema
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Schema in protocol buffer format.
  # @!attribute [rw] text
  #   @return [::String]
  #     Protocol buffer source of the schema.
  class ProtobufSchema
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Marks a Parquet-encoded data source.
  class ParquetSchema
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Marks an ORC-encoded data source.
  class OrcSchema
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Marks a CSV-encoded data source.
  class CsvSchema
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#protobuf::Google::Cloud::DataCatalog::V1::PhysicalSchema::ProtobufSchema

Returns Schema in protocol buffer format.

Note: The following fields are mutually exclusive: protobuf, avro, thrift, parquet, orc, csv. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:



56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# File 'proto_docs/google/cloud/datacatalog/v1/physical_schema.rb', line 56

class PhysicalSchema
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Schema in Avro JSON format.
  # @!attribute [rw] text
  #   @return [::String]
  #     JSON source of the Avro schema.
  class AvroSchema
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Schema in Thrift format.
  # @!attribute [rw] text
  #   @return [::String]
  #     Thrift IDL source of the schema.
  class ThriftSchema
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Schema in protocol buffer format.
  # @!attribute [rw] text
  #   @return [::String]
  #     Protocol buffer source of the schema.
  class ProtobufSchema
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Marks a Parquet-encoded data source.
  class ParquetSchema
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Marks an ORC-encoded data source.
  class OrcSchema
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Marks a CSV-encoded data source.
  class CsvSchema
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#thrift::Google::Cloud::DataCatalog::V1::PhysicalSchema::ThriftSchema

Returns Schema in Thrift format.

Note: The following fields are mutually exclusive: thrift, avro, protobuf, parquet, orc, csv. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:



56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# File 'proto_docs/google/cloud/datacatalog/v1/physical_schema.rb', line 56

class PhysicalSchema
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Schema in Avro JSON format.
  # @!attribute [rw] text
  #   @return [::String]
  #     JSON source of the Avro schema.
  class AvroSchema
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Schema in Thrift format.
  # @!attribute [rw] text
  #   @return [::String]
  #     Thrift IDL source of the schema.
  class ThriftSchema
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Schema in protocol buffer format.
  # @!attribute [rw] text
  #   @return [::String]
  #     Protocol buffer source of the schema.
  class ProtobufSchema
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Marks a Parquet-encoded data source.
  class ParquetSchema
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Marks an ORC-encoded data source.
  class OrcSchema
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Marks a CSV-encoded data source.
  class CsvSchema
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end