metadataType property
The mapped metadata type.
Output only. Possible string values are:
- "METADATA_TYPE_UNSPECIFIED" : Unspecified metadata type.
- "BOOLEAN" : Boolean type.
- "NUMBER" : Numeric type.
- "STRING" : String type.
- "BYTES" : Bytes type.
- "DATETIME" : Date and time type.
- "TIMESTAMP" : Timestamp type.
- "GEOSPATIAL" : Geospatial type.
- "STRUCT" : Struct (record) type.
- "OTHER" : Other types not covered above.
Implementation
core.String? metadataType;