Instance class
An Instance represents the instance resources of the Registry.
Currently, only one instance is allowed for each project.
Constructors
Properties
- build ↔ Build?
-
Build info of the Instance if it's in
ACTIVE
state.getter/setter pair - config ↔ Config?
-
Config of the Instance.
getter/setter pair
- createTime ↔ String?
-
Creation timestamp.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Format:
projects / * /locations / * /instance
.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
The current state of the Instance.
getter/setter pair
- stateMessage ↔ String?
-
Extra information of Instance.State if the state is
FAILED
.getter/setter pair - updateTime ↔ String?
-
Last update timestamp.
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