BigqueryDatasetAccessView class final
access entry referring to a BigQuery view. Granting view access lets
queries against the view read tables in this dataset. Role is not
required for view bindings.
- Inheritance
-
- Object
- BigqueryDatasetAccess
- BigqueryDatasetAccessView
- Annotations
-
- @immutable
Constructors
- BigqueryDatasetAccessView({required BigqueryDatasetDatasetView view, BigqueryDatasetAccessCondition? condition})
-
const
Properties
- condition → BigqueryDatasetAccessCondition?
-
Optional CEL binding restricting when this access entry applies.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- view → BigqueryDatasetDatasetView
-
final
Methods
-
encode(
) → Map< String, Object?> -
Encodes this entry into the snake-case map shape expected by
Terraform's bigquery_dataset.access schema.
override
-
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