Skip to content

Commit c063f49

Browse files
Google APIscopybara-github
authored andcommitted
docs: An existing repeated string field custom_audiences is marked deprecated for WorkerPools API
PiperOrigin-RevId: 886276550
1 parent 359422c commit c063f49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

google/cloud/run/v2/worker_pool.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,8 +456,8 @@ message WorkerPool {
456456
bool threat_detection_enabled = 28
457457
[(google.api.field_behavior) = OUTPUT_ONLY];
458458

459-
// Not supported, and ignored by Cloud Run.
460-
repeated string custom_audiences = 37;
459+
// Deprecated: Not supported, and ignored by Cloud Run.
460+
repeated string custom_audiences = 37 [deprecated = true];
461461

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

0 commit comments

Comments
 (0)