Class: Google::Cloud::Asset::V1::TableFieldSchema
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1::TableFieldSchema
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/asset/v1/asset_service.rb
Overview
A field in TableSchema.
Instance Attribute Summary collapse
-
#field ⇒ ::String
The field name.
-
#fields ⇒ ::Array<::Google::Cloud::Asset::V1::TableFieldSchema>
Describes the nested schema fields if the type property is set to RECORD.
-
#mode ⇒ ::String
The field mode.
-
#type ⇒ ::String
The field data type.
Instance Attribute Details
#field ⇒ ::String
1845 1846 1847 1848 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 1845 class TableFieldSchema include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#fields ⇒ ::Array<::Google::Cloud::Asset::V1::TableFieldSchema>
1845 1846 1847 1848 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 1845 class TableFieldSchema include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#mode ⇒ ::String
1845 1846 1847 1848 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 1845 class TableFieldSchema include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::String
1845 1846 1847 1848 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 1845 class TableFieldSchema include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |