Skip to content

Commit

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

PiperOrigin-RevId: 427792504

Source-Link: googleapis/googleapis@55b9e1e

Source-Link: googleapis/googleapis-gen@bf4e86b
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYmY0ZTg2Yjc1M2Y0MmNiMGVkYjFmZDUxZmJlODQwZDdkYTBhMWNkZSJ9

* 🦉 Updates from OwlBot

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

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Feb 11, 2022
1 parent 8c7269a commit 945c7f8
Show file tree
Hide file tree
Showing 454 changed files with 1,744 additions and 920 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ def sample_list_agents():
# Make the request
page_result = client.list_agents(request=request)
# Handle the response
for response in page_result:
print(response)
Expand Down Expand Up @@ -345,7 +347,7 @@ def sample_get_agent():
# Make the request
response = client.get_agent(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -459,7 +461,7 @@ def sample_create_agent():
# Make the request
response = client.create_agent(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -579,7 +581,7 @@ def sample_update_agent():
# Make the request
response = client.update_agent(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -689,7 +691,7 @@ def sample_delete_agent():
)
# Make the request
response = client.delete_agent(request=request)
client.delete_agent(request=request)
Args:
request (Union[google.cloud.dialogflowcx_v3.types.DeleteAgentRequest, dict]):
Expand Down Expand Up @@ -784,6 +786,8 @@ def sample_export_agent():
print("Waiting for operation to complete...")
response = operation.result()
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -886,6 +890,8 @@ def sample_restore_agent():
print("Waiting for operation to complete...")
response = operation.result()
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -978,7 +984,7 @@ def sample_validate_agent():
# Make the request
response = client.validate_agent(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -1049,7 +1055,7 @@ def sample_get_agent_validation_result():
# Make the request
response = client.get_agent_validation_result(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,8 @@ def sample_list_agents():
# Make the request
page_result = client.list_agents(request=request)
# Handle the response
for response in page_result:
print(response)
Expand Down Expand Up @@ -620,7 +622,7 @@ def sample_get_agent():
# Make the request
response = client.get_agent(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -735,7 +737,7 @@ def sample_create_agent():
# Make the request
response = client.create_agent(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -856,7 +858,7 @@ def sample_update_agent():
# Make the request
response = client.update_agent(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -967,7 +969,7 @@ def sample_delete_agent():
)
# Make the request
response = client.delete_agent(request=request)
client.delete_agent(request=request)
Args:
request (Union[google.cloud.dialogflowcx_v3.types.DeleteAgentRequest, dict]):
Expand Down Expand Up @@ -1063,6 +1065,8 @@ def sample_export_agent():
print("Waiting for operation to complete...")
response = operation.result()
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -1167,6 +1171,8 @@ def sample_restore_agent():
print("Waiting for operation to complete...")
response = operation.result()
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -1261,7 +1267,7 @@ def sample_validate_agent():
# Make the request
response = client.validate_agent(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -1334,7 +1340,7 @@ def sample_get_agent_validation_result():
# Make the request
response = client.get_agent_validation_result(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ def sample_list_changelogs():
# Make the request
page_result = client.list_changelogs(request=request)
# Handle the response
for response in page_result:
print(response)
Expand Down Expand Up @@ -324,7 +326,7 @@ def sample_get_changelog():
# Make the request
response = client.get_changelog(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,8 @@ def sample_list_changelogs():
# Make the request
page_result = client.list_changelogs(request=request)
# Handle the response
for response in page_result:
print(response)
Expand Down Expand Up @@ -527,7 +529,7 @@ def sample_get_changelog():
# Make the request
response = client.get_changelog(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ def sample_list_deployments():
# Make the request
page_result = client.list_deployments(request=request)
# Handle the response
for response in page_result:
print(response)
Expand Down Expand Up @@ -340,7 +342,7 @@ def sample_get_deployment():
# Make the request
response = client.get_deployment(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,8 @@ def sample_list_deployments():
# Make the request
page_result = client.list_deployments(request=request)
# Handle the response
for response in page_result:
print(response)
Expand Down Expand Up @@ -601,7 +603,7 @@ def sample_get_deployment():
# Make the request
response = client.get_deployment(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ def sample_list_entity_types():
# Make the request
page_result = client.list_entity_types(request=request)
# Handle the response
for response in page_result:
print(response)
Expand Down Expand Up @@ -330,7 +332,7 @@ def sample_get_entity_type():
# Make the request
response = client.get_entity_type(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -463,7 +465,7 @@ def sample_create_entity_type():
# Make the request
response = client.create_entity_type(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -602,7 +604,7 @@ def sample_update_entity_type():
# Make the request
response = client.update_entity_type(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -736,7 +738,7 @@ def sample_delete_entity_type():
)
# Make the request
response = client.delete_entity_type(request=request)
client.delete_entity_type(request=request)
Args:
request (Union[google.cloud.dialogflowcx_v3.types.DeleteEntityTypeRequest, dict]):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,8 @@ def sample_list_entity_types():
# Make the request
page_result = client.list_entity_types(request=request)
# Handle the response
for response in page_result:
print(response)
Expand Down Expand Up @@ -533,7 +535,7 @@ def sample_get_entity_type():
# Make the request
response = client.get_entity_type(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -667,7 +669,7 @@ def sample_create_entity_type():
# Make the request
response = client.create_entity_type(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -807,7 +809,7 @@ def sample_update_entity_type():
# Make the request
response = client.update_entity_type(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -942,7 +944,7 @@ def sample_delete_entity_type():
)
# Make the request
response = client.delete_entity_type(request=request)
client.delete_entity_type(request=request)
Args:
request (Union[google.cloud.dialogflowcx_v3.types.DeleteEntityTypeRequest, dict]):
Expand Down
Loading

0 comments on commit 945c7f8

Please sign in to comment.