Skip to content

Commit

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

Changes:

docs(contactcenterinsights): Updating comments chore: added LRO to API list
  PiperOrigin-RevId: 469161541
  Source-Link: googleapis/googleapis@65b91e6
  • Loading branch information
yoshi-automation committed Aug 22, 2022
1 parent a810c78 commit 22e55bb
Show file tree
Hide file tree
Showing 7 changed files with 555 additions and 0 deletions.
189 changes: 189 additions & 0 deletions contactcenterinsights/apiv1/contact_center_insights_client.go

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

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

15 changes: 15 additions & 0 deletions contactcenterinsights/apiv1/gapic_metadata.json
Expand Up @@ -20,6 +20,11 @@
"CalculateStats"
]
},
"CancelOperation": {
"methods": [
"CancelOperation"
]
},
"CreateAnalysis": {
"methods": [
"CreateAnalysis"
Expand Down Expand Up @@ -100,6 +105,11 @@
"GetIssueModel"
]
},
"GetOperation": {
"methods": [
"GetOperation"
]
},
"GetPhraseMatcher": {
"methods": [
"GetPhraseMatcher"
Expand Down Expand Up @@ -135,6 +145,11 @@
"ListIssues"
]
},
"ListOperations": {
"methods": [
"ListOperations"
]
},
"ListPhraseMatchers": {
"methods": [
"ListPhraseMatchers"
Expand Down

0 comments on commit 22e55bb

Please sign in to comment.