GoogleCloudDataplexV1DataDiscoverySpecBigQueryPublishingConfig class
Describes BigQuery publishing configurations.
Constructors
- GoogleCloudDataplexV1DataDiscoverySpecBigQueryPublishingConfig.new({String? connection, String? location, String? tableType})
- GoogleCloudDataplexV1DataDiscoverySpecBigQueryPublishingConfig.fromJson(Map json_)
Properties
- connection ↔ String?
-
The BigQuery connection used to create BigLake tables.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- location ↔ String?
-
The location of the BigQuery dataset to publish BigLake external or
non-BigLake external tables to.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tableType ↔ String?
-
Determines whether to publish discovered tables as BigLake external tables
or non-BigLake external tables.
getter/setter pair
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