Skip to content

Commit

Permalink
chore: use gapic-generator-python 0.63.2 (#298)
Browse files Browse the repository at this point in the history
* chore: use gapic-generator-python 0.63.2
docs: add generated snippets

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 0c21cd2 commit 8711a58
Show file tree
Hide file tree
Showing 194 changed files with 528 additions and 384 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,8 @@ def sample_search_catalog():
# Make the request
page_result = client.search_catalog(request=request)
# Handle the response
for response in page_result:
print(response)
Expand Down Expand Up @@ -430,7 +432,7 @@ def sample_create_entry_group():
# Make the request
response = client.create_entry_group(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -550,7 +552,7 @@ def sample_get_entry_group():
# Make the request
response = client.get_entry_group(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -667,7 +669,7 @@ def sample_update_entry_group():
# Make the request
response = client.update_entry_group(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -780,7 +782,7 @@ def sample_delete_entry_group():
)
# Make the request
response = client.delete_entry_group(request=request)
client.delete_entry_group(request=request)
Args:
request (Union[google.cloud.datacatalog_v1.types.DeleteEntryGroupRequest, dict]):
Expand Down Expand Up @@ -861,6 +863,8 @@ def sample_list_entry_groups():
# Make the request
page_result = client.list_entry_groups(request=request)
# Handle the response
for response in page_result:
print(response)
Expand Down Expand Up @@ -992,7 +996,7 @@ def sample_create_entry():
# Make the request
response = client.create_entry(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -1125,7 +1129,7 @@ def sample_update_entry():
# Make the request
response = client.update_entry(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -1271,7 +1275,7 @@ def sample_delete_entry():
)
# Make the request
response = client.delete_entry(request=request)
client.delete_entry(request=request)
Args:
request (Union[google.cloud.datacatalog_v1.types.DeleteEntryRequest, dict]):
Expand Down Expand Up @@ -1353,7 +1357,7 @@ def sample_get_entry():
# Make the request
response = client.get_entry(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -1463,7 +1467,7 @@ def sample_lookup_entry():
# Make the request
response = client.lookup_entry(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -1548,6 +1552,8 @@ def sample_list_entries():
# Make the request
page_result = client.list_entries(request=request)
# Handle the response
for response in page_result:
print(response)
Expand Down Expand Up @@ -1662,7 +1668,7 @@ def sample_modify_entry_overview():
# Make the request
response = client.modify_entry_overview(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -1736,7 +1742,7 @@ def sample_modify_entry_contacts():
# Make the request
response = client.modify_entry_contacts(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -1812,7 +1818,7 @@ def sample_create_tag_template():
# Make the request
response = client.create_tag_template(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -1932,7 +1938,7 @@ def sample_get_tag_template():
# Make the request
response = client.get_tag_template(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -2041,7 +2047,7 @@ def sample_update_tag_template():
# Make the request
response = client.update_tag_template(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -2166,7 +2172,7 @@ def sample_delete_tag_template():
)
# Make the request
response = client.delete_tag_template(request=request)
client.delete_tag_template(request=request)
Args:
request (Union[google.cloud.datacatalog_v1.types.DeleteTagTemplateRequest, dict]):
Expand Down Expand Up @@ -2272,7 +2278,7 @@ def sample_create_tag_template_field():
# Make the request
response = client.create_tag_template_field(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -2403,7 +2409,7 @@ def sample_update_tag_template_field():
# Make the request
response = client.update_tag_template_field(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -2533,7 +2539,7 @@ def sample_rename_tag_template_field():
# Make the request
response = client.rename_tag_template_field(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -2636,7 +2642,7 @@ def sample_rename_tag_template_field_enum_value():
# Make the request
response = client.rename_tag_template_field_enum_value(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -2742,7 +2748,7 @@ def sample_delete_tag_template_field():
)
# Make the request
response = client.delete_tag_template_field(request=request)
client.delete_tag_template_field(request=request)
Args:
request (Union[google.cloud.datacatalog_v1.types.DeleteTagTemplateFieldRequest, dict]):
Expand Down Expand Up @@ -2856,7 +2862,7 @@ def sample_create_tag():
# Make the request
response = client.create_tag(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -2970,7 +2976,7 @@ def sample_update_tag():
# Make the request
response = client.update_tag(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -3078,7 +3084,7 @@ def sample_delete_tag():
)
# Make the request
response = client.delete_tag(request=request)
client.delete_tag(request=request)
Args:
request (Union[google.cloud.datacatalog_v1.types.DeleteTagRequest, dict]):
Expand Down Expand Up @@ -3163,6 +3169,8 @@ def sample_list_tags():
# Make the request
page_result = client.list_tags(request=request)
# Handle the response
for response in page_result:
print(response)
Expand Down Expand Up @@ -3279,7 +3287,7 @@ def sample_star_entry():
# Make the request
response = client.star_entry(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -3373,7 +3381,7 @@ def sample_unstar_entry():
# Make the request
response = client.unstar_entry(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -3484,7 +3492,7 @@ def sample_set_iam_policy():
# Make the request
response = client.set_iam_policy(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -3653,7 +3661,7 @@ def sample_get_iam_policy():
# Make the request
response = client.get_iam_policy(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -3821,7 +3829,7 @@ def sample_test_iam_permissions():
# Make the request
response = client.test_iam_permissions(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down
Loading

0 comments on commit 8711a58

Please sign in to comment.