GoogleFirebaseExtensionsV1betaExtensionInstance class
An ExtensionInstance
is an installation of an Extension into a user's
project.
Constructors
- GoogleFirebaseExtensionsV1betaExtensionInstance({GoogleFirebaseExtensionsV1betaExtensionInstanceConfig? config, String? createTime, GoogleRpcStatus? errorStatus, String? etag, String? lastOperationName, String? lastOperationType, String? name, String? serviceAccountEmail, String? state, String? updateTime})
- GoogleFirebaseExtensionsV1betaExtensionInstance.fromJson(Map _json)
Properties
- config ↔ GoogleFirebaseExtensionsV1betaExtensionInstanceConfig?
-
The current Config of the Extension Instance.
getter/setter pair
- createTime ↔ String?
-
The time at which the Extension Instance was created.
getter/setter pair
- errorStatus ↔ GoogleRpcStatus?
-
If this Instance has
state: ERRORED
, the error messages will be found here.getter/setter pair - etag ↔ String?
-
A weak etag that is computed by the server based on other configuration
values and may be sent on update and delete requests to ensure the client
has an up-to-date value before proceeding.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastOperationName ↔ String?
-
The name of the last operation that acted on this Extension Instance.
getter/setter pair
- lastOperationType ↔ String?
-
The type of the last operation that acted on the Extension Instance.
getter/setter pair
- name ↔ String?
-
The name of the Extension Instance.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceAccountEmail ↔ String?
-
The email of the service account to be used at runtime by compute
resources created for the operation of the Extension instance.
getter/setter pair
- state ↔ String?
-
The current state of the Extension Instance.
getter/setter pair
- updateTime ↔ String?
-
The time at which the Extension Instance was updated.
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