Skip to content

Commit

Permalink
chore(all): auto-regenerate gapics (#3717)
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#535

Changes:

feat(area120/tables): Added ListWorkspaces, GetWorkspace, BatchDeleteRows APIs.
  PiperOrigin-RevId: 358406243
  Source-Link: googleapis/googleapis@151bfba

feat(servicecontrol): Update the ruby_cloud_gapic_library rules for the libraries published to google-cloud-ruby to the form that works with build_gen (separate parameters for ruby_cloud_title and ruby_cloud_description). chore: Update Bazel-Ruby rules version. chore: Update build_gen version.
  PiperOrigin-RevId: 358357761
  Source-Link: googleapis/googleapis@959b0bc

feat(dialogflow): add additional_bindings to Dialogflow v2 ListIntents API docs: update copyrights and session docs
  PiperOrigin-RevId: 358315519
  Source-Link: googleapis/googleapis@5402036

feat(speech): Support Model Adaptation.
  PiperOrigin-RevId: 358182033
  Source-Link: googleapis/googleapis@56c65ed

fix(errorreporting): Fixes ruby gem build
  PiperOrigin-RevId: 358152223
  Source-Link: googleapis/googleapis@e13001b
  • Loading branch information
yoshi-automation authored Feb 20, 2021
1 parent 7084ab9 commit 0bd21d7
Show file tree
Hide file tree
Showing 223 changed files with 1,323 additions and 347 deletions.
2 changes: 1 addition & 1 deletion accessapproval/apiv1/doc.go

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

2 changes: 1 addition & 1 deletion analytics/admin/apiv1alpha/doc.go

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

2 changes: 1 addition & 1 deletion analytics/admin/apiv1alpha/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"AnalyticsAdminService": {
"clients": {
"grpc": {
"libraryClient": "AnalyticsAdmin",
"libraryClient": "AnalyticsAdminClient",
"rpcs": {
"AuditUserLinks": {
"methods": [
Expand Down
2 changes: 1 addition & 1 deletion analytics/data/apiv1alpha/doc.go

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

2 changes: 1 addition & 1 deletion analytics/data/apiv1alpha/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"AlphaAnalyticsData": {
"clients": {
"grpc": {
"libraryClient": "AlphaAnalyticsData",
"libraryClient": "AlphaAnalyticsDataClient",
"rpcs": {
"BatchRunPivotReports": {
"methods": [
Expand Down
2 changes: 1 addition & 1 deletion appengine/apiv1/doc.go

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

16 changes: 8 additions & 8 deletions appengine/apiv1/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"Applications": {
"clients": {
"grpc": {
"libraryClient": "Applications",
"libraryClient": "ApplicationsClient",
"rpcs": {
"CreateApplication": {
"methods": [
Expand Down Expand Up @@ -37,7 +37,7 @@
"AuthorizedCertificates": {
"clients": {
"grpc": {
"libraryClient": "AuthorizedCertificates",
"libraryClient": "AuthorizedCertificatesClient",
"rpcs": {
"CreateAuthorizedCertificate": {
"methods": [
Expand Down Expand Up @@ -71,7 +71,7 @@
"AuthorizedDomains": {
"clients": {
"grpc": {
"libraryClient": "AuthorizedDomains",
"libraryClient": "AuthorizedDomainsClient",
"rpcs": {
"ListAuthorizedDomains": {
"methods": [
Expand All @@ -85,7 +85,7 @@
"DomainMappings": {
"clients": {
"grpc": {
"libraryClient": "DomainMappings",
"libraryClient": "DomainMappingsClient",
"rpcs": {
"CreateDomainMapping": {
"methods": [
Expand Down Expand Up @@ -119,7 +119,7 @@
"Firewall": {
"clients": {
"grpc": {
"libraryClient": "Firewall",
"libraryClient": "FirewallClient",
"rpcs": {
"BatchUpdateIngressRules": {
"methods": [
Expand Down Expand Up @@ -158,7 +158,7 @@
"Instances": {
"clients": {
"grpc": {
"libraryClient": "Instances",
"libraryClient": "InstancesClient",
"rpcs": {
"DebugInstance": {
"methods": [
Expand Down Expand Up @@ -187,7 +187,7 @@
"Services": {
"clients": {
"grpc": {
"libraryClient": "Services",
"libraryClient": "ServicesClient",
"rpcs": {
"DeleteService": {
"methods": [
Expand Down Expand Up @@ -216,7 +216,7 @@
"Versions": {
"clients": {
"grpc": {
"libraryClient": "Versions",
"libraryClient": "VersionsClient",
"rpcs": {
"CreateVersion": {
"methods": [
Expand Down
3 changes: 2 additions & 1 deletion area120/tables/apiv1alpha1/doc.go

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

15 changes: 15 additions & 0 deletions area120/tables/apiv1alpha1/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
"BatchCreateRows"
]
},
"BatchDeleteRows": {
"methods": [
"BatchDeleteRows"
]
},
"BatchUpdateRows": {
"methods": [
"BatchUpdateRows"
Expand All @@ -40,6 +45,11 @@
"GetTable"
]
},
"GetWorkspace": {
"methods": [
"GetWorkspace"
]
},
"ListRows": {
"methods": [
"ListRows"
Expand All @@ -50,6 +60,11 @@
"ListTables"
]
},
"ListWorkspaces": {
"methods": [
"ListWorkspaces"
]
},
"UpdateRow": {
"methods": [
"UpdateRow"
Expand Down
137 changes: 137 additions & 0 deletions area120/tables/apiv1alpha1/tables_client.go

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

Loading

0 comments on commit 0bd21d7

Please sign in to comment.