GoogleCloudRunV2SubmitBuildResponse class
Response message for submitting a Build.
Constructors
- GoogleCloudRunV2SubmitBuildResponse.new({String? baseImageUri, String? baseImageWarning, GoogleLongrunningOperation? buildOperation})
- GoogleCloudRunV2SubmitBuildResponse.fromJson(Map json_)
Properties
- baseImageUri ↔ String?
-
URI of the base builder image in Artifact Registry being used in the
build.
getter/setter pair
- baseImageWarning ↔ String?
-
Warning message for the base image.
getter/setter pair
- buildOperation ↔ GoogleLongrunningOperation?
-
Cloud Build operation to be polled via CloudBuild API.
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
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