Skip to content

Commit 4d64669

Browse files
author
Googler
committed
feat(internal): Adding proto field to support regional quota
Signed-off-by: Googler <nobody@google.com> PiperOrigin-RevId: 650753338
1 parent 9cb5913 commit 4d64669

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/google-cloud/google_cloud_pipeline_components/proto/template_metadata.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,10 @@ message GoogleCloudProjectQuotaValidation {
279279
// A double precision floating point value.
280280
double double_value = 3;
281281
}
282+
// Not implemented yet, project region is used instead.
283+
// Optional. Region of the quota. Example: "us-central1"
284+
// If not specified, the default region (project region) will be used.
285+
string region = 4;
282286
}
283287

284288
// Describes the details for Google Cloud Service Account Validation.

0 commit comments

Comments
 (0)