| commit | 3a174f9686a8c31630db6dcfd3e1ebbaefa11974 | [log] [tgz] |
|---|---|---|
| author | Yoshi Automation Bot <yoshi-automation@google.com> | Wed Oct 22 14:20:26 2025 |
| committer | GitHub <noreply@github.com> | Wed Oct 22 14:20:26 2025 |
| tree | 2fda48b0842583cd73e303bf91aef8e7356f3932 | |
| parent | 88f65dc886355084fbef26f67d5db13eb9247c70 [diff] |
chore(all): auto-regenerate .pb.go files (#1248) This is an auto-generated regeneration of the .pb.go files by cloud.google.com/go/internal/gapicgen. Once this PR is submitted, genbot will update the corresponding PR to depend on the newer version of go-genproto, and assign reviewers. Whilst this or any regen PR is open in go-genproto, genbot will not create any more regeneration PRs. If all regen PRs are closed, gapicgen will create a new set of regeneration PRs once per night. If you have been assigned to review this PR, please: - Ensure that CI is passing. If it's failing, it requires your manual attention. - Approve and submit this PR if you believe it's ready to ship. That will prompt genbot to assign reviewers to the google-cloud-go PR. There is no corresponding google-cloud-go PR. Changes: feat: add filter to ListBuildTargetsRequest docs: A comment for message `ListBuildTargetsRequest` is changed PiperOrigin-RevId: 820402157 Source-Link: https://github.com/googleapis/googleapis/commit/979af4bd0c12f882dfeb87e89461aa7ccd1ea4b4 Affected protos: - google/chromeos/moblab/v1beta1/build_service.proto feat: Add `Carousel` widget feat: Add `OverflowMenu` widget feat: Add `NestedWidget` feat: Add the field `TextParagraph.max_lines` feat: Add `Validation` and the field `TextInput.validation` feat: Add `Button.Type` and field `Button.type` feat: Add `ChipList`,`Chip` and field `Widgets.chip_list` feat: Add the field `TextParagraph.TextSyntax` feat: Add the field `DecoratedText.start_icon_vertical_alignment` fix!: An existing field `start_icon_uri` is moved in to oneof in message `.google.apps.card.v1.SelectionInput` fix!: Changed proto3 optional flag of an existing field `multi_select_max_selected_items` in message `.google.apps.card.v1.SelectionInput` docs: change `Workspace Add-ons` to `Workspace add-ons` docs: improve comments PiperOrigin-RevId: 820227260 Source-Link: https://github.com/googleapis/googleapis/commit/fef700942b6a3ef8bbaf253306a0a652a1858552 Affected protos: - google/apps/card/v1/card.proto
go get google.golang.org/genproto/...
WARNING(2023-05-26): New submodules: upgrade before 2024-03-01 to avoid ambiguous import errors with google.golang.org/genproto. See #1015 for more information.
IMPORTANT This repository is currently experimental. The structure of the contained packages is subject to change. Please see the original source repositories (listed below) to find out the status of the each protocol buffer's associated service.
This repository contains the generated Go packages for common protocol buffer types, and the generated gRPC code necessary for interacting with Google's gRPC APIs.
The sources for the proto files used in this repository:
googleapis is derived from this repo. The packages here contain types specifically for interacting with Google APIs.Historically, the packages in the protobuf directory used to contain generated code for certain well-known types hosted by google/protobuf. These types are now hosted by the google.golang.org/protobuf module and type aliases are used to forward declarations in this module over to declarations in the protobuf module.