From 1fb144c4d96831f0f75c8f854cd63803a795f59c Mon Sep 17 00:00:00 2001 From: Min Zhu Date: Mon, 22 Dec 2025 14:48:01 -0500 Subject: [PATCH] librarian generate --all diff --- src/generated/cloud/orgpolicy/v1/src/model.rs | 10 +++++++--- src/generated/longrunning/src/main.rs | 17 ----------------- src/pubsub/src/generated/gapic/client.rs | 7 +++++-- 3 files changed, 12 insertions(+), 22 deletions(-) delete mode 100644 src/generated/longrunning/src/main.rs diff --git a/src/generated/cloud/orgpolicy/v1/src/model.rs b/src/generated/cloud/orgpolicy/v1/src/model.rs index a9eecabff3..6ffdb6e7f3 100644 --- a/src/generated/cloud/orgpolicy/v1/src/model.rs +++ b/src/generated/cloud/orgpolicy/v1/src/model.rs @@ -320,11 +320,15 @@ pub mod policy { /// same as values with no prefix. /// /// Ancestry subtrees must be in one of the following formats: - /// - "projects/\", e.g. "projects/tokyo-rain-123" - /// - "folders/\", e.g. "folders/1234" - /// - "organizations/\", e.g. "organizations/1234" + /// + /// ```norust + /// - "projects/", e.g. "projects/tokyo-rain-123" + /// - "folders/", e.g. "folders/1234" + /// - "organizations/", e.g. "organizations/1234" + /// ``` /// /// The `supports_under` field of the associated `Constraint` defines whether + /// /// ancestry prefixes can be used. You can set `allowed_values` and /// `denied_values` in the same `Policy` if `all_values` is /// `ALL_VALUES_UNSPECIFIED`. `ALLOW` or `DENY` are used to allow or deny all diff --git a/src/generated/longrunning/src/main.rs b/src/generated/longrunning/src/main.rs deleted file mode 100644 index 8a2c5850da..0000000000 --- a/src/generated/longrunning/src/main.rs +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright 2024 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -fn main() { - println!("Coming Soon: Google Cloud Client Libraries for Rust") -} diff --git a/src/pubsub/src/generated/gapic/client.rs b/src/pubsub/src/generated/gapic/client.rs index a28201a73c..c8b3e6c689 100644 --- a/src/pubsub/src/generated/gapic/client.rs +++ b/src/pubsub/src/generated/gapic/client.rs @@ -29,7 +29,8 @@ /// /// # Service Description /// -/// The service that an application uses to manipulate topics. +/// The service that an application uses to manipulate topics, and to send +/// messages to a topic. /// /// # Configuration /// @@ -297,7 +298,9 @@ impl TopicAdmin { /// /// # Service Description /// -/// The service that an application uses to manipulate subscriptions. +/// The service that an application uses to manipulate subscriptions and to +/// consume messages from a subscription via the `Pull` method or by +/// establishing a bi-directional stream using the `StreamingPull` method. /// /// # Configuration ///