GoogleCloudRunV2SubmitBuildRequest class
Request message for submitting a Build.
Constructors
-
GoogleCloudRunV2SubmitBuildRequest.new({GoogleCloudRunV2BuildpacksBuild? buildpackBuild, GoogleCloudRunV2DockerBuild? dockerBuild, String? imageUri, String? serviceAccount, GoogleCloudRunV2StorageSource? storageSource, List<
String> ? tags, String? workerPool}) - GoogleCloudRunV2SubmitBuildRequest.fromJson(Map json_)
Properties
- buildpackBuild ↔ GoogleCloudRunV2BuildpacksBuild?
-
Build the source using Buildpacks.
getter/setter pair
- dockerBuild ↔ GoogleCloudRunV2DockerBuild?
-
Build the source using Docker.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageUri ↔ String?
-
Artifact Registry URI to store the built image.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceAccount ↔ String?
-
The service account to use for the build.
getter/setter pair
- storageSource ↔ GoogleCloudRunV2StorageSource?
-
Source for the build.
getter/setter pair
-
Additional tags to annotate the build.
getter/setter pair
- workerPool ↔ String?
-
Name of the Cloud Build Custom Worker Pool that should be used to build
the function.
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