Skip to content

Commit 182df61

Browse files
fix(shopping/merchant/products): upgrade gRPC service registration func (googleapis#13041)
- [ ] Regenerate this pull request now. An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in https://togithub.com/googleapis/google-cloud-go/pull/11025. PiperOrigin-RevId: 815912123 Source-Link: https://togithub.com/googleapis/googleapis/commit/6e79e73204aed17b11e724beebb9cf11f36ea57d Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/5165218ea45e45227fc599af43a2d8ce45abff39 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTE2NTIxOGVhNDVlNDUyMjdmYzU5OWFmNDNhMmQ4Y2U0NWFiZmYzOSJ9 BEGIN_NESTED_COMMIT fix: upgrade gRPC service registration func An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in https://togithub.com/googleapis/google-cloud-go/pull/11025. PiperOrigin-RevId: 815900795 Source-Link: https://togithub.com/googleapis/googleapis/commit/a53e1e09d16d311ff6064d237abed3ddd7a5d1fe Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/21a3c5e55d0894111b9bc3342bd0c431e1c27e16 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjFhM2M1ZTU1ZDA4OTQxMTFiOWJjMzM0MmJkMGM0MzFlMWMyN2UxNiJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat(aiplatform): Add labels field for Predict API for Imagen use case (v1beta) PiperOrigin-RevId: 815803050 Source-Link: https://togithub.com/googleapis/googleapis/commit/7f0c1e5d7a45598b92d2f08e02000f005b757194 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/a452a5dda8e72c32d60b01e751bd0cbdf6b3a26e Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTQ1MmE1ZGRhOGU3MmMzMmQ2MGIwMWU3NTFiZDBjYmRmNmIzYTI2ZSJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat(shopping/merchant/products): Include CarrierShipping field inside the Products attribute A new feature inside the `ProductAttributes`, `carrier_shipping` field allows for configuring a carrier shipping policy by indicating the carrier service of use for cost, speed or both. PiperOrigin-RevId: 815678832 Source-Link: https://togithub.com/googleapis/googleapis/commit/2e9cd5b62464a88f3317a7b6aec2e92c47b86629 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/8b0eaea7673e776f9754e64d77c36063d056492a Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOGIwZWFlYTc2NzNlNzc2Zjk3NTRlNjRkNzdjMzYwNjNkMDU2NDkyYSJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat(bigquery/reservation): Add new `BACKGROUND_CHANGE_DATA_CAPTURE`, `BACKGROUND_COLUMN_METADATA_INDEX`, and `BACKGROUND_SEARCH_INDEX_REFRESH` reservation assignment types feat(bigquery/reservation): Add support for creation and modification of new reservation groups feat(bigquery/reservation): Add new reservation IAM policy get/set/test methods PiperOrigin-RevId: 814816863 Source-Link: https://togithub.com/googleapis/googleapis/commit/2193a2bfcecb92b92aad7a4d81baa428cafd7dfd Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/b0cf5f4c4051c9ddd7990be93ae8d008789d7286 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjBjZjVmNGM0MDUxYzlkZGQ3OTkwYmU5M2FlOGQwMDg3ODlkNzI4NiJ9 END_NESTED_COMMIT
1 parent f9efee1 commit 182df61

File tree

84 files changed

+17621
-12904
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+17621
-12904
lines changed

accesscontextmanager/apiv1/accesscontextmanagerpb/access_context_manager.pb.go

Lines changed: 0 additions & 1306 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

accesscontextmanager/apiv1/accesscontextmanagerpb/access_context_manager_grpc.pb.go

Lines changed: 1370 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// +build ignore
2+
3+
package ignore
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// +build ignore
2+
3+
package ignore
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// +build ignore
2+
3+
package ignore
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// +build ignore
2+
3+
package ignore

aiplatform/apiv1/aiplatformpb/prediction_service.pb.go

Lines changed: 124 additions & 103 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aiplatform/apiv1beta1/aiplatformpb/prediction_service.pb.go

Lines changed: 839 additions & 817 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// +build ignore
2+
3+
package ignore
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// +build ignore
2+
3+
package ignore

0 commit comments

Comments
 (0)