Skip to content

Commit

Permalink
build(bigquery/storage): Only generate gRPC clients for google/cloud/…
Browse files Browse the repository at this point in the history
…bigquery/storage/v1alpha (#10772)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 667933064

Source-Link: https://togithub.com/googleapis/googleapis/commit/3165e16f3b29a2a730264c7b5056aa6a48bdf0e7

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/bcf1bccd00d8d2315c945bba1d93fcfab1999779
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYmNmMWJjY2QwMGQ4ZDIzMTVjOTQ1YmJhMWQ5M2ZjZmFiMTk5OTc3OSJ9
BEGIN_NESTED_COMMIT
feat(visionai): request client libraries for new languages
feat(visionai): add BatchOperationStatus to import metadata
docs(visionai): A comment for method `ClipAsset` in service `Warehouse` is changed
docs(visionai): A comment for enum value `IN_PROGRESS` in enum `State` is changed
docs(visionai): A comment for enum value `SUCCEEDED` in enum `State` is changed
docs(visionai): A comment for enum value `FAILED` in enum `State` is changed
docs(visionai): A comment for field `relevance` in message `.google.cloud.visionai.v1.SearchResultItem` is changed

PiperOrigin-RevId: 667729001

Source-Link: https://togithub.com/googleapis/googleapis/commit/f17f11412a8770c52e7280fa0e66ab17cb2f3af9

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/da60873b0b72c5750144c58b761218c8eb7f8cb4
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZGE2MDg3M2IwYjcyYzU3NTAxNDRjNThiNzYxMjE4YzhlYjdmOGNiNCJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat(alloydb): support for enabling outbound public IP on an instance
feat(alloydb): support for getting outbound public IP addresses of an instance
feat(alloydb): support for setting maintenance update policy on a cluster
feat(alloydb): support for getting maintenance schedule of a cluster

PiperOrigin-RevId: 667707701

Source-Link: https://togithub.com/googleapis/googleapis/commit/a1185ce21454c5e5dbcf56098bb430d7f209633b

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/6ca9eb3a69c2c33fca86b8f4150aba846924f9cb
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmNhOWViM2E2OWMyYzMzZmNhODZiOGY0MTUwYWJhODQ2OTI0ZjljYiJ9
END_NESTED_COMMIT
  • Loading branch information
gcf-owl-bot[bot] authored Aug 27, 2024
1 parent fbab5ec commit 2b2c673
Show file tree
Hide file tree
Showing 44 changed files with 9,259 additions and 3,700 deletions.
2,169 changes: 1,230 additions & 939 deletions alloydb/apiv1beta/alloydbpb/resources.pb.go

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions bigquery/storage/apiv1alpha/auxiliary.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions bigquery/storage/apiv1alpha/auxiliary_go123.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

122 changes: 122 additions & 0 deletions bigquery/storage/apiv1alpha/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 43 additions & 0 deletions bigquery/storage/apiv1alpha/gapic_metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods.",
"language": "go",
"protoPackage": "google.cloud.bigquery.storage.v1alpha",
"libraryPackage": "cloud.google.com/go/bigquery/storage/apiv1alpha",
"services": {
"MetastorePartitionService": {
"clients": {
"grpc": {
"libraryClient": "MetastorePartitionClient",
"rpcs": {
"BatchCreateMetastorePartitions": {
"methods": [
"BatchCreateMetastorePartitions"
]
},
"BatchDeleteMetastorePartitions": {
"methods": [
"BatchDeleteMetastorePartitions"
]
},
"BatchUpdateMetastorePartitions": {
"methods": [
"BatchUpdateMetastorePartitions"
]
},
"ListMetastorePartitions": {
"methods": [
"ListMetastorePartitions"
]
},
"StreamMetastorePartitions": {
"methods": [
"StreamMetastorePartitions"
]
}
}
}
}
}
}
}
Loading

0 comments on commit 2b2c673

Please sign in to comment.