GoogleCloudDatacatalogV1CloudBigtableInstanceSpecCloudBigtableClusterSpec class
Spec that applies to clusters of an Instance of Cloud Bigtable.
Constructors
- GoogleCloudDatacatalogV1CloudBigtableInstanceSpecCloudBigtableClusterSpec({String? displayName, String? linkedResource, String? location, String? type})
- GoogleCloudDatacatalogV1CloudBigtableInstanceSpecCloudBigtableClusterSpec.fromJson(Map json_)
Properties
- displayName ↔ String?
-
Name of the cluster.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- linkedResource ↔ String?
-
A link back to the parent resource, in this case Instance.
getter/setter pair
- location ↔ String?
-
Location of the cluster, typically a Cloud zone.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String?
-
Type of the 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