chore: librarian generate pull request: 20260311T085726Z#16065
Conversation
|
One or more libraries have failed to generate, please review PR description for a list of failed libraries. |
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request automates the generation of Cloud Client Libraries code from updated protocol buffer definitions. It includes feature additions, documentation improvements, and bug fixes across a range of Google Cloud and Maps APIs, with a focus on enhancing security settings and data management capabilities. Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
The pull request primarily updates last_generated_commit hashes across many Google Cloud libraries. Specific code changes include deprecating an enum and adding a new one in google-ads-datamanager/error.py, along with clarifying field descriptions and correcting the optionality of advertiser_identifier_count in google-ads-datamanager/user_list.py. For google-cloud-ces, new SecuritySettings and AgentTool types were introduced, and a bug was fixed where UploadEvaluationAudioRequest incorrectly used app instead of name for routing. Further updates include adding an OFFLINE state in google-cloud-gdchardwaremanagement, introducing ParameterizedSecureViewParameters and ThinkingMode in google-cloud-geminidataanalytics, and refining documentation for various fields and adding new enum values in google-maps-routing and google-shopping-type.
| INVALID_COUNTRY_CODE (13): | ||
| Country code is not valid. | ||
| Deprecated: Enum is unused in the Data |
There was a problem hiding this comment.
| publisher_name (str): | ||
| Optional. Descriptive name of the publisher | ||
| Required. Descriptive name of the publisher | ||
| to be displayed in the UI for a better targeting | ||
| experience. |
There was a problem hiding this comment.
The publisher_name field should be marked as required in the description.
| publisher_name (str): | |
| Optional. Descriptive name of the publisher | |
| Required. Descriptive name of the publisher | |
| to be displayed in the UI for a better targeting | |
| experience. | |
| Required. Descriptive name of the publisher | |
| to be displayed in the UI for a better targeting | |
| experience. |
| This field is a member of `oneof`_ ``_match_rate_percentage``. | ||
| advertiser_identifier_count (int): | ||
| Output only. The count of the advertiser's | ||
| first party data records that have been uploaded | ||
| to a clean room provider. This does not signify | ||
| the size of a PAIR user list. | ||
| Optional. The count of the advertiser's first | ||
| party data records that have been uploaded to a |
There was a problem hiding this comment.
The advertiser_identifier_count field should be marked as optional in the description.
| This field is a member of `oneof`_ ``_match_rate_percentage``. | |
| advertiser_identifier_count (int): | |
| Output only. The count of the advertiser's | |
| first party data records that have been uploaded | |
| to a clean room provider. This does not signify | |
| the size of a PAIR user list. | |
| Optional. The count of the advertiser's first | |
| party data records that have been uploaded to a | |
| Optional. The count of the advertiser's first | |
| party data records that have been uploaded to a | |
| clean room provider. This does not signify the | |
| size of a PAIR user list. |
| match_rate_percentage: int = proto.Field( | ||
| proto.INT32, | ||
| number=3, |
| # request, apply these. | ||
| if app is not None: | ||
| request.app = app | ||
| if name is not None: |
| if app is not None: | ||
| request.app = app | ||
| if name is not None: | ||
| request.name = name |
|
Filed #16066 to follow up on the failed generation for The docs failure is a known issue and tracked in #15655 |
PR created by the Librarian CLI to generate Cloud Client Libraries code from protos.
BEGIN_COMMIT
BEGIN_NESTED_COMMIT
docs: A comment for message
DestintionEnumis changedPiperOrigin-RevId: 881702559
Library-IDs: google-shopping-type
Source-link: googleapis/googleapis@6df3ecf4
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: add more values in DestintionEnum
PiperOrigin-RevId: 881702559
Library-IDs: google-shopping-type
Source-link: googleapis/googleapis@6df3ecf4
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: upgrade protobuf from v25.7 to v31.0
PiperOrigin-RevId: 881595129
Library-IDs: google-cloud-gdchardwaremanagement,google-cloud-gke-hub,google-maps-routing
Source-link: googleapis/googleapis@d90d23fa
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: add
ParameterizedSecureViewParametersmessage and field for PSV supportPiperOrigin-RevId: 881451746
Library-IDs: google-cloud-geminidataanalytics
Source-link: googleapis/googleapis@9807038c
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
docs: update field comments for
generated_looker_queryinDataMessagePiperOrigin-RevId: 881451746
Library-IDs: google-cloud-geminidataanalytics
Source-link: googleapis/googleapis@9807038c
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: add
ThinkingModeenum and field to control agent thinking modePiperOrigin-RevId: 881451746
Library-IDs: google-cloud-geminidataanalytics
Source-link: googleapis/googleapis@9807038c
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
docs: update field comments for
generated_looker_queryinDataMessagePiperOrigin-RevId: 881447800
Library-IDs: google-cloud-geminidataanalytics
Source-link: googleapis/googleapis@b8457412
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: add
ParameterizedSecureViewParametersmessage and field for PSV supportPiperOrigin-RevId: 881447800
Library-IDs: google-cloud-geminidataanalytics
Source-link: googleapis/googleapis@b8457412
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: add
ThinkingModeenum and field to control agent thinking modePiperOrigin-RevId: 881447800
Library-IDs: google-cloud-geminidataanalytics
Source-link: googleapis/googleapis@b8457412
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
docs: regenerated documentation for fields
PiperOrigin-RevId: 879699007
Library-IDs: google-maps-routing
Source-link: googleapis/googleapis@67b11682
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: add a new Waypoint source to accept a token that identifies a Navigation Point obtained from the
SearchDestinationsmethod of the Geocoding APIPiperOrigin-RevId: 879699007
Library-IDs: google-maps-routing
Source-link: googleapis/googleapis@67b11682
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: Add
OFFLINEstate to Zone resourcesA new
OFFLINEstate has been added to theZone.Stateenum. This state indicates that the zone is temporarily not operational, for example, while undergoing maintenance or repairPiperOrigin-RevId: 879057351
Library-IDs: google-cloud-gdchardwaremanagement
Source-link: googleapis/googleapis@40a49dc1
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
chore: remove empty extra_opts from the C# proto library
PiperOrigin-RevId: 878469306
Library-IDs: google-ads-datamanager
Source-link: googleapis/googleapis@63b4dff9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
fix: feat: update advertiser_identifier_count in PairIdInfo to be optional
PiperOrigin-RevId: 878469306
Library-IDs: google-ads-datamanager
Source-link: googleapis/googleapis@63b4dff9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: deprecate INVALID_COUNTRY_CODE and add MEMBERSHIP_DURATION_TOO_LONG to the ErrorReason enum
PiperOrigin-RevId: 878469306
Library-IDs: google-ads-datamanager
Source-link: googleapis/googleapis@63b4dff9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
fix: update publisher_name in PairIdInfo to be required
PiperOrigin-RevId: 878469306
Library-IDs: google-ads-datamanager
Source-link: googleapis/googleapis@63b4dff9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
docs: update filter field documentation to clarify case requirements and improve examples
PiperOrigin-RevId: 878469306
Library-IDs: google-ads-datamanager
Source-link: googleapis/googleapis@63b4dff9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
fix: update match_rate_percentage in PairIdInfo to be required
PiperOrigin-RevId: 878469306
Library-IDs: google-ads-datamanager
Source-link: googleapis/googleapis@63b4dff9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
fix: An existing field
appis renamed tonamein message.google.cloud.ces.v1beta.UploadEvaluationAudioRequestPiperOrigin-RevId:
Library-IDs: google-cloud-ces
Source-link: googleapis/googleapis@1fa95b7e
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
fix: An existing field
audio_transcriptis renamed totranscriptin message.google.cloud.ces.v1beta.UploadEvaluationAudioResponsePiperOrigin-RevId:
Library-IDs: google-cloud-ces
Source-link: googleapis/googleapis@1fa95b7e
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
fix: An existing field
audio_durationis renamed todurationin message.google.cloud.ces.v1beta.UploadEvaluationAudioResponsePiperOrigin-RevId:
Library-IDs: google-cloud-ces
Source-link: googleapis/googleapis@1fa95b7e
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: update public libraries for CES v1beta
PiperOrigin-RevId:
Library-IDs: google-cloud-ces
Source-link: googleapis/googleapis@1fa95b7e
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
docs: A comment for field
certin message.google.cloud.ces.v1beta.TlsConfigis changedPiperOrigin-RevId:
Library-IDs: google-cloud-ces
Source-link: googleapis/googleapis@1fa95b7e
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
fix: An existing field
variablesis moved in to oneof in message.google.cloud.ces.v1beta.ExecuteToolRequestPiperOrigin-RevId:
Library-IDs: google-cloud-ces
Source-link: googleapis/googleapis@1fa95b7e
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
fix: An existing method_signature
app,audio_contentis removed from methodUploadEvaluationAudioin serviceEvaluationServicePiperOrigin-RevId:
Library-IDs: google-cloud-ces
Source-link: googleapis/googleapis@1fa95b7e
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
fix: An existing google.api.http annotation
http_uriis changed for methodUploadEvaluationAudioin serviceEvaluationServicePiperOrigin-RevId:
Library-IDs: google-cloud-ces
Source-link: googleapis/googleapis@1fa95b7e
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
docs: A comment for field
namein message.google.cloud.ces.v1beta.Toolis changed PiperOrigin-RevId: 878047537PiperOrigin-RevId:
Library-IDs: google-cloud-ces
Source-link: googleapis/googleapis@1fa95b7e
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
docs: A comment for field
entry_agentin message.google.cloud.ces.v1beta.SessionConfigis changedPiperOrigin-RevId:
Library-IDs: google-cloud-ces
Source-link: googleapis/googleapis@1fa95b7e
END_NESTED_COMMIT
END_COMMIT
This pull request is generated with proto changes between
googleapis/googleapis@8f70147e
(exclusive) and
googleapis/googleapis@6df3ecf4
(inclusive).
Librarian Version: v0.0.0-20260216162532-e323d455c92b
Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:160860d189ff1c2f7515638478823712fa5b243e27ccc33a2728669fa1e2ed0c
Generation failed for