We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb5913 commit 4d64669Copy full SHA for 4d64669
components/google-cloud/google_cloud_pipeline_components/proto/template_metadata.proto
@@ -279,6 +279,10 @@ message GoogleCloudProjectQuotaValidation {
279
// A double precision floating point value.
280
double double_value = 3;
281
}
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;
286
287
288
// Describes the details for Google Cloud Service Account Validation.
0 commit comments