GoogleCloudRunV2SubmitBuildRequest constructor
GoogleCloudRunV2SubmitBuildRequest({
- GoogleCloudRunV2BuildpacksBuild? buildpackBuild,
- GoogleCloudRunV2DockerBuild? dockerBuild,
- String? imageUri,
- String? serviceAccount,
- GoogleCloudRunV2StorageSource? storageSource,
- List<
String> ? tags, - String? workerPool,
Implementation
GoogleCloudRunV2SubmitBuildRequest({
this.buildpackBuild,
this.dockerBuild,
this.imageUri,
this.serviceAccount,
this.storageSource,
this.tags,
this.workerPool,
});