GoogleCloudRunV2SubmitBuildRequest constructor

GoogleCloudRunV2SubmitBuildRequest({
  1. GoogleCloudRunV2BuildpacksBuild? buildpackBuild,
  2. GoogleCloudRunV2DockerBuild? dockerBuild,
  3. String? imageUri,
  4. String? serviceAccount,
  5. GoogleCloudRunV2StorageSource? storageSource,
  6. List<String>? tags,
  7. String? workerPool,
})

Implementation

GoogleCloudRunV2SubmitBuildRequest({
  this.buildpackBuild,
  this.dockerBuild,
  this.imageUri,
  this.serviceAccount,
  this.storageSource,
  this.tags,
  this.workerPool,
});