Skip to content

Commit

Permalink
chore(all): auto-regenerate gapics (#6455)
Browse files Browse the repository at this point in the history
This is an auto-generated regeneration of the gapic clients by
cloud.google.com/go/internal/gapicgen. Once the corresponding genproto PR is
submitted, genbot will update this PR with a newer dependency to the newer
version of genproto and assign reviewers to this PR.

If you have been assigned to review this PR, please:

- Ensure that the version of genproto in go.mod has been updated.
- 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.

Corresponding genproto PR: googleapis/go-genproto#869

Changes:

feat(retail): support case insensitive match on search facets feat: allow disabling spell check in search requests feat: allow adding labels in search requests feat: allow returning min/max values on search numeric facets feat: allow using serving configs as an alias of placements feat: allow enabling recommendation filtering on custom attributes feat: return output BigQuery table on product / event export response docs: keep the API doc up-to-date with recent changes
  PiperOrigin-RevId: 463980128
  Source-Link: googleapis/googleapis@d6bce0e

feat(aiplatform): making network arg optional in aiplatform v1 custom_job.proto feat: added SHARED_RESOURCES enum to aiplatform v1 model.proto docs: doc edits to aiplatform v1 dataset_service.proto, job_service.proto, model_service.proto, pipeline_service.proto, saved_query.proto, study.proto, types.proto
  PiperOrigin-RevId: 463932566
  Source-Link: googleapis/googleapis@37aaa1e

feat(aiplatform): making network arg optional in aiplatform v1beta1 custom_job.proto feat: DeploymentResourcePool and DeployementResourcePoolService added to aiplatform v1beta1 model.proto (cl/463147866) docs: doc edits to aiplatform v1beta1 job_service.proto, model_service.proto, pipeline_service.proto, saved_query.proto, study.proto, types.proto
  PiperOrigin-RevId: 463932106
  Source-Link: googleapis/googleapis@efbe03d

chore(longrunning): configure stand-alone LongRunning client for PHP
  PiperOrigin-RevId: 463896105
  Source-Link: googleapis/googleapis@378a63c

docs(contactcenterinsights): Updating comments chore:remove LRO to API list
  PiperOrigin-RevId: 463893258
  Source-Link: googleapis/googleapis@e47c0cd

fix(analytics/admin): Add py_test targets
  PiperOrigin-RevId: 463701296
  Source-Link: googleapis/googleapis@abe1522

fix(container): revert bad publishing
  This RPC is not supposed to be published at this moment because Java generator cannot support this path template.
  It will be re-published when the generator is fixed.
  PiperOrigin-RevId: 463701283
  Source-Link: googleapis/googleapis@080f9b6

docs(bigquery/storage): clarify size limitations for AppendRowsRequest chore: add preferred_min_stream_count to CreateReadSessionRequest chore: add write_stream to AppendRowsResponse
  PiperOrigin-RevId: 463602530
  Source-Link: googleapis/googleapis@d33b3fa

feat(bigquery/connection): Add service_account_id output field to CloudSQL properties
  Clients can now observe the Service Account that is being used when connecting to the CloudSQL from the BigQuery.

  PiperOrigin-RevId: 463445598
  Source-Link: googleapis/googleapis@fe833dd

feat(dataform): Release API version v1beta1 (no changes to v1alpha2)
  PiperOrigin-RevId: 463269555
  Source-Link: googleapis/googleapis@5261728

docs(dialogflow): added an explicit note that DetectIntentRequest's text input is limited by 256 characters
  PiperOrigin-RevId: 463252698
  Source-Link: googleapis/googleapis@eeacaab

chore(networksecurity): Update networksecurity v1 BUILD.bazel for python
  PiperOrigin-RevId: 463219549
  Source-Link: googleapis/googleapis@039daa2

feat(aiplatform): add DeploymentResourcePool in aiplatform v1beta1 deployment_resource_pool.proto feat: add DeploymentResourcePoolService in aiplatform v1beta1 deployment_resource_pool_service.proto feat: add SHARED_RESOURCES to DeploymentResourcesType in aiplatform v1beta1 model.proto
  PiperOrigin-RevId: 463147866
  Source-Link: googleapis/googleapis@6276461

chore(functions): Configure Ruby Bazel builds for Functions V2 client
  PiperOrigin-RevId: 463142926
  Source-Link: googleapis/googleapis@fbe2cfc

fix(spanner/admin/database): target new spanner db admin service config
  chore: remove old spanner db admin service config
  PiperOrigin-RevId: 463110616
  Source-Link: googleapis/googleapis@0f38696
  • Loading branch information
yoshi-automation authored Aug 1, 2022
1 parent 10856be commit f44da67
Show file tree
Hide file tree
Showing 6 changed files with 239 additions and 10 deletions.
129 changes: 126 additions & 3 deletions admin/database/apiv1/database_admin_client.go

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

83 changes: 83 additions & 0 deletions admin/database/apiv1/database_admin_client_example_test.go

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

5 changes: 4 additions & 1 deletion admin/database/apiv1/doc.go

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

20 changes: 20 additions & 0 deletions admin/database/apiv1/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
"grpc": {
"libraryClient": "DatabaseAdminClient",
"rpcs": {
"CancelOperation": {
"methods": [
"CancelOperation"
]
},
"CopyBackup": {
"methods": [
"CopyBackup"
Expand All @@ -30,6 +35,11 @@
"DeleteBackup"
]
},
"DeleteOperation": {
"methods": [
"DeleteOperation"
]
},
"DropDatabase": {
"methods": [
"DropDatabase"
Expand All @@ -55,6 +65,11 @@
"GetIamPolicy"
]
},
"GetOperation": {
"methods": [
"GetOperation"
]
},
"ListBackupOperations": {
"methods": [
"ListBackupOperations"
Expand All @@ -80,6 +95,11 @@
"ListDatabases"
]
},
"ListOperations": {
"methods": [
"ListOperations"
]
},
"RestoreDatabase": {
"methods": [
"RestoreDatabase"
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ require (
github.com/googleapis/gax-go/v2 v2.4.0
go.opencensus.io v0.23.0
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f
google.golang.org/api v0.86.0
google.golang.org/genproto v0.0.0-20220725144611-272f38e5d71b
google.golang.org/api v0.90.0
google.golang.org/genproto v0.0.0-20220801145646-83ce21fca29f
google.golang.org/grpc v1.48.0
google.golang.org/protobuf v1.28.0
)
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -509,8 +509,8 @@ google.golang.org/api v0.75.0/go.mod h1:pU9QmyHLnzlpar1Mjt4IbapUCy8J+6HD6GeELN69
google.golang.org/api v0.78.0/go.mod h1:1Sg78yoMLOhlQTeF+ARBoytAcH1NNyyl390YMy6rKmw=
google.golang.org/api v0.80.0/go.mod h1:xY3nI94gbvBrE0J6NHXhxOmW97HG7Khjkku6AFB3Hyg=
google.golang.org/api v0.84.0/go.mod h1:NTsGnUFJMYROtiquksZHBWtHfeMC7iYthki7Eq3pa8o=
google.golang.org/api v0.86.0 h1:ZAnyOHQFIuWso1BodVfSaRyffD74T9ERGFa3k1fNk/U=
google.golang.org/api v0.86.0/go.mod h1:+Sem1dnrKlrXMR/X0bPnMWyluQe4RsNoYfmNLhOIkzw=
google.golang.org/api v0.90.0 h1:WMnUWAvihIClUYFNeFA69VTuR3duKS3IalMGDQcLvq8=
google.golang.org/api v0.90.0/go.mod h1:+Sem1dnrKlrXMR/X0bPnMWyluQe4RsNoYfmNLhOIkzw=
google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM=
google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4=
google.golang.org/appengine v1.5.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4=
Expand Down Expand Up @@ -599,8 +599,8 @@ google.golang.org/genproto v0.0.0-20220608133413-ed9918b62aac/go.mod h1:KEWEmljW
google.golang.org/genproto v0.0.0-20220616135557-88e70c0c3a90/go.mod h1:KEWEmljWE5zPzLBa/oHl6DaEt9LmfH6WtH1OHIvleBA=
google.golang.org/genproto v0.0.0-20220617124728-180714bec0ad/go.mod h1:KEWEmljWE5zPzLBa/oHl6DaEt9LmfH6WtH1OHIvleBA=
google.golang.org/genproto v0.0.0-20220624142145-8cd45d7dbd1f/go.mod h1:KEWEmljWE5zPzLBa/oHl6DaEt9LmfH6WtH1OHIvleBA=
google.golang.org/genproto v0.0.0-20220725144611-272f38e5d71b h1:SfSkJugek6xm7lWywqth4r2iTrYLpD8lOj1nMIIhMNM=
google.golang.org/genproto v0.0.0-20220725144611-272f38e5d71b/go.mod h1:iHe1svFLAZg9VWz891+QbRMwUv9O/1Ww+/mngYeThbc=
google.golang.org/genproto v0.0.0-20220801145646-83ce21fca29f h1:XVHpVMvPs4MtH3h6cThzKs2snNexcfd35vQx2T3IuIY=
google.golang.org/genproto v0.0.0-20220801145646-83ce21fca29f/go.mod h1:iHe1svFLAZg9VWz891+QbRMwUv9O/1Ww+/mngYeThbc=
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38=
google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM=
Expand Down

0 comments on commit f44da67

Please sign in to comment.