GoogleCloudDatacatalogV1DataSource class
Physical location of an entry.
Constructors
- GoogleCloudDatacatalogV1DataSource({String? resource, String? service, String? sourceEntry, GoogleCloudDatacatalogV1StorageProperties? storageProperties})
- GoogleCloudDatacatalogV1DataSource.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- resource ↔ String?
-
Full name of a resource as defined by the service.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- service ↔ String?
-
Service that physically stores the data.
Possible string values are:
getter/setter pair
- sourceEntry ↔ String?
-
Data Catalog entry name, if applicable.
getter/setter pair
- storageProperties ↔ GoogleCloudDatacatalogV1StorageProperties?
-
Detailed properties of the underlying storage.
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