@@ -95,7 +95,8 @@ class AdvisoryNotificationsServiceClient {
9595 // / Lists notifications under a given parent.
9696 // /
9797 // / @param parent Required. The parent, which owns this collection of notifications.
98- // / Must be of the form "organizations/{organization}/locations/{location}".
98+ // / Must be of the form "organizations/{organization}/locations/{location}"
99+ // / or "projects/{project}/locations/{location}"
99100 // / @param opts Optional. Override the class-level options, such as retry and
100101 // / backoff policies.
101102 // / @return a [StreamRange](@ref google::cloud::StreamRange)
@@ -118,8 +119,8 @@ class AdvisoryNotificationsServiceClient {
118119 // / [`future`]: @ref google::cloud::future
119120 // / [`StatusOr`]: @ref google::cloud::StatusOr
120121 // / [`Status`]: @ref google::cloud::Status
121- // / [google.cloud.advisorynotifications.v1.ListNotificationsRequest]: @googleapis_reference_link{google/cloud/advisorynotifications/v1/service.proto#L229 }
122- // / [google.cloud.advisorynotifications.v1.Notification]: @googleapis_reference_link{google/cloud/advisorynotifications/v1/service.proto#L132 }
122+ // / [google.cloud.advisorynotifications.v1.ListNotificationsRequest]: @googleapis_reference_link{google/cloud/advisorynotifications/v1/service.proto#L238 }
123+ // / [google.cloud.advisorynotifications.v1.Notification]: @googleapis_reference_link{google/cloud/advisorynotifications/v1/service.proto#L139 }
123124 // /
124125 // clang-format on
125126 StreamRange<google::cloud::advisorynotifications::v1::Notification>
@@ -157,8 +158,8 @@ class AdvisoryNotificationsServiceClient {
157158 // / [`future`]: @ref google::cloud::future
158159 // / [`StatusOr`]: @ref google::cloud::StatusOr
159160 // / [`Status`]: @ref google::cloud::Status
160- // / [google.cloud.advisorynotifications.v1.ListNotificationsRequest]: @googleapis_reference_link{google/cloud/advisorynotifications/v1/service.proto#L229 }
161- // / [google.cloud.advisorynotifications.v1.Notification]: @googleapis_reference_link{google/cloud/advisorynotifications/v1/service.proto#L132 }
161+ // / [google.cloud.advisorynotifications.v1.ListNotificationsRequest]: @googleapis_reference_link{google/cloud/advisorynotifications/v1/service.proto#L238 }
162+ // / [google.cloud.advisorynotifications.v1.Notification]: @googleapis_reference_link{google/cloud/advisorynotifications/v1/service.proto#L139 }
162163 // /
163164 // clang-format on
164165 StreamRange<google::cloud::advisorynotifications::v1::Notification>
@@ -173,7 +174,8 @@ class AdvisoryNotificationsServiceClient {
173174 // /
174175 // / @param name Required. A name of the notification to retrieve.
175176 // / Format:
176- // / organizations/{organization}/locations/{location}/notifications/{notification}.
177+ // / organizations/{organization}/locations/{location}/notifications/{notification}
178+ // / or projects/{projects}/locations/{location}/notifications/{notification}.
177179 // / @param opts Optional. Override the class-level options, such as retry and
178180 // / backoff policies.
179181 // / @return the result of the RPC. The response message type
@@ -187,8 +189,8 @@ class AdvisoryNotificationsServiceClient {
187189 // / [`future`]: @ref google::cloud::future
188190 // / [`StatusOr`]: @ref google::cloud::StatusOr
189191 // / [`Status`]: @ref google::cloud::Status
190- // / [google.cloud.advisorynotifications.v1.GetNotificationRequest]: @googleapis_reference_link{google/cloud/advisorynotifications/v1/service.proto#L276 }
191- // / [google.cloud.advisorynotifications.v1.Notification]: @googleapis_reference_link{google/cloud/advisorynotifications/v1/service.proto#L132 }
192+ // / [google.cloud.advisorynotifications.v1.GetNotificationRequest]: @googleapis_reference_link{google/cloud/advisorynotifications/v1/service.proto#L286 }
193+ // / [google.cloud.advisorynotifications.v1.Notification]: @googleapis_reference_link{google/cloud/advisorynotifications/v1/service.proto#L139 }
192194 // /
193195 // clang-format on
194196 StatusOr<google::cloud::advisorynotifications::v1::Notification>
@@ -217,8 +219,8 @@ class AdvisoryNotificationsServiceClient {
217219 // / [`future`]: @ref google::cloud::future
218220 // / [`StatusOr`]: @ref google::cloud::StatusOr
219221 // / [`Status`]: @ref google::cloud::Status
220- // / [google.cloud.advisorynotifications.v1.GetNotificationRequest]: @googleapis_reference_link{google/cloud/advisorynotifications/v1/service.proto#L276 }
221- // / [google.cloud.advisorynotifications.v1.Notification]: @googleapis_reference_link{google/cloud/advisorynotifications/v1/service.proto#L132 }
222+ // / [google.cloud.advisorynotifications.v1.GetNotificationRequest]: @googleapis_reference_link{google/cloud/advisorynotifications/v1/service.proto#L286 }
223+ // / [google.cloud.advisorynotifications.v1.Notification]: @googleapis_reference_link{google/cloud/advisorynotifications/v1/service.proto#L139 }
222224 // /
223225 // clang-format on
224226 StatusOr<google::cloud::advisorynotifications::v1::Notification>
@@ -247,8 +249,8 @@ class AdvisoryNotificationsServiceClient {
247249 // / [`future`]: @ref google::cloud::future
248250 // / [`StatusOr`]: @ref google::cloud::StatusOr
249251 // / [`Status`]: @ref google::cloud::Status
250- // / [google.cloud.advisorynotifications.v1.GetSettingsRequest]: @googleapis_reference_link{google/cloud/advisorynotifications/v1/service.proto#L327 }
251- // / [google.cloud.advisorynotifications.v1.Settings]: @googleapis_reference_link{google/cloud/advisorynotifications/v1/service.proto#L296 }
252+ // / [google.cloud.advisorynotifications.v1.GetSettingsRequest]: @googleapis_reference_link{google/cloud/advisorynotifications/v1/service.proto#L338 }
253+ // / [google.cloud.advisorynotifications.v1.Settings]: @googleapis_reference_link{google/cloud/advisorynotifications/v1/service.proto#L307 }
252254 // /
253255 // clang-format on
254256 StatusOr<google::cloud::advisorynotifications::v1::Settings> GetSettings (
@@ -277,8 +279,8 @@ class AdvisoryNotificationsServiceClient {
277279 // / [`future`]: @ref google::cloud::future
278280 // / [`StatusOr`]: @ref google::cloud::StatusOr
279281 // / [`Status`]: @ref google::cloud::Status
280- // / [google.cloud.advisorynotifications.v1.GetSettingsRequest]: @googleapis_reference_link{google/cloud/advisorynotifications/v1/service.proto#L327 }
281- // / [google.cloud.advisorynotifications.v1.Settings]: @googleapis_reference_link{google/cloud/advisorynotifications/v1/service.proto#L296 }
282+ // / [google.cloud.advisorynotifications.v1.GetSettingsRequest]: @googleapis_reference_link{google/cloud/advisorynotifications/v1/service.proto#L338 }
283+ // / [google.cloud.advisorynotifications.v1.Settings]: @googleapis_reference_link{google/cloud/advisorynotifications/v1/service.proto#L307 }
282284 // /
283285 // clang-format on
284286 StatusOr<google::cloud::advisorynotifications::v1::Settings> GetSettings (
@@ -304,8 +306,8 @@ class AdvisoryNotificationsServiceClient {
304306 // / [`future`]: @ref google::cloud::future
305307 // / [`StatusOr`]: @ref google::cloud::StatusOr
306308 // / [`Status`]: @ref google::cloud::Status
307- // / [google.cloud.advisorynotifications.v1.Settings]: @googleapis_reference_link{google/cloud/advisorynotifications/v1/service.proto#L296 }
308- // / [google.cloud.advisorynotifications.v1.UpdateSettingsRequest]: @googleapis_reference_link{google/cloud/advisorynotifications/v1/service.proto#L340 }
309+ // / [google.cloud.advisorynotifications.v1.Settings]: @googleapis_reference_link{google/cloud/advisorynotifications/v1/service.proto#L307 }
310+ // / [google.cloud.advisorynotifications.v1.UpdateSettingsRequest]: @googleapis_reference_link{google/cloud/advisorynotifications/v1/service.proto#L351 }
309311 // /
310312 // clang-format on
311313 StatusOr<google::cloud::advisorynotifications::v1::Settings> UpdateSettings (
@@ -335,8 +337,8 @@ class AdvisoryNotificationsServiceClient {
335337 // / [`future`]: @ref google::cloud::future
336338 // / [`StatusOr`]: @ref google::cloud::StatusOr
337339 // / [`Status`]: @ref google::cloud::Status
338- // / [google.cloud.advisorynotifications.v1.Settings]: @googleapis_reference_link{google/cloud/advisorynotifications/v1/service.proto#L296 }
339- // / [google.cloud.advisorynotifications.v1.UpdateSettingsRequest]: @googleapis_reference_link{google/cloud/advisorynotifications/v1/service.proto#L340 }
340+ // / [google.cloud.advisorynotifications.v1.Settings]: @googleapis_reference_link{google/cloud/advisorynotifications/v1/service.proto#L307 }
341+ // / [google.cloud.advisorynotifications.v1.UpdateSettingsRequest]: @googleapis_reference_link{google/cloud/advisorynotifications/v1/service.proto#L351 }
340342 // /
341343 // clang-format on
342344 StatusOr<google::cloud::advisorynotifications::v1::Settings> UpdateSettings (
0 commit comments