GoogleCloudDataplexV1AssetResourceSpec class
Identifies the cloud resource that is referenced by this asset.
Constructors
- GoogleCloudDataplexV1AssetResourceSpec({String? name, String? readAccessMode, String? type})
- GoogleCloudDataplexV1AssetResourceSpec.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Relative name of the cloud resource that contains the data that is being
managed within a lake.
getter/setter pair
- readAccessMode ↔ String?
-
Determines how read permissions are handled for each asset and their
associated tables.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String?
-
Type of resource.
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