Skip to content

Commit 59f0370

Browse files
docs: [run] An existing repeated string field custom_audiences is marked deprecated for WorkerPools API (#7834)
* docs: An existing repeated string field custom_audiences is marked deprecated for WorkerPools API PiperOrigin-RevId: 886276550 Source-Link: googleapis/googleapis@c063f49 Source-Link: googleapis/googleapis-gen@1adb05f Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXJ1bi8uT3dsQm90LnlhbWwiLCJoIjoiMWFkYjA1ZmU4NDU3YjQ4NzlkZGU2ODhjMjZiMGZlMGFjYTU2NTQ3OSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent dbfee3b commit 59f0370

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

packages/google-cloud-run/protos/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];

packages/google-cloud-run/protos/protos.json

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)