Skip to content

Commit

Permalink
feat: Adds support for custom audiences
Browse files Browse the repository at this point in the history
Custom Audiences
 * The new field is found in https://cloud.google.com/run/docs/reference/rest/v2/projects.locations.services.
 * For more information, see https://cloud.google.com/run/docs/configuring/custom-audiences.

PiperOrigin-RevId: 546032394
  • Loading branch information
Google APIs authored and Copybara-Service committed Jul 6, 2023
1 parent bd3fbf4 commit 96f0194
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions google/cloud/run/v2/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,13 @@ message Service {
// Output only. The main URI in which this Service is serving traffic.
string uri = 36 [(google.api.field_behavior) = OUTPUT_ONLY];

// One or more custom audiences that you want this service to support. Specify
// each custom audience as the full URL in a string. The custom audiences are
// encoded in the token and used to authenticate requests. For more
// information, see
// https://cloud.google.com/run/docs/configuring/custom-audiences.
repeated string custom_audiences = 37;

// Output only. Reserved for future use.
bool satisfies_pzs = 38 [(google.api.field_behavior) = OUTPUT_ONLY];

Expand Down

0 comments on commit 96f0194

Please sign in to comment.