Skip to content

Commit

Permalink
chore: use gapic-generator-python 0.63.2 (#367)
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 95bc4b3 commit ad0bbf1
Show file tree
Hide file tree
Showing 60 changed files with 218 additions and 110 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,8 @@ def sample_export_assets():
print("Waiting for operation to complete...")
response = operation.result()
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -341,6 +343,8 @@ def sample_list_assets():
# Make the request
page_result = client.list_assets(request=request)
# Handle the response
for response in page_result:
print(response)
Expand Down Expand Up @@ -457,7 +461,7 @@ def sample_batch_get_assets_history():
# Make the request
response = client.batch_get_assets_history(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -541,7 +545,7 @@ def sample_create_feed():
# Make the request
response = client.create_feed(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -642,7 +646,7 @@ def sample_get_feed():
# Make the request
response = client.get_feed(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -750,7 +754,7 @@ def sample_list_feeds():
# Make the request
response = client.list_feeds(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -854,7 +858,7 @@ def sample_update_feed():
# Make the request
response = client.update_feed(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -951,7 +955,7 @@ def sample_delete_feed():
)
# Make the request
response = client.delete_feed(request=request)
client.delete_feed(request=request)
Args:
request (Union[google.cloud.asset_v1.types.DeleteFeedRequest, dict]):
Expand Down Expand Up @@ -1049,6 +1053,8 @@ def sample_search_all_resources():
# Make the request
page_result = client.search_all_resources(request=request)
# Handle the response
for response in page_result:
print(response)
Expand Down Expand Up @@ -1249,6 +1255,8 @@ def sample_search_all_iam_policies():
# Make the request
page_result = client.search_all_iam_policies(request=request)
# Handle the response
for response in page_result:
print(response)
Expand Down Expand Up @@ -1429,7 +1437,7 @@ def sample_analyze_iam_policy():
# Make the request
response = client.analyze_iam_policy(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -1530,6 +1538,8 @@ def sample_analyze_iam_policy_longrunning():
print("Waiting for operation to complete...")
response = operation.result()
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -1619,7 +1629,7 @@ def sample_analyze_move():
# Make the request
response = client.analyze_move(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,8 @@ def sample_export_assets():
print("Waiting for operation to complete...")
response = operation.result()
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -590,6 +592,8 @@ def sample_list_assets():
# Make the request
page_result = client.list_assets(request=request)
# Handle the response
for response in page_result:
print(response)
Expand Down Expand Up @@ -697,7 +701,7 @@ def sample_batch_get_assets_history():
# Make the request
response = client.batch_get_assets_history(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -773,7 +777,7 @@ def sample_create_feed():
# Make the request
response = client.create_feed(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -875,7 +879,7 @@ def sample_get_feed():
# Make the request
response = client.get_feed(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -974,7 +978,7 @@ def sample_list_feeds():
# Make the request
response = client.list_feeds(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -1069,7 +1073,7 @@ def sample_update_feed():
# Make the request
response = client.update_feed(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -1167,7 +1171,7 @@ def sample_delete_feed():
)
# Make the request
response = client.delete_feed(request=request)
client.delete_feed(request=request)
Args:
request (Union[google.cloud.asset_v1.types.DeleteFeedRequest, dict]):
Expand Down Expand Up @@ -1256,6 +1260,8 @@ def sample_search_all_resources():
# Make the request
page_result = client.search_all_resources(request=request)
# Handle the response
for response in page_result:
print(response)
Expand Down Expand Up @@ -1448,6 +1454,8 @@ def sample_search_all_iam_policies():
# Make the request
page_result = client.search_all_iam_policies(request=request)
# Handle the response
for response in page_result:
print(response)
Expand Down Expand Up @@ -1620,7 +1628,7 @@ def sample_analyze_iam_policy():
# Make the request
response = client.analyze_iam_policy(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -1714,6 +1722,8 @@ def sample_analyze_iam_policy_longrunning():
print("Waiting for operation to complete...")
response = operation.result()
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -1807,7 +1817,7 @@ def sample_analyze_move():
# Make the request
response = client.analyze_move(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ def sample_search_all_resources():
# Make the request
page_result = client.search_all_resources(request=request)
# Handle the response
for response in page_result:
print(response)
Expand Down Expand Up @@ -371,6 +373,8 @@ def sample_search_all_iam_policies():
# Make the request
page_result = client.search_all_iam_policies(request=request)
# Handle the response
for response in page_result:
print(response)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,8 @@ def sample_search_all_resources():
# Make the request
page_result = client.search_all_resources(request=request)
# Handle the response
for response in page_result:
print(response)
Expand Down Expand Up @@ -548,6 +550,8 @@ def sample_search_all_iam_policies():
# Make the request
page_result = client.search_all_iam_policies(request=request)
# Handle the response
for response in page_result:
print(response)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def sample_create_feed():
# Make the request
response = client.create_feed(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -333,7 +333,7 @@ def sample_get_feed():
# Make the request
response = client.get_feed(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -441,7 +441,7 @@ def sample_list_feeds():
# Make the request
response = client.list_feeds(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -545,7 +545,7 @@ def sample_update_feed():
# Make the request
response = client.update_feed(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -642,7 +642,7 @@ def sample_delete_feed():
)
# Make the request
response = client.delete_feed(request=request)
client.delete_feed(request=request)
Args:
request (Union[google.cloud.asset_v1p2beta1.types.DeleteFeedRequest, dict]):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ def sample_create_feed():
# Make the request
response = client.create_feed(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -529,7 +529,7 @@ def sample_get_feed():
# Make the request
response = client.get_feed(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -628,7 +628,7 @@ def sample_list_feeds():
# Make the request
response = client.list_feeds(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -723,7 +723,7 @@ def sample_update_feed():
# Make the request
response = client.update_feed(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -821,7 +821,7 @@ def sample_delete_feed():
)
# Make the request
response = client.delete_feed(request=request)
client.delete_feed(request=request)
Args:
request (Union[google.cloud.asset_v1p2beta1.types.DeleteFeedRequest, dict]):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def sample_analyze_iam_policy():
# Make the request
response = client.analyze_iam_policy(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -325,6 +325,8 @@ def sample_export_iam_policy_analysis():
print("Waiting for operation to complete...")
response = operation.result()
# Handle the response
print(response)
Args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def sample_analyze_iam_policy():
# Make the request
response = client.analyze_iam_policy(request=request)
# Handle response
# Handle the response
print(response)
Args:
Expand Down Expand Up @@ -504,6 +504,8 @@ def sample_export_iam_policy_analysis():
print("Waiting for operation to complete...")
response = operation.result()
# Handle the response
print(response)
Args:
Expand Down
Loading

0 comments on commit ad0bbf1

Please sign in to comment.