From c8f08ba49f92f53269d71425666c0bc3a687615d Mon Sep 17 00:00:00 2001 From: Googler Date: Wed, 24 Jul 2024 14:05:51 -0700 Subject: [PATCH] feat(internal): Adding proto field to support regional quota Signed-off-by: Googler PiperOrigin-RevId: 655693862 --- .../proto/template_metadata.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/google-cloud/google_cloud_pipeline_components/proto/template_metadata.proto b/components/google-cloud/google_cloud_pipeline_components/proto/template_metadata.proto index b886ca5c985..b35665eb863 100644 --- a/components/google-cloud/google_cloud_pipeline_components/proto/template_metadata.proto +++ b/components/google-cloud/google_cloud_pipeline_components/proto/template_metadata.proto @@ -279,6 +279,10 @@ message GoogleCloudProjectQuotaValidation { // A double precision floating point value. double double_value = 3; } + // Not implemented yet, project region is used instead. + // Optional. Region of the quota. Example: "us-central1" + // If not specified, the default region (project region) will be used. + string region = 4; } // Describes the details for Google Cloud Service Account Validation.