GoogleCloudDatacatalogV1GraphSpec class
Specification that applies to a graph.
Constructors
-
GoogleCloudDatacatalogV1GraphSpec({List<
GoogleCloudDatacatalogV1GraphSpecGraphElementTable> ? edgeTables, String? name, List<GoogleCloudDatacatalogV1GraphSpecGraphElementTable> ? nodeTables}) - GoogleCloudDatacatalogV1GraphSpec.fromJson(Map json_)
Properties
-
edgeTables
↔ List<
GoogleCloudDatacatalogV1GraphSpecGraphElementTable> ? -
Edge tables of the graph.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Fully qualified graph name.
getter/setter pair
-
nodeTables
↔ List<
GoogleCloudDatacatalogV1GraphSpecGraphElementTable> ? -
Node tables of the graph.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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