Skip to content

Commit

Permalink
feat(internal): Adding proto field to support regional quota
Browse files Browse the repository at this point in the history
Signed-off-by: Googler <[email protected]>
PiperOrigin-RevId: 655693862
  • Loading branch information
Googler committed Jul 24, 2024
1 parent 62b355a commit c8f08ba
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c8f08ba

Please sign in to comment.