10000 chore: Update gapic-generator-python to v1.11.4 (#359) · googleapis/google-cloud-python@9252191 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9252191

Browse files
chore: Update gapic-generator-python to v1.11.4 (#359)
* chore: Update gapic-generator-python to v1.11.3 PiperOrigin-RevId: 546899192 Source-Link: googleapis/googleapis@e6b1691 Source-Link: googleapis/googleapis-gen@0b3917c Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMGIzOTE3YzQyMWNiZGE3ZmNiNjcwOTJlMTZjMzNmM2VhNDZmNGJjNyJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: Update gapic-generator-python to v1.11.4 PiperOrigin-RevId: 547897126 Source-Link: googleapis/googleapis@c09c75e Source-Link: googleapis/googleapis-gen@45e0ec4 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDVlMGVjNDM0MzUxN2NkMGFhNjZiNWNhNjQyMzJhMTgwMmMyZjk0NSJ9 * 🦉 Updates from OwlBot post-processor 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 e53892b commit 9252191

File tree

12 files changed

+115
-38
lines changed

12 files changed

+115
-38
lines changed

packages/google-analytics-admin/google/analytics/admin_v1alpha/services/analytics_admin_service/async_client.py

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@ async def delete_account(
564564
) -> None:
565565
r"""Marks target Account as soft-deleted (ie: "trashed")
566566
and returns it.
567+
567568
This API does not have a method to restore soft-deleted
568569
accounts. However, they can be restored using the Trash
569570
Can UI.
@@ -1245,6 +1246,7 @@ async def delete_property(
12451246
) -> resources.Property:
12461247
r"""Marks target Property as soft-deleted (ie: "trashed")
12471248
and returns it.
1249+
12481250
This API does not have a method to restore soft-deleted
12491251
properties. However, they can be restored using the
12501252
Trash Can UI.
@@ -3463,6 +3465,7 @@ async def sample_get_measurement_protocol_secret():
34633465
name (:class:`str`):
34643466
Required. The name of the measurement
34653467
protocol secret to lookup. Format:
3468+
34663469
properties/{property}/dataStreams/{dataStream}/measurementProtocolSecrets/{measurementProtocolSecret}
34673470

34683471
This corresponds to the ``name`` field
@@ -3570,6 +3573,7 @@ async def sample_list_measurement_protocol_secrets():
35703573
parent (:class:`str`):
35713574
Required. The resource name of the
35723575
parent stream. Format:
3576+
35733577
properties/{property}/dataStreams/{dataStream}/measurementProtocolSecrets
35743578

35753579
This corresponds to the ``parent`` field
@@ -3806,6 +3810,7 @@ async def sample_delete_measurement_protocol_secret():
38063810
Required. The name of the
38073811
MeasurementProtocolSecret to delete.
38083812
Format:
3813+
38093814
properties/{property}/dataStreams/{dataStream}/measurementProtocolSecrets/{measurementProtocolSecret}
38103815

38113816
This corresponds to the ``name`` field
@@ -5976,10 +5981,12 @@ async def cancel_display_video360_advertiser_link_proposal(
59765981
) -> resources.DisplayVideo360AdvertiserLinkProposal:
59775982
r"""Cancels a DisplayVideo360AdvertiserLinkProposal.
59785983
Cancelling can mean either:
5984+
59795985
- Declining a proposal initiated from Display & Video
5980-
360 - Withdrawing a proposal initiated from Google
5981-
Analytics After being cancelled, a proposal will
5982-
eventually be deleted automatically.
5986+
360
5987+
- Withdrawing a proposal initiated from Google Analytics
5988+
After being cancelled, a proposal will eventually be
5989+
deleted automatically.
59835990

59845991
.. code-block:: python
59855992

@@ -7192,6 +7199,7 @@ async def sample_get_data_retention_settings():
71927199
name (:class:`str`):
71937200
Required. The name of the settings to
71947201
lookup. Format:
7202+
71957203
properties/{property}/dataRetentionSettings
71967204
Example:
71977205
"properties/1000/dataRetentionSettings"
@@ -9366,6 +9374,7 @@ async def sample_create_access_binding():
93669374
CreateAccessBinding RPC.
93679375
parent (:class:`str`):
93689376
Required. Formats:
9377+
93699378
- accounts/{account}
93709379
- properties/{property}
93719380

@@ -9479,10 +9488,11 @@ async def sample_get_access_binding():
94799488
name (:class:`str`):
94809489
Required. The name of the access
94819490
binding to retrieve. Formats:
9491+
94829492
-
9483-
accounts/{account}/accessBindings/{accessBinding}
9493+
accounts/{account}/accessBindings/{accessBinding}
94849494
-
9485-
properties/{property}/accessBindings/{accessBinding}
9495+
properties/{property}/accessBindings/{accessBinding}
94869496

94879497
This corresponds to the ``name`` field
94889498
on the ``request`` instance; if ``request`` is provided, this
@@ -9692,10 +9702,11 @@ async def sample_delete_access_binding():
96929702
DeleteAccessBinding RPC.
96939703
name (:class:`str`):
96949704
Required. Formats:
9705+
96959706
-
9696-
accounts/{account}/accessBindings/{accessBinding}
9707+
accounts/{account}/accessBindings/{accessBinding}
96979708
-
9698-
properties/{property}/accessBindings/{accessBinding}
9709+
properties/{property}/accessBindings/{accessBinding}
96999710

97009711
This corresponds to the ``name`` field
97019712
on the ``request`` instance; if ``request`` is provided, this
@@ -9791,6 +9802,7 @@ async def sample_list_access_bindings():
97919802
ListAccessBindings RPC.
97929803
parent (:class:`str`):
97939804
Required. Formats:
9805+
97949806
- accounts/{account}
97959807
- properties/{property}
97969808

@@ -13208,6 +13220,7 @@ async def sample_delete_event_create_rule():
1320813220
DeleteEventCreateRule RPC.
1320913221
name (:class:`str`):
1321013222
Required. Example format:
13223+
1321113224
properties/123/dataStreams/456/eventCreateRules/789
1321213225

1321313226
This corresponds to the ``name`` field

packages/google-analytics-admin/google/analytics/admin_v1alpha/services/analytics_admin_service/client.py

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1137,6 +1137,7 @@ def delete_account(
11371137
) -> None:
11381138
r"""Marks target Account as soft-deleted (ie: "trashed")
11391139
and returns it.
1140+
11401141
This API does not have a method to restore soft-deleted
11411142
accounts. However, they can be restored using the Trash
11421143
Can UI.
@@ -1821,6 +1822,7 @@ def delete_property(
18211822
) -> resources.Property:
18221823
r"""Marks target Property as soft-deleted (ie: "trashed")
18231824
and returns it.
1825+
18241826
This API does not have a method to restore soft-deleted
18251827
properties. However, they can be restored using the
18261828
Trash Can UI.
@@ -4046,6 +4048,7 @@ def sample_get_measurement_protocol_secret():
40464048
name (str):
40474049
Required. The name of the measurement
40484050
protocol secret to lookup. Format:
4051+
40494052
properties/{property}/dataStreams/{dataStream}/measurementProtocolSecrets/{measurementProtocolSecret}
40504053

40514054
This corresponds to the ``name`` field
@@ -4155,6 +4158,7 @@ def sample_list_measurement_protocol_secrets():
41554158
parent (str):
41564159
Required. The resource name of the
41574160
parent stream. Format:
4161+
41584162
properties/{property}/dataStreams/{dataStream}/measurementProtocolSecrets
41594163

41604164
This corresponds to the ``parent`` field
@@ -4399,6 +4403,7 @@ def sample_delete_measurement_protocol_secret():
43994403
Required. The name of the
44004404
MeasurementProtocolSecret to delete.
44014405
Format:
4406+
44024407
properties/{property}/dataStreams/{dataStream}/measurementProtocolSecrets/{measurementProtocolSecret}
44034408

44044409
This corresponds to the ``name`` field
@@ -6642,10 +6647,12 @@ def cancel_display_video360_advertiser_link_proposal(
66426647
) -> resources.DisplayVideo360AdvertiserLinkProposal:
66436648
r"""Cancels a DisplayVideo360AdvertiserLinkProposal.
66446649
Cancelling can mean either:
6650+
66456651
- Declining a proposal initiated from Display & Video
6646-
360 - Withdrawing a proposal initiated from Google
6647-
Analytics After being cancelled, a proposal will
6648-
eventually be deleted automatically.
6652+
360
6653+
- Withdrawing a proposal initiated from Google Analytics
6654+
After being cancelled, a proposal will eventually be
6655+
deleted automatically.
66496656

66506657
.. code-block:: python
66516658

@@ -7865,6 +7872,7 @@ def sample_get_data_retention_settings():
78657872
name (str):
78667873
Required. The name of the settings to
78677874
lookup. Format:
7875+
78687876
properties/{property}/dataRetentionSettings
78697877
Example:
78707878
"properties/1000/dataRetentionSettings"
@@ -10053,6 +10061,7 @@ def sample_create_access_binding():
1005310061
CreateAccessBinding RPC.
1005410062
parent (str):
1005510063
Required. Formats:
10064+
1005610065
- accounts/{account}
1005710066
- properties/{property}
1005810067

@@ -10166,10 +10175,11 @@ def sample_get_access_binding():
1016610175
name (str):
1016710176
Required. The name of the access
1016810177
binding to retrieve. Formats:
10178+
1016910179
-
10170-
accounts/{account}/accessBindings/{accessBinding}
10180+
accounts/{account}/accessBindings/{accessBinding}
1017110181
-
10172-
properties/{property}/accessBindings/{accessBinding}
10182+
properties/{property}/accessBindings/{accessBinding}
1017310183

1017410184
This corresponds to the ``name`` field
1017510185
on the ``request`` instance; if ``request`` is provided, this
@@ -10379,10 +10389,11 @@ def sample_delete_access_binding():
1037910389
DeleteAccessBinding RPC.
1038010390
name (str):
1038110391
Required. Formats:
10392+
1038210393
-
10383-
accounts/{account}/accessBindings/{accessBinding}
10394+
accounts/{account}/accessBindings/{accessBinding}
1038410395
-
10385-
properties/{property}/accessBindings/{accessBinding}
10396+
properties/{property}/accessBindings/{accessBinding}
1038610397

1038710398
This corresponds to the ``name`` field
1038810399
on the ``request`` instance; if ``request`` is provided, this
@@ -10478,6 +10489,7 @@ def sample_list_access_bindings():
1047810489
ListAccessBindings RPC.
1047910490
parent (str):
1048010491
Required. Formats:
10492+
1048110493
- accounts/{account}
1048210494
- properties/{property}
1048310495

@@ -13937,6 +13949,7 @@ def sample_delete_event_create_rule():
1393713949
DeleteEventCreateRule RPC.
1393813950
name (str):
1393913951
Required. Example format:
13952+
1394013953
properties/123/dataStreams/456/eventCreateRules/789
1394113954

1394213955
This corresponds to the ``name`` field

packages/google-analytics-admin/google/analytics/admin_v1alpha/services/analytics_admin_service/transports/grpc.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ def delete_account(
305305
306306
Marks target Account as soft-deleted (ie: "trashed")
307307
and returns it.
308+
308309
This API does not have a method to restore soft-deleted
309310
accounts. However, they can be restored using the Trash
310311
Can UI.
@@ -513,6 +514,7 @@ def delete_property(
513514
514515
Marks target Property as soft-deleted (ie: "trashed")
515516
and returns it.
517+
516518
This API does not have a method to restore soft-deleted
517519
properties. However, they can be restored using the
518520
Trash Can UI.
@@ -1857,10 +1859,12 @@ def cancel_display_video360_advertiser_link_proposal(
18571859
18581860
Cancels a DisplayVideo360AdvertiserLinkProposal.
18591861
Cancelling can mean either:
1862+
18601863
- Declining a proposal initiated from Display & Video
1861-
360 - Withdrawing a proposal initiated from Google
1862-
Analytics After being cancelled, a proposal will
1863-
eventually be deleted automatically.
1864+
360
1865+
- Withdrawing a proposal initiated from Google Analytics
1866+
After being cancelled, a proposal will eventually be
1867+
deleted automatically.
18641868
18651869
Returns:
18661870
Callable[[~.CancelDisplayVideo360AdvertiserLinkProposalRequest],

packages/google-analytics-admin/google/analytics/admin_v1alpha/services/analytics_admin_service/transports/grpc_asyncio.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ def delete_account(
309309
310310
Marks target Account as soft-deleted (ie: "trashed")
311311
and returns it.
312+
312313
This API does not have a method to restore soft-deleted
313314
accounts. However, they can be restored using the Trash
314315
Can UI.
@@ -522,6 +523,7 @@ def delete_property(
522523
523524
Marks target Property as soft-deleted (ie: "trashed")
524525
and returns it.
526+
525527
This API does not have a method to restore soft-deleted
526528
properties. However, they can be restored using the
527529
Trash Can UI.
@@ -1891,10 +1893,12 @@ def cancel_display_video360_advertiser_link_proposal(
18911893
18921894
Cancels a DisplayVideo360AdvertiserLinkProposal.
18931895
Cancelling can mean either:
1896+
18941897
- Declining a proposal initiated from Display & Video
1895-
360 - Withdrawing a proposal initiated from Google
1896-
Analytics After being cancelled, a proposal will
1897-
eventually be deleted automatically.
1898+
360
1899+
- Withdrawing a proposal initiated from Google Analytics
1900+
After being cancelled, a proposal will eventually be
1901+
deleted automatically.
18981902
18991903
Returns:
19001904
Callable[[~.CancelDisplayVideo360AdvertiserLinkProposalRequest],

0 commit comments

Comments
 (0)
0