GoogleCloudRecommendationengineV1beta1BigQuerySource class
BigQuery source import data from.
Constructors
- GoogleCloudRecommendationengineV1beta1BigQuerySource({String? dataSchema, String? datasetId, String? gcsStagingDir, String? projectId, String? tableId})
- GoogleCloudRecommendationengineV1beta1BigQuerySource.fromJson(Map json_)
Properties
- dataSchema ↔ String?
-
The schema to use when parsing the data from the source.
getter/setter pair
- datasetId ↔ String?
-
The BigQuery data set to copy the data from.
getter/setter pair
- gcsStagingDir ↔ String?
-
Intermediate Cloud Storage directory used for the import.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- projectId ↔ String?
-
The project id (can be project # or id) that the BigQuery source is in.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tableId ↔ String?
-
The BigQuery table to copy the data from.
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