Skip to content

Commit

Permalink
chore: use gapic-generator-python 0.63.4 (#132)
Browse files Browse the repository at this point in the history
* chore: use gapic-generator-python 0.63.4

chore: fix snippet region tag format
chore: fix docstring code block formatting
PiperOrigin-RevId: 430730865

Source-Link: googleapis/googleapis@ea58002

Source-Link: https://github.com/googleapis/googleapis-gen/commit/ca893ff8af25fc7fe001de1405a517d80446ecca
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2E4OTNmZjhhZjI1ZmM3ZmUwMDFkZTE0MDVhNTE3ZDgwNDQ2ZWNjYSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* chore: delete duplicates

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
  • Loading branch information
3 people committed Feb 25, 2022
1 parent 46be4d9 commit 836b4be
Show file tree
Hide file tree
Showing 69 changed files with 272 additions and 272 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-contact-center-insights


# [START contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_CalculateIssueModelStats_async]
# [START contactcenterinsights_v1_generated_ContactCenterInsights_CalculateIssueModelStats_async]
from google.cloud import contact_center_insights_v1


Expand All @@ -42,4 +42,4 @@ async def sample_calculate_issue_model_stats():
# Handle the response
print(response)

# [END contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_CalculateIssueModelStats_async]
# [END contactcenterinsights_v1_generated_ContactCenterInsights_CalculateIssueModelStats_async]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-contact-center-insights


# [START contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_CalculateIssueModelStats_sync]
# [START contactcenterinsights_v1_generated_ContactCenterInsights_CalculateIssueModelStats_sync]
from google.cloud import contact_center_insights_v1


Expand All @@ -42,4 +42,4 @@ def sample_calculate_issue_model_stats():
# Handle the response
print(response)

# [END contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_CalculateIssueModelStats_sync]
# [END contactcenterinsights_v1_generated_ContactCenterInsights_CalculateIssueModelStats_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-contact-center-insights


# [START contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_CalculateStats_async]
# [START contactcenterinsights_v1_generated_ContactCenterInsights_CalculateStats_async]
from google.cloud import contact_center_insights_v1


Expand All @@ -42,4 +42,4 @@ async def sample_calculate_stats():
# Handle the response
print(response)

# [END contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_CalculateStats_async]
# [END contactcenterinsights_v1_generated_ContactCenterInsights_CalculateStats_async]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-contact-center-insights


# [START contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_CalculateStats_sync]
# [START contactcenterinsights_v1_generated_ContactCenterInsights_CalculateStats_sync]
from google.cloud import contact_center_insights_v1


Expand All @@ -42,4 +42,4 @@ def sample_calculate_stats():
# Handle the response
print(response)

# [END contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_CalculateStats_sync]
# [END contactcenterinsights_v1_generated_ContactCenterInsights_CalculateStats_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-contact-center-insights


# [START contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_CreateAnalysis_async]
# [START contactcenterinsights_v1_generated_ContactCenterInsights_CreateAnalysis_async]
from google.cloud import contact_center_insights_v1


Expand All @@ -46,4 +46,4 @@ async def sample_create_analysis():
# Handle the response
print(response)

# [END contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_CreateAnalysis_async]
# [END contactcenterinsights_v1_generated_ContactCenterInsights_CreateAnalysis_async]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-contact-center-insights


# [START contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_CreateAnalysis_sync]
# [START contactcenterinsights_v1_generated_ContactCenterInsights_CreateAnalysis_sync]
from google.cloud import contact_center_insights_v1


Expand All @@ -46,4 +46,4 @@ def sample_create_analysis():
# Handle the response
print(response)

# [END contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_CreateAnalysis_sync]
# [END contactcenterinsights_v1_generated_ContactCenterInsights_CreateAnalysis_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-contact-center-insights


# [START contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_CreateConversation_async]
# [START contactcenterinsights_v1_generated_ContactCenterInsights_CreateConversation_async]
from google.cloud import contact_center_insights_v1


Expand All @@ -42,4 +42,4 @@ async def sample_create_conversation():
# Handle the response
print(response)

# [END contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_CreateConversation_async]
# [END contactcenterinsights_v1_generated_ContactCenterInsights_CreateConversation_async]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-contact-center-insights


# [START contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_CreateConversation_sync]
# [START contactcenterinsights_v1_generated_ContactCenterInsights_CreateConversation_sync]
from google.cloud import contact_center_insights_v1


Expand All @@ -42,4 +42,4 @@ def sample_create_conversation():
# Handle the response
print(response)

# [END contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_CreateConversation_sync]
# [END contactcenterinsights_v1_generated_ContactCenterInsights_CreateConversation_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-contact-center-insights


# [START contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_CreateIssueModel_async]
# [START contactcenterinsights_v1_generated_ContactCenterInsights_CreateIssueModel_async]
from google.cloud import contact_center_insights_v1


Expand All @@ -46,4 +46,4 @@ async def sample_create_issue_model():
# Handle the response
print(response)

# [END contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_CreateIssueModel_async]
# [END contactcenterinsights_v1_generated_ContactCenterInsights_CreateIssueModel_async]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-contact-center-insights


# [START contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_CreateIssueModel_sync]
# [START contactcenterinsights_v1_generated_ContactCenterInsights_CreateIssueModel_sync]
from google.cloud import contact_center_insights_v1


Expand All @@ -46,4 +46,4 @@ def sample_create_issue_model():
# Handle the response
print(response)

# [END contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_CreateIssueModel_sync]
# [END contactcenterinsights_v1_generated_ContactCenterInsights_CreateIssueModel_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-contact-center-insights


# [START contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_CreatePhraseMatcher_async]
# [START contactcenterinsights_v1_generated_ContactCenterInsights_CreatePhraseMatcher_async]
from google.cloud import contact_center_insights_v1


Expand All @@ -46,4 +46,4 @@ async def sample_create_phrase_matcher():
# Handle the response
print(response)

# [END contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_CreatePhraseMatcher_async]
# [END contactcenterinsights_v1_generated_ContactCenterInsights_CreatePhraseMatcher_async]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-contact-center-insights


# [START contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_CreatePhraseMatcher_sync]
# [START contactcenterinsights_v1_generated_ContactCenterInsights_CreatePhraseMatcher_sync]
from google.cloud import contact_center_insights_v1


Expand All @@ -46,4 +46,4 @@ def sample_create_phrase_matcher():
# Handle the response
print(response)

# [END contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_CreatePhraseMatcher_sync]
# [END contactcenterinsights_v1_generated_ContactCenterInsights_CreatePhraseMatcher_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-contact-center-insights


# [START contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_CreateView_async]
# [START contactcenterinsights_v1_generated_ContactCenterInsights_CreateView_async]
from google.cloud import contact_center_insights_v1


Expand All @@ -42,4 +42,4 @@ async def sample_create_view():
# Handle the response
print(response)

# [END contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_CreateView_async]
# [END contactcenterinsights_v1_generated_ContactCenterInsights_CreateView_async]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-contact-center-insights


# [START contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_CreateView_sync]
# [START contactcenterinsights_v1_generated_ContactCenterInsights_CreateView_sync]
from google.cloud import contact_center_insights_v1


Expand All @@ -42,4 +42,4 @@ def sample_create_view():
# Handle the response
print(response)

# [END contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_CreateView_sync]
# [END contactcenterinsights_v1_generated_ContactCenterInsights_CreateView_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-contact-center-insights


# [START contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_DeleteAnalysis_async]
# [START contactcenterinsights_v1_generated_ContactCenterInsights_DeleteAnalysis_async]
from google.cloud import contact_center_insights_v1


Expand All @@ -40,4 +40,4 @@ async def sample_delete_analysis():
await client.delete_analysis(request=request)


# [END contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_DeleteAnalysis_async]
# [END contactcenterinsights_v1_generated_ContactCenterInsights_DeleteAnalysis_async]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-contact-center-insights


# [START contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_DeleteAnalysis_sync]
# [START contactcenterinsights_v1_generated_ContactCenterInsights_DeleteAnalysis_sync]
from google.cloud import contact_center_insights_v1


Expand All @@ -40,4 +40,4 @@ def sample_delete_analysis():
client.delete_analysis(request=request)


# [END contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_DeleteAnalysis_sync]
# [END contactcenterinsights_v1_generated_ContactCenterInsights_DeleteAnalysis_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-contact-center-insights


# [START contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_DeleteConversation_async]
# [START contactcenterinsights_v1_generated_ContactCenterInsights_DeleteConversation_async]
from google.cloud import contact_center_insights_v1


Expand All @@ -40,4 +40,4 @@ async def sample_delete_conversation():
await client.delete_conversation(request=request)


# [END contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_DeleteConversation_async]
# [END contactcenterinsights_v1_generated_ContactCenterInsights_DeleteConversation_async]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-contact-center-insights


# [START contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_DeleteConversation_sync]
# [START contactcenterinsights_v1_generated_ContactCenterInsights_DeleteConversation_sync]
from google.cloud import contact_center_insights_v1


Expand All @@ -40,4 +40,4 @@ def sample_delete_conversation():
client.delete_conversation(request=request)


# [END contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_DeleteConversation_sync]
# [END contactcenterinsights_v1_generated_ContactCenterInsights_DeleteConversation_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-contact-center-insights


# [START contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_DeleteIssueModel_async]
# [START contactcenterinsights_v1_generated_ContactCenterInsights_DeleteIssueModel_async]
from google.cloud import contact_center_insights_v1


Expand All @@ -46,4 +46,4 @@ async def sample_delete_issue_model():
# Handle the response
print(response)

# [END contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_DeleteIssueModel_async]
# [END contactcenterinsights_v1_generated_ContactCenterInsights_DeleteIssueModel_async]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-contact-center-insights


# [START contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_DeleteIssueModel_sync]
# [START contactcenterinsights_v1_generated_ContactCenterInsights_DeleteIssueModel_sync]
from google.cloud import contact_center_insights_v1


Expand All @@ -46,4 +46,4 @@ def sample_delete_issue_model():
# Handle the response
print(response)

# [END contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_DeleteIssueModel_sync]
# [END contactcenterinsights_v1_generated_ContactCenterInsights_DeleteIssueModel_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-contact-center-insights


# [START contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_DeletePhraseMatcher_async]
# [START contactcenterinsights_v1_generated_ContactCenterInsights_DeletePhraseMatcher_async]
from google.cloud import contact_center_insights_v1


Expand All @@ -40,4 +40,4 @@ async def sample_delete_phrase_matcher():
await client.delete_phrase_matcher(request=request)


# [END contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_DeletePhraseMatcher_async]
# [END contactcenterinsights_v1_generated_ContactCenterInsights_DeletePhraseMatcher_async]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-contact-center-insights


# [START contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_DeletePhraseMatcher_sync]
# [START contactcenterinsights_v1_generated_ContactCenterInsights_DeletePhraseMatcher_sync]
from google.cloud import contact_center_insights_v1


Expand All @@ -40,4 +40,4 @@ def sample_delete_phrase_matcher():
client.delete_phrase_matcher(request=request)


# [END contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_DeletePhraseMatcher_sync]
# [END contactcenterinsights_v1_generated_ContactCenterInsights_DeletePhraseMatcher_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-contact-center-insights


# [START contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_DeleteView_async]
# [START contactcenterinsights_v1_generated_ContactCenterInsights_DeleteView_async]
from google.cloud import contact_center_insights_v1


Expand All @@ -40,4 +40,4 @@ async def sample_delete_view():
await client.delete_view(request=request)


# [END contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_DeleteView_async]
# [END contactcenterinsights_v1_generated_ContactCenterInsights_DeleteView_async]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-contact-center-insights


# [START contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_DeleteView_sync]
# [START contactcenterinsights_v1_generated_ContactCenterInsights_DeleteView_sync]
from google.cloud import contact_center_insights_v1


Expand All @@ -40,4 +40,4 @@ def sample_delete_view():
client.delete_view(request=request)


# [END contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_DeleteView_sync]
# [END contactcenterinsights_v1_generated_ContactCenterInsights_DeleteView_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-contact-center-insights


# [START contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_DeployIssueModel_async]
# [START contactcenterinsights_v1_generated_ContactCenterInsights_DeployIssueModel_async]
from google.cloud import contact_center_insights_v1


Expand All @@ -46,4 +46,4 @@ async def sample_deploy_issue_model():
# Handle the response
print(response)

# [END contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_DeployIssueModel_async]
# [END contactcenterinsights_v1_generated_ContactCenterInsights_DeployIssueModel_async]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-contact-center-insights


# [START contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_DeployIssueModel_sync]
# [START contactcenterinsights_v1_generated_ContactCenterInsights_DeployIssueModel_sync]
from google.cloud import contact_center_insights_v1


Expand All @@ -46,4 +46,4 @@ def sample_deploy_issue_model():
# Handle the response
print(response)

# [END contactcenterinsights_generated_contact_center_insights_v1_ContactCenterInsights_DeployIssueModel_sync]
# [END contactcenterinsights_v1_generated_ContactCenterInsights_DeployIssueModel_sync]
Loading

0 comments on commit 836b4be

Please sign in to comment.