GoogleCloudDataplexV1DataDomainBinding class
DataDomainBinding represents a rule that includes a Google Cloud resource and its contents into a DataDomain.
Constructors
- GoogleCloudDataplexV1DataDomainBinding({String? createTime, String? name, String? resource, String? uid})
- GoogleCloudDataplexV1DataDomainBinding.fromJson(Map json_)
Properties
- createTime ↔ String?
-
The time at which the DataDomainBinding was created.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Identifier.
getter/setter pair
- resource ↔ String?
-
The full resource name of the Google Cloud resource to be bound (i.e.
included together with its contents) to the DataDomain.Format: IAM Full
resource name (https://docs.cloud.google.com/iam/docs/full-resource-names)
Examples: - GCP Project:
//cloudresourcemanager.googleapis.com/projects/{project-id} - BigQuery
Dataset:
//bigquery.googleapis.com/projects/{project-id}/datasets/{dataset-id} -
BigQuery Table:
//bigquery.googleapis.com/projects/{project-id}/datasets/{dataset-id}/tables/{table-id}
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uid ↔ String?
-
System-generated unique ID.
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