GoogleCloudDatacatalogV1DataplexSpec class
Common Dataplex fields.
Constructors
- GoogleCloudDatacatalogV1DataplexSpec({String? asset, String? compressionFormat, GoogleCloudDatacatalogV1PhysicalSchema? dataFormat, String? projectId})
- GoogleCloudDatacatalogV1DataplexSpec.fromJson(Map json_)
Properties
- asset ↔ 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.
getter/setter pair
- compressionFormat ↔ String?
-
Compression format of the data, e.g., zip, gzip etc.
getter/setter pair
- dataFormat ↔ GoogleCloudDatacatalogV1PhysicalSchema?
-
Format of the data.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- projectId ↔ String?
-
Project ID of the underlying Cloud Storage or BigQuery data.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited