GoogleCloudRunV2ImageExportStatus class
The status of an image export job.
Constructors
- GoogleCloudRunV2ImageExportStatus({String? exportJobState, String? exportedImageDigest, UtilStatusProto? status, String? tag})
- GoogleCloudRunV2ImageExportStatus.fromJson(Map json_)
Properties
- exportedImageDigest ↔ String?
-
The exported image ID as it will appear in Artifact Registry.
getter/setter pair
- exportJobState ↔ String?
-
Has the image export job finished (regardless of successful or failure).
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ UtilStatusProto?
-
The status of the export task if done.
getter/setter pair
- tag ↔ String?
-
The image tag as it will appear in Artifact Registry.
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