Skip to content

Commit ffc3285

Browse files
chore: use gapic-generator-python 0.63.2 (#189)
* 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>
1 parent de83791 commit ffc3285

16 files changed

+28
-28
lines changed

packages/google-analytics-data/google/analytics/data_v1beta/services/beta_analytics_data/async_client.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def sample_run_report():
236236
# Make the request
237237
response = client.run_report(request=request)
238238
239-
# Handle response
239+
# Handle the response
240240
print(response)
241241
242242
Args:
@@ -308,7 +308,7 @@ def sample_run_pivot_report():
308308
# Make the request
309309
response = client.run_pivot_report(request=request)
310310
311-
# Handle response
311+
# Handle the response
312312
print(response)
313313
314314
Args:
@@ -377,7 +377,7 @@ def sample_batch_run_reports():
377377
# Make the request
378378
response = client.batch_run_reports(request=request)
379379
380-
# Handle response
380+
# Handle the response
381381
print(response)
382382
383383
Args:
@@ -446,7 +446,7 @@ def sample_batch_run_pivot_reports():
446446
# Make the request
447447
response = client.batch_run_pivot_reports(request=request)
448448
449-
# Handle response
449+
# Handle the response
450450
print(response)
451451
452452
Args:
@@ -526,7 +526,7 @@ def sample_get_metadata():
526526
# Make the request
527527
response = client.get_metadata(request=request)
528528
529-
# Handle response
529+
# Handle the response
530530
print(response)
531531
532532
Args:
@@ -628,7 +628,7 @@ def sample_run_realtime_report():
628628
# Make the request
629629
response = client.run_realtime_report(request=request)
630630
631-
# Handle response
631+
# Handle the response
632632
print(response)
633633
634634
Args:
@@ -706,7 +706,7 @@ def sample_check_compatibility():
706706
# Make the request
707707
response = client.check_compatibility(request=request)
708708
709-
# Handle response
709+
# Handle the response
710710
print(response)
711711
712712
Args:

packages/google-analytics-data/google/analytics/data_v1beta/services/beta_analytics_data/client.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ def sample_run_report():
431431
# Make the request
432432
response = client.run_report(request=request)
433433
434-
# Handle response
434+
# Handle the response
435435
print(response)
436436
437437
Args:
@@ -505,7 +505,7 @@ def sample_run_pivot_report():
505505
# Make the request
506506
response = client.run_pivot_report(request=request)
507507
508-
# Handle response
508+
# Handle the response
509509
print(response)
510510
511511
Args:
@@ -576,7 +576,7 @@ def sample_batch_run_reports():
576576
# Make the request
577577
response = client.batch_run_reports(request=request)
578578
579-
# Handle response
579+
# Handle the response
580580
print(response)
581581
582582
Args:
@@ -647,7 +647,7 @@ def sample_batch_run_pivot_reports():
647647
# Make the request
648648
response = client.batch_run_pivot_reports(request=request)
649649
650-
# Handle response
650+
# Handle the response
651651
print(response)
652652
653653
Args:
@@ -729,7 +729,7 @@ def sample_get_metadata():
729729
# Make the request
730730
response = client.get_metadata(request=request)
731731
732-
# Handle response
732+
# Handle the response
733733
print(response)
734734
735735
Args:
@@ -832,7 +832,7 @@ def sample_run_realtime_report():
832832
# Make the request
833833
response = client.run_realtime_report(request=request)
834834
835-
# Handle response
835+
# Handle the response
836836
print(response)
837837
838838
Args:
@@ -912,7 +912,7 @@ def sample_check_compatibility():
912912
# Make the request
913913
response = client.check_compatibility(request=request)
914914
915-
# Handle response
915+
# Handle the response
916916
print(response)
917917
918918
Args:

packages/google-analytics-data/samples/generated_samples/analyticsdata_generated_data_v1beta_beta_analytics_data_batch_run_pivot_reports_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ async def sample_batch_run_pivot_reports():
3838
# Make the request
3939
response = await client.batch_run_pivot_reports(request=request)
4040

41-
# Handle response
41+
# Handle the response
4242
print(response)
4343

4444
# [END analyticsdata_generated_data_v1beta_BetaAnalyticsData_BatchRunPivotReports_async]

packages/google-analytics-data/samples/generated_samples/analyticsdata_generated_data_v1beta_beta_analytics_data_batch_run_pivot_reports_sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def sample_batch_run_pivot_reports():
3838
# Make the request
3939
response = client.batch_run_pivot_reports(request=request)
4040

41-
# Handle response
41+
# Handle the response
4242
print(response)
4343

4444
# [END analyticsdata_generated_data_v1beta_BetaAnalyticsData_BatchRunPivotReports_sync]

packages/google-analytics-data/samples/generated_samples/analyticsdata_generated_data_v1beta_beta_analytics_data_batch_run_reports_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ async def sample_batch_run_reports():
3838
# Make the request
3939
response = await client.batch_run_reports(request=request)
4040

41-
# Handle response
41+
# Handle the response
4242
print(response)
4343

4444
# [END analyticsdata_generated_data_v1beta_BetaAnalyticsData_BatchRunReports_async]

packages/google-analytics-data/samples/generated_samples/analyticsdata_generated_data_v1beta_beta_analytics_data_batch_run_reports_sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def sample_batch_run_reports():
3838
# Make the request
3939
response = client.batch_run_reports(request=request)
4040

41-
# Handle response
41+
# Handle the response
4242
print(response)
4343

4444
# [END analyticsdata_generated_data_v1beta_BetaAnalyticsData_BatchRunReports_sync]

packages/google-analytics-data/samples/generated_samples/analyticsdata_generated_data_v1beta_beta_analytics_data_check_compatibility_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ async def sample_check_compatibility():
3838
# Make the request
3939
response = await client.check_compatibility(request=request)
4040

41-
# Handle response
41+
# Handle the response
4242
print(response)
4343

4444
# [END analyticsdata_generated_data_v1beta_BetaAnalyticsData_CheckCompatibility_async]

packages/google-analytics-data/samples/generated_samples/analyticsdata_generated_data_v1beta_beta_analytics_data_check_compatibility_sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def sample_check_compatibility():
3838
# Make the request
3939
response = client.check_compatibility(request=request)
4040

41-
# Handle response
41+
# Handle the response
4242
print(response)
4343

4444
# [END analyticsdata_generated_data_v1beta_BetaAnalyticsData_CheckCompatibility_sync]

packages/google-analytics-data/samples/generated_samples/analyticsdata_generated_data_v1beta_beta_analytics_data_get_metadata_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ async def sample_get_metadata():
3939
# Make the request
4040
response = await client.get_metadata(request=request)
4141

42-
# Handle response
42+
# Handle the response
4343
print(response)
4444

4545
# [END analyticsdata_generated_data_v1beta_BetaAnalyticsData_GetMetadata_async]

packages/google-analytics-data/samples/generated_samples/analyticsdata_generated_data_v1beta_beta_analytics_data_get_metadata_sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def sample_get_metadata():
3939
# Make the request
4040
response = client.get_metadata(request=request)
4141

42-
# Handle response
42+
# Handle the response
4343
print(response)
4444

4545
# [END analyticsdata_generated_data_v1beta_BetaAnalyticsData_GetMetadata_sync]

0 commit comments

Comments
 (0)