Skip to content

chore: update sources and regenerate#5820

Draft
suztomo wants to merge 3 commits into
googleapis:mainfrom
suztomo:chore-update-libraries-2026-06-03
Draft

chore: update sources and regenerate#5820
suztomo wants to merge 3 commits into
googleapis:mainfrom
suztomo:chore-update-libraries-2026-06-03

Conversation

@suztomo

@suztomo suztomo commented Jun 3, 2026

Copy link
Copy Markdown
Member

I added interval.proto in

- include_list:
- date.proto
- expr.proto

before running go run github.com/googleapis/librarian/cmd/librarian@${V} generate --all.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates several generated clients and models across multiple Google Cloud services, including Dataproc, Recommender, GKE/Container, DLP, and Storage Control. Key updates include adding vcore_seconds and memory_mb_seconds to Dataproc's YarnApplication, adding target_resources and service fields to Recommender models, introducing GKE custom image and agent sandbox configurations, and adding DLP conversation models. Additionally, a comprehensive set of new APIs and models has been generated for Storage Control to support Intelligence Findings management. Since there are no review comments provided, I have no feedback to offer on the review itself.

@suztomo

suztomo commented Jun 3, 2026

Copy link
Copy Markdown
Member Author

https://github.com/googleapis/google-cloud-rust/pull/5820/checks?check_run_id=79199774063 It still fails:


error[E0425]: cannot find type `Interval` in this scope
--
  | --> src/storage/src/generated/convert/type/convert.rs:64:19
  | \|
  | 64 \|     type Output = Interval;
  | \|                   ^^^^^^^^ not found in this scope
  |  
  | error[E0425]: cannot find type `Interval` in this scope
  | --> src/storage/src/generated/convert/type/convert.rs:65:46
  | \|
  | 65 \|     fn to_proto(self) -> std::result::Result<Interval, gaxi::prost::ConvertError> {
  | \|                                              ^^^^^^^^ not found in this scope
  | \|
  | help: you might be missing a type parameter
  | \|
  | 63 \| impl<Interval> gaxi::prost::ToProto<Interval> for google_cloud_type::model::Interval {
  | \|     ++++++++++
  |  
  | error[E0425]: cannot find type `Interval` in this scope
  | --> src/storage/src/generated/convert/type/convert.rs:73:69
  | \|
  | 73 \| impl gaxi::prost::FromProto<google_cloud_type::model::Interval> for Interval {
  | \|                                                                     ^^^^^^^^ not found in this scope
  |  
  | error[E0425]: cannot find type `Interval` in module `super::super::super::r#type`
  | --> src/storage/src/generated/protos/control/google.storage.control.v2.rs:1048:38
  | \|
  | 1048 \|         super::super::super::r#type::Interval,
  | \|                                      ^^^^^^^^ not found in `super::super::super::r#type`
  |  

<br class="Apple-interchange-newline">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant