BigqueryDatasetAccessAuthDatasetReference class
A reference to a BigQuery dataset (project_id + dataset_id).
- Annotations
-
- @immutable
Constructors
-
BigqueryDatasetAccessAuthDatasetReference({required TfArg<
String> datasetId, required TfArg<String> projectId}) -
const
Properties
Methods
-
encode(
) → Map< String, Object?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited