From af04c241666c3d3b90edbcb0ebeabac7b5d0d1ad Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 09:17:14 -0400 Subject: [PATCH] docs: Fix formatting of request arg in docstring (#335) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: Fix formatting of request arg in docstring chore: Update gapic-generator-python to v1.9.1 PiperOrigin-RevId: 518604533 Source-Link: https://github.com/googleapis/googleapis/commit/8a085aeddfa010af5bcef090827aac5255383d7e Source-Link: https://github.com/googleapis/googleapis-gen/commit/b2ab4b0a0ae2907e812c209198a74e0898afcb04 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjJhYjRiMGEwYWUyOTA3ZTgxMmMyMDkxOThhNzRlMDg5OGFmY2IwNCJ9 * 🦉 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 --- .../analytics_admin_service/async_client.py | 61 ++++++----- .../analytics_admin_service/client.py | 61 ++++++----- .../transports/rest.py | 102 ------------------ .../analytics_admin_service/async_client.py | 11 +- .../analytics_admin_service/client.py | 11 +- .../transports/rest.py | 44 -------- 6 files changed, 80 insertions(+), 210 deletions(-) diff --git a/packages/google-analytics-admin/google/analytics/admin_v1alpha/services/analytics_admin_service/async_client.py b/packages/google-analytics-admin/google/analytics/admin_v1alpha/services/analytics_admin_service/async_client.py index b0ca00ed0ea8..2f4b4c9de3e3 100644 --- a/packages/google-analytics-admin/google/analytics/admin_v1alpha/services/analytics_admin_service/async_client.py +++ b/packages/google-analytics-admin/google/analytics/admin_v1alpha/services/analytics_admin_service/async_client.py @@ -490,8 +490,7 @@ async def sample_list_accounts(): Args: request (Optional[Union[google.analytics.admin_v1alpha.types.ListAccountsRequest, dict]]): - The request object. Request message for ListAccounts - RPC. + The request object. Request message for ListAccounts RPC. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1597,8 +1596,8 @@ async def sample_batch_get_user_links(): Args: request (Optional[Union[google.analytics.admin_v1alpha.types.BatchGetUserLinksRequest, dict]]): - The request object. Request message for - BatchGetUserLinks RPC. + The request object. Request message for BatchGetUserLinks + RPC. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1903,14 +1902,16 @@ async def sample_create_user_link(): request (Optional[Union[google.analytics.admin_v1alpha.types.CreateUserLinkRequest, dict]]): The request object. Request message for CreateUserLink RPC. - Users can have multiple email addresses associated with - their Google account, and one of these email addresses - is the "primary" email address. Any of the email - addresses associated with a Google account may be used - for a new UserLink, but the returned UserLink will - always contain the "primary" email address. As a result, - the input and output email address for this request may - differ. + Users can have multiple email addresses + associated with their Google account, + and one of these email addresses is the + "primary" email address. Any of the + email addresses associated with a Google + account may be used for a new UserLink, + but the returned UserLink will always + contain the "primary" email address. As + a result, the input and output email + address for this request may differ. parent (:class:`str`): Required. Example format: accounts/1234 @@ -2668,8 +2669,8 @@ async def sample_list_firebase_links(): Args: request (Optional[Union[google.analytics.admin_v1alpha.types.ListFirebaseLinksRequest, dict]]): - The request object. Request message for - ListFirebaseLinks RPC + The request object. Request message for ListFirebaseLinks + RPC parent (:class:`str`): Required. Format: properties/{property_id} Example: properties/1234 @@ -5424,7 +5425,8 @@ async def sample_get_display_video360_advertiser_link_proposal(): Args: request (Optional[Union[google.analytics.admin_v1alpha.types.GetDisplayVideo360AdvertiserLinkProposalRequest, dict]]): The request object. Request message for - GetDisplayVideo360AdvertiserLinkProposal RPC. + GetDisplayVideo360AdvertiserLinkProposal + RPC. name (:class:`str`): Required. The name of the DisplayVideo360AdvertiserLinkProposal to @@ -5543,7 +5545,8 @@ async def sample_list_display_video360_advertiser_link_proposals(): Args: request (Optional[Union[google.analytics.admin_v1alpha.types.ListDisplayVideo360AdvertiserLinkProposalsRequest, dict]]): The request object. Request message for - ListDisplayVideo360AdvertiserLinkProposals RPC. + ListDisplayVideo360AdvertiserLinkProposals + RPC. parent (:class:`str`): Required. Example format: properties/1234 @@ -5666,7 +5669,8 @@ async def sample_create_display_video360_advertiser_link_proposal(): Args: request (Optional[Union[google.analytics.admin_v1alpha.types.CreateDisplayVideo360AdvertiserLinkProposalRequest, dict]]): The request object. Request message for - CreateDisplayVideo360AdvertiserLinkProposal RPC. + CreateDisplayVideo360AdvertiserLinkProposal + RPC. parent (:class:`str`): Required. Example format: properties/1234 @@ -5791,7 +5795,8 @@ async def sample_delete_display_video360_advertiser_link_proposal(): Args: request (Optional[Union[google.analytics.admin_v1alpha.types.DeleteDisplayVideo360AdvertiserLinkProposalRequest, dict]]): The request object. Request message for - DeleteDisplayVideo360AdvertiserLinkProposal RPC. + DeleteDisplayVideo360AdvertiserLinkProposal + RPC. name (:class:`str`): Required. The name of the DisplayVideo360AdvertiserLinkProposal to @@ -5895,7 +5900,8 @@ async def sample_approve_display_video360_advertiser_link_proposal(): Args: request (Optional[Union[google.analytics.admin_v1alpha.types.ApproveDisplayVideo360AdvertiserLinkProposalRequest, dict]]): The request object. Request message for - ApproveDisplayVideo360AdvertiserLinkProposal RPC. + ApproveDisplayVideo360AdvertiserLinkProposal + RPC. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -5987,7 +5993,8 @@ async def sample_cancel_display_video360_advertiser_link_proposal(): Args: request (Optional[Union[google.analytics.admin_v1alpha.types.CancelDisplayVideo360AdvertiserLinkProposalRequest, dict]]): The request object. Request message for - CancelDisplayVideo360AdvertiserLinkProposal RPC. + CancelDisplayVideo360AdvertiserLinkProposal + RPC. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -6852,8 +6859,8 @@ async def sample_list_custom_metrics(): Args: request (Optional[Union[google.analytics.admin_v1alpha.types.ListCustomMetricsRequest, dict]]): - The request object. Request message for - ListCustomMetrics RPC. + The request object. Request message for ListCustomMetrics + RPC. parent (:class:`str`): Required. Example format: properties/1234 @@ -10774,7 +10781,8 @@ async def sample_set_automated_ga4_configuration_opt_out(): Args: request (Optional[Union[google.analytics.admin_v1alpha.types.SetAutomatedGa4ConfigurationOptOutRequest, dict]]): The request object. Request for setting the opt out - status for the automated GA4 setup process. + status for the automated GA4 setup + process. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -10853,7 +10861,8 @@ async def sample_fetch_automated_ga4_configuration_opt_out(): Args: request (Optional[Union[google.analytics.admin_v1alpha.types.FetchAutomatedGa4ConfigurationOptOutRequest, dict]]): The request object. Request for fetching the opt out - status for the automated GA4 setup process. + status for the automated GA4 setup + process. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -11033,8 +11042,8 @@ async def sample_list_big_query_links(): Args: request (Optional[Union[google.analytics.admin_v1alpha.types.ListBigQueryLinksRequest, dict]]): - The request object. Request message for - ListBigQueryLinks RPC. + The request object. Request message for ListBigQueryLinks + RPC. parent (:class:`str`): Required. The name of the property to list BigQuery links under. Format: properties/{property_id} Example: diff --git a/packages/google-analytics-admin/google/analytics/admin_v1alpha/services/analytics_admin_service/client.py b/packages/google-analytics-admin/google/analytics/admin_v1alpha/services/analytics_admin_service/client.py index e4463208d909..b01e9174ecb1 100644 --- a/packages/google-analytics-admin/google/analytics/admin_v1alpha/services/analytics_admin_service/client.py +++ b/packages/google-analytics-admin/google/analytics/admin_v1alpha/services/analytics_admin_service/client.py @@ -1016,8 +1016,7 @@ def sample_list_accounts(): Args: request (Union[google.analytics.admin_v1alpha.types.ListAccountsRequest, dict]): - The request object. Request message for ListAccounts - RPC. + The request object. Request message for ListAccounts RPC. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2127,8 +2126,8 @@ def sample_batch_get_user_links(): Args: request (Union[google.analytics.admin_v1alpha.types.BatchGetUserLinksRequest, dict]): - The request object. Request message for - BatchGetUserLinks RPC. + The request object. Request message for BatchGetUserLinks + RPC. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2435,14 +2434,16 @@ def sample_create_user_link(): request (Union[google.analytics.admin_v1alpha.types.CreateUserLinkRequest, dict]): The request object. Request message for CreateUserLink RPC. - Users can have multiple email addresses associated with - their Google account, and one of these email addresses - is the "primary" email address. Any of the email - addresses associated with a Google account may be used - for a new UserLink, but the returned UserLink will - always contain the "primary" email address. As a result, - the input and output email address for this request may - differ. + Users can have multiple email addresses + associated with their Google account, + and one of these email addresses is the + "primary" email address. Any of the + email addresses associated with a Google + account may be used for a new UserLink, + but the returned UserLink will always + contain the "primary" email address. As + a result, the input and output email + address for this request may differ. parent (str): Required. Example format: accounts/1234 @@ -3203,8 +3204,8 @@ def sample_list_firebase_links(): Args: request (Union[google.analytics.admin_v1alpha.types.ListFirebaseLinksRequest, dict]): - The request object. Request message for - ListFirebaseLinks RPC + The request object. Request message for ListFirebaseLinks + RPC parent (str): Required. Format: properties/{property_id} Example: properties/1234 @@ -6017,7 +6018,8 @@ def sample_get_display_video360_advertiser_link_proposal(): Args: request (Union[google.analytics.admin_v1alpha.types.GetDisplayVideo360AdvertiserLinkProposalRequest, dict]): The request object. Request message for - GetDisplayVideo360AdvertiserLinkProposal RPC. + GetDisplayVideo360AdvertiserLinkProposal + RPC. name (str): Required. The name of the DisplayVideo360AdvertiserLinkProposal to @@ -6140,7 +6142,8 @@ def sample_list_display_video360_advertiser_link_proposals(): Args: request (Union[google.analytics.admin_v1alpha.types.ListDisplayVideo360AdvertiserLinkProposalsRequest, dict]): The request object. Request message for - ListDisplayVideo360AdvertiserLinkProposals RPC. + ListDisplayVideo360AdvertiserLinkProposals + RPC. parent (str): Required. Example format: properties/1234 @@ -6267,7 +6270,8 @@ def sample_create_display_video360_advertiser_link_proposal(): Args: request (Union[google.analytics.admin_v1alpha.types.CreateDisplayVideo360AdvertiserLinkProposalRequest, dict]): The request object. Request message for - CreateDisplayVideo360AdvertiserLinkProposal RPC. + CreateDisplayVideo360AdvertiserLinkProposal + RPC. parent (str): Required. Example format: properties/1234 @@ -6398,7 +6402,8 @@ def sample_delete_display_video360_advertiser_link_proposal(): Args: request (Union[google.analytics.admin_v1alpha.types.DeleteDisplayVideo360AdvertiserLinkProposalRequest, dict]): The request object. Request message for - DeleteDisplayVideo360AdvertiserLinkProposal RPC. + DeleteDisplayVideo360AdvertiserLinkProposal + RPC. name (str): Required. The name of the DisplayVideo360AdvertiserLinkProposal to @@ -6508,7 +6513,8 @@ def sample_approve_display_video360_advertiser_link_proposal(): Args: request (Union[google.analytics.admin_v1alpha.types.ApproveDisplayVideo360AdvertiserLinkProposalRequest, dict]): The request object. Request message for - ApproveDisplayVideo360AdvertiserLinkProposal RPC. + ApproveDisplayVideo360AdvertiserLinkProposal + RPC. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -6607,7 +6613,8 @@ def sample_cancel_display_video360_advertiser_link_proposal(): Args: request (Union[google.analytics.admin_v1alpha.types.CancelDisplayVideo360AdvertiserLinkProposalRequest, dict]): The request object. Request message for - CancelDisplayVideo360AdvertiserLinkProposal RPC. + CancelDisplayVideo360AdvertiserLinkProposal + RPC. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -7479,8 +7486,8 @@ def sample_list_custom_metrics(): Args: request (Union[google.analytics.admin_v1alpha.types.ListCustomMetricsRequest, dict]): - The request object. Request message for - ListCustomMetrics RPC. + The request object. Request message for ListCustomMetrics + RPC. parent (str): Required. Example format: properties/1234 @@ -11427,7 +11434,8 @@ def sample_set_automated_ga4_configuration_opt_out(): Args: request (Union[google.analytics.admin_v1alpha.types.SetAutomatedGa4ConfigurationOptOutRequest, dict]): The request object. Request for setting the opt out - status for the automated GA4 setup process. + status for the automated GA4 setup + process. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -11511,7 +11519,8 @@ def sample_fetch_automated_ga4_configuration_opt_out(): Args: request (Union[google.analytics.admin_v1alpha.types.FetchAutomatedGa4ConfigurationOptOutRequest, dict]): The request object. Request for fetching the opt out - status for the automated GA4 setup process. + status for the automated GA4 setup + process. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -11698,8 +11707,8 @@ def sample_list_big_query_links(): Args: request (Union[google.analytics.admin_v1alpha.types.ListBigQueryLinksRequest, dict]): - The request object. Request message for - ListBigQueryLinks RPC. + The request object. Request message for ListBigQueryLinks + RPC. parent (str): Required. The name of the property to list BigQuery links under. Format: properties/{property_id} Example: diff --git a/packages/google-analytics-admin/google/analytics/admin_v1alpha/services/analytics_admin_service/transports/rest.py b/packages/google-analytics-admin/google/analytics/admin_v1alpha/services/analytics_admin_service/transports/rest.py index 5eaaadef547d..8b7cfa00413d 100644 --- a/packages/google-analytics-admin/google/analytics/admin_v1alpha/services/analytics_admin_service/transports/rest.py +++ b/packages/google-analytics-admin/google/analytics/admin_v1alpha/services/analytics_admin_service/transports/rest.py @@ -3330,7 +3330,6 @@ def __call__( request (~.analytics_admin.AcknowledgeUserDataCollectionRequest): The request object. Request message for AcknowledgeUserDataCollection RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -3435,7 +3434,6 @@ def __call__( The request object. Request message for ApproveDisplayVideo360AdvertiserLinkProposal RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -3552,7 +3550,6 @@ def __call__( request (~.analytics_admin.ArchiveAudienceRequest): The request object. Request message for ArchiveAudience RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -3639,7 +3636,6 @@ def __call__( request (~.analytics_admin.ArchiveCustomDimensionRequest): The request object. Request message for ArchiveCustomDimension RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -3726,7 +3722,6 @@ def __call__( request (~.analytics_admin.ArchiveCustomMetricRequest): The request object. Request message for ArchiveCustomMetric RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -3813,7 +3808,6 @@ def __call__( request (~.analytics_admin.AuditUserLinksRequest): The request object. Request message for AuditUserLinks RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -3920,7 +3914,6 @@ def __call__( request (~.analytics_admin.BatchCreateAccessBindingsRequest): The request object. Request message for BatchCreateAccessBindings RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -4026,7 +4019,6 @@ def __call__( request (~.analytics_admin.BatchCreateUserLinksRequest): The request object. Request message for BatchCreateUserLinks RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -4133,7 +4125,6 @@ def __call__( request (~.analytics_admin.BatchDeleteAccessBindingsRequest): The request object. Request message for BatchDeleteAccessBindings RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -4225,7 +4216,6 @@ def __call__( request (~.analytics_admin.BatchDeleteUserLinksRequest): The request object. Request message for BatchDeleteUserLinks RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -4319,7 +4309,6 @@ def __call__( request (~.analytics_admin.BatchGetAccessBindingsRequest): The request object. Request message for BatchGetAccessBindings RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -4417,7 +4406,6 @@ def __call__( request (~.analytics_admin.BatchGetUserLinksRequest): The request object. Request message for BatchGetUserLinks RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -4514,7 +4502,6 @@ def __call__( request (~.analytics_admin.BatchUpdateAccessBindingsRequest): The request object. Request message for BatchUpdateAccessBindings RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -4620,7 +4607,6 @@ def __call__( request (~.analytics_admin.BatchUpdateUserLinksRequest): The request object. Request message for BatchUpdateUserLinks RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -4728,7 +4714,6 @@ def __call__( The request object. Request message for CancelDisplayVideo360AdvertiserLinkProposal RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -4847,7 +4832,6 @@ def __call__( request (~.analytics_admin.CreateAccessBindingRequest): The request object. Request message for CreateAccessBinding RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -4953,7 +4937,6 @@ def __call__( request (~.analytics_admin.CreateAudienceRequest): The request object. Request message for CreateAudience RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -5052,7 +5035,6 @@ def __call__( request (~.analytics_admin.CreateConnectedSiteTagRequest): The request object. Request message for CreateConnectedSiteTag RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -5153,7 +5135,6 @@ def __call__( request (~.analytics_admin.CreateConversionEventRequest): The request object. Request message for CreateConversionEvent RPC - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -5254,7 +5235,6 @@ def __call__( request (~.analytics_admin.CreateCustomDimensionRequest): The request object. Request message for CreateCustomDimension RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -5353,7 +5333,6 @@ def __call__( request (~.analytics_admin.CreateCustomMetricRequest): The request object. Request message for CreateCustomMetric RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -5452,7 +5431,6 @@ def __call__( request (~.analytics_admin.CreateDataStreamRequest): The request object. Request message for CreateDataStream RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -5554,7 +5532,6 @@ def __call__( request (~.analytics_admin.CreateDisplayVideo360AdvertiserLinkRequest): The request object. Request message for CreateDisplayVideo360AdvertiserLink RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -5662,7 +5639,6 @@ def __call__( The request object. Request message for CreateDisplayVideo360AdvertiserLinkProposal RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -5781,7 +5757,6 @@ def __call__( request (~.analytics_admin.CreateExpandedDataSetRequest): The request object. Request message for CreateExpandedDataSet RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -5882,7 +5857,6 @@ def __call__( request (~.analytics_admin.CreateFirebaseLinkRequest): The request object. Request message for CreateFirebaseLink RPC - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -5983,7 +5957,6 @@ def __call__( request (~.analytics_admin.CreateGoogleAdsLinkRequest): The request object. Request message for CreateGoogleAdsLink RPC - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -6085,7 +6058,6 @@ def __call__( request (~.analytics_admin.CreateMeasurementProtocolSecretRequest): The request object. Request message for CreateMeasurementProtocolSecret RPC - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -6191,7 +6163,6 @@ def __call__( request (~.analytics_admin.CreatePropertyRequest): The request object. Request message for CreateProperty RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -6290,7 +6261,6 @@ def __call__( request (~.analytics_admin.CreateSearchAds360LinkRequest): The request object. Request message for CreateSearchAds360Link RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -6401,7 +6371,6 @@ def __call__( contain the "primary" email address. As a result, the input and output email address for this request may differ. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -6508,7 +6477,6 @@ def __call__( request (~.analytics_admin.DeleteAccessBindingRequest): The request object. Request message for DeleteAccessBinding RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -6590,7 +6558,6 @@ def __call__( request (~.analytics_admin.DeleteAccountRequest): The request object. Request message for DeleteAccount RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -6656,7 +6623,6 @@ def __call__( request (~.analytics_admin.DeleteConnectedSiteTagRequest): The request object. Request message for DeleteConnectedSiteTag RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -6742,7 +6708,6 @@ def __call__( request (~.analytics_admin.DeleteConversionEventRequest): The request object. Request message for DeleteConversionEvent RPC - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -6820,7 +6785,6 @@ def __call__( request (~.analytics_admin.DeleteDataStreamRequest): The request object. Request message for DeleteDataStream RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -6899,7 +6863,6 @@ def __call__( request (~.analytics_admin.DeleteDisplayVideo360AdvertiserLinkRequest): The request object. Request message for DeleteDisplayVideo360AdvertiserLink RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -6984,7 +6947,6 @@ def __call__( The request object. Request message for DeleteDisplayVideo360AdvertiserLinkProposal RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -7069,7 +7031,6 @@ def __call__( request (~.analytics_admin.DeleteExpandedDataSetRequest): The request object. Request message for DeleteExpandedDataSet RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -7147,7 +7108,6 @@ def __call__( request (~.analytics_admin.DeleteFirebaseLinkRequest): The request object. Request message for DeleteFirebaseLink RPC - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -7225,7 +7185,6 @@ def __call__( request (~.analytics_admin.DeleteGoogleAdsLinkRequest): The request object. Request message for DeleteGoogleAdsLink RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -7304,7 +7263,6 @@ def __call__( request (~.analytics_admin.DeleteMeasurementProtocolSecretRequest): The request object. Request message for DeleteMeasurementProtocolSecret RPC - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -7387,7 +7345,6 @@ def __call__( request (~.analytics_admin.DeletePropertyRequest): The request object. Request message for DeleteProperty RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -7477,7 +7434,6 @@ def __call__( request (~.analytics_admin.DeleteSearchAds360LinkRequest): The request object. Request message for DeleteSearchAds360Link RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -7555,7 +7511,6 @@ def __call__( request (~.analytics_admin.DeleteUserLinkRequest): The request object. Request message for DeleteUserLink RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -7639,7 +7594,6 @@ def __call__( The request object. Request for fetching the opt out status for the automated GA4 setup process. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -7750,7 +7704,6 @@ def __call__( request (~.analytics_admin.GetAccessBindingRequest): The request object. Request message for GetAccessBinding RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -7934,7 +7887,6 @@ def __call__( request (~.analytics_admin.GetAttributionSettingsRequest): The request object. Request message for GetAttributionSettings RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -8115,7 +8067,6 @@ def __call__( request (~.analytics_admin.GetBigQueryLinkRequest): The request object. Request message for GetBigQueryLink RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -8207,7 +8158,6 @@ def __call__( request (~.analytics_admin.GetConversionEventRequest): The request object. Request message for GetConversionEvent RPC - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -8299,7 +8249,6 @@ def __call__( request (~.analytics_admin.GetCustomDimensionRequest): The request object. Request message for GetCustomDimension RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -8389,7 +8338,6 @@ def __call__( request (~.analytics_admin.GetCustomMetricRequest): The request object. Request message for GetCustomMetric RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -8480,7 +8428,6 @@ def __call__( request (~.analytics_admin.GetDataRetentionSettingsRequest): The request object. Request message for GetDataRetentionSettings RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -8572,7 +8519,6 @@ def __call__( request (~.analytics_admin.GetDataSharingSettingsRequest): The request object. Request message for GetDataSharingSettings RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -8665,7 +8611,6 @@ def __call__( request (~.analytics_admin.GetDataStreamRequest): The request object. Request message for GetDataStream RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -8756,7 +8701,6 @@ def __call__( request (~.analytics_admin.GetDisplayVideo360AdvertiserLinkRequest): The request object. Request message for GetDisplayVideo360AdvertiserLink RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -8855,7 +8799,6 @@ def __call__( The request object. Request message for GetDisplayVideo360AdvertiserLinkProposal RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -8964,7 +8907,6 @@ def __call__( request (~.analytics_admin.GetEnhancedMeasurementSettingsRequest): The request object. Request message for GetEnhancedMeasurementSettings RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -9060,7 +9002,6 @@ def __call__( request (~.analytics_admin.GetExpandedDataSetRequest): The request object. Request message for GetExpandedDataSet RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -9152,7 +9093,6 @@ def __call__( request (~.analytics_admin.GetGlobalSiteTagRequest): The request object. Request message for GetGlobalSiteTag RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -9247,7 +9187,6 @@ def __call__( request (~.analytics_admin.GetGoogleSignalsSettingsRequest): The request object. Request message for GetGoogleSignalsSettings RPC - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -9340,7 +9279,6 @@ def __call__( request (~.analytics_admin.GetMeasurementProtocolSecretRequest): The request object. Request message for GetMeasurementProtocolSecret RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -9520,7 +9458,6 @@ def __call__( request (~.analytics_admin.GetSearchAds360LinkRequest): The request object. Request message for GetSearchAds360Link RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -9705,7 +9642,6 @@ def __call__( request (~.analytics_admin.ListAccessBindingsRequest): The request object. Request message for ListAccessBindings RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -9866,7 +9802,6 @@ def __call__( request (~.analytics_admin.ListAccountSummariesRequest): The request object. Request message for ListAccountSummaries RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -9957,7 +9892,6 @@ def __call__( request (~.analytics_admin.ListAudiencesRequest): The request object. Request message for ListAudiences RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -10047,7 +9981,6 @@ def __call__( request (~.analytics_admin.ListBigQueryLinksRequest): The request object. Request message for ListBigQueryLinks RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -10129,7 +10062,6 @@ def __call__( request (~.analytics_admin.ListConnectedSiteTagsRequest): The request object. Request message for ListConnectedSiteTags RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -10229,7 +10161,6 @@ def __call__( request (~.analytics_admin.ListConversionEventsRequest): The request object. Request message for ListConversionEvents RPC - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -10321,7 +10252,6 @@ def __call__( request (~.analytics_admin.ListCustomDimensionsRequest): The request object. Request message for ListCustomDimensions RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -10413,7 +10343,6 @@ def __call__( request (~.analytics_admin.ListCustomMetricsRequest): The request object. Request message for ListCustomMetrics RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -10505,7 +10434,6 @@ def __call__( request (~.analytics_admin.ListDataStreamsRequest): The request object. Request message for ListDataStreams RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -10599,7 +10527,6 @@ def __call__( The request object. Request message for ListDisplayVideo360AdvertiserLinkProposals RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -10708,7 +10635,6 @@ def __call__( request (~.analytics_admin.ListDisplayVideo360AdvertiserLinksRequest): The request object. Request message for ListDisplayVideo360AdvertiserLinks RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -10807,7 +10733,6 @@ def __call__( request (~.analytics_admin.ListExpandedDataSetsRequest): The request object. Request message for ListExpandedDataSets RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -10899,7 +10824,6 @@ def __call__( request (~.analytics_admin.ListFirebaseLinksRequest): The request object. Request message for ListFirebaseLinks RPC - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -10991,7 +10915,6 @@ def __call__( request (~.analytics_admin.ListGoogleAdsLinksRequest): The request object. Request message for ListGoogleAdsLinks RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -11084,7 +11007,6 @@ def __call__( request (~.analytics_admin.ListMeasurementProtocolSecretsRequest): The request object. Request message for ListMeasurementProtocolSecret RPC - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -11180,7 +11102,6 @@ def __call__( request (~.analytics_admin.ListPropertiesRequest): The request object. Request message for ListProperties RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -11270,7 +11191,6 @@ def __call__( request (~.analytics_admin.ListSearchAds360LinksRequest): The request object. Request message for ListSearchAds360Links RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -11362,7 +11282,6 @@ def __call__( request (~.analytics_admin.ListUserLinksRequest): The request object. Request message for ListUserLinks RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -11446,7 +11365,6 @@ def __call__( request (~.analytics_admin.ProvisionAccountTicketRequest): The request object. Request message for ProvisionAccountTicket RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -11536,7 +11454,6 @@ def __call__( request (~.analytics_admin.RunAccessReportRequest): The request object. The request for a Data Access Record Report. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -11642,7 +11559,6 @@ def __call__( request (~.analytics_admin.SearchChangeHistoryEventsRequest): The request object. Request message for SearchChangeHistoryEvents RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -11745,7 +11661,6 @@ def __call__( The request object. Request for setting the opt out status for the automated GA4 setup process. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -11854,7 +11769,6 @@ def __call__( request (~.analytics_admin.UpdateAccessBindingRequest): The request object. Request message for UpdateAccessBinding RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -11962,7 +11876,6 @@ def __call__( request (~.analytics_admin.UpdateAccountRequest): The request object. Request message for UpdateAccount RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -12064,7 +11977,6 @@ def __call__( request (~.analytics_admin.UpdateAttributionSettingsRequest): The request object. Request message for UpdateAttributionSettings RPC - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -12168,7 +12080,6 @@ def __call__( request (~.analytics_admin.UpdateAudienceRequest): The request object. Request message for UpdateAudience RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -12269,7 +12180,6 @@ def __call__( request (~.analytics_admin.UpdateCustomDimensionRequest): The request object. Request message for UpdateCustomDimension RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -12370,7 +12280,6 @@ def __call__( request (~.analytics_admin.UpdateCustomMetricRequest): The request object. Request message for UpdateCustomMetric RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -12472,7 +12381,6 @@ def __call__( request (~.analytics_admin.UpdateDataRetentionSettingsRequest): The request object. Request message for UpdateDataRetentionSettings RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -12575,7 +12483,6 @@ def __call__( request (~.analytics_admin.UpdateDataStreamRequest): The request object. Request message for UpdateDataStream RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -12679,7 +12586,6 @@ def __call__( request (~.analytics_admin.UpdateDisplayVideo360AdvertiserLinkRequest): The request object. Request message for UpdateDisplayVideo360AdvertiserLink RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -12788,7 +12694,6 @@ def __call__( request (~.analytics_admin.UpdateEnhancedMeasurementSettingsRequest): The request object. Request message for UpdateEnhancedMeasurementSettings RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -12898,7 +12803,6 @@ def __call__( request (~.analytics_admin.UpdateExpandedDataSetRequest): The request object. Request message for UpdateExpandedDataSet RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -13001,7 +12905,6 @@ def __call__( request (~.analytics_admin.UpdateGoogleAdsLinkRequest): The request object. Request message for UpdateGoogleAdsLink RPC - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -13105,7 +13008,6 @@ def __call__( request (~.analytics_admin.UpdateGoogleSignalsSettingsRequest): The request object. Request message for UpdateGoogleSignalsSettings RPC - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -13207,7 +13109,6 @@ def __call__( request (~.analytics_admin.UpdateMeasurementProtocolSecretRequest): The request object. Request message for UpdateMeasurementProtocolSecret RPC - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -13315,7 +13216,6 @@ def __call__( request (~.analytics_admin.UpdatePropertyRequest): The request object. Request message for UpdateProperty RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -13416,7 +13316,6 @@ def __call__( request (~.analytics_admin.UpdateSearchAds360LinkRequest): The request object. Request message for UpdateSearchAds360Link RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -13517,7 +13416,6 @@ def __call__( request (~.analytics_admin.UpdateUserLinkRequest): The request object. Request message for UpdateUserLink RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. diff --git a/packages/google-analytics-admin/google/analytics/admin_v1beta/services/analytics_admin_service/async_client.py b/packages/google-analytics-admin/google/analytics/admin_v1beta/services/analytics_admin_service/async_client.py index 229ec52a6abe..ab8aa22d4d39 100644 --- a/packages/google-analytics-admin/google/analytics/admin_v1beta/services/analytics_admin_service/async_client.py +++ b/packages/google-analytics-admin/google/analytics/admin_v1beta/services/analytics_admin_service/async_client.py @@ -421,8 +421,7 @@ async def sample_list_accounts(): Args: request (Optional[Union[google.analytics.admin_v1beta.types.ListAccountsRequest, dict]]): - The request object. Request message for ListAccounts - RPC. + The request object. Request message for ListAccounts RPC. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1634,8 +1633,8 @@ async def sample_list_firebase_links(): Args: request (Optional[Union[google.analytics.admin_v1beta.types.ListFirebaseLinksRequest, dict]]): - The request object. Request message for - ListFirebaseLinks RPC + The request object. Request message for ListFirebaseLinks + RPC parent (:class:`str`): Required. Format: properties/{property_id} Example: properties/1234 @@ -4257,8 +4256,8 @@ async def sample_list_custom_metrics(): Args: request (Optional[Union[google.analytics.admin_v1beta.types.ListCustomMetricsRequest, dict]]): - The request object. Request message for - ListCustomMetrics RPC. + The request object. Request message for ListCustomMetrics + RPC. parent (:class:`str`): Required. Example format: properties/1234 diff --git a/packages/google-analytics-admin/google/analytics/admin_v1beta/services/analytics_admin_service/client.py b/packages/google-analytics-admin/google/analytics/admin_v1beta/services/analytics_admin_service/client.py index cd32c0fdca5b..6b5e2404d187 100644 --- a/packages/google-analytics-admin/google/analytics/admin_v1beta/services/analytics_admin_service/client.py +++ b/packages/google-analytics-admin/google/analytics/admin_v1beta/services/analytics_admin_service/client.py @@ -783,8 +783,7 @@ def sample_list_accounts(): Args: request (Union[google.analytics.admin_v1beta.types.ListAccountsRequest, dict]): - The request object. Request message for ListAccounts - RPC. + The request object. Request message for ListAccounts RPC. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2000,8 +1999,8 @@ def sample_list_firebase_links(): Args: request (Union[google.analytics.admin_v1beta.types.ListFirebaseLinksRequest, dict]): - The request object. Request message for - ListFirebaseLinks RPC + The request object. Request message for ListFirebaseLinks + RPC parent (str): Required. Format: properties/{property_id} Example: properties/1234 @@ -4651,8 +4650,8 @@ def sample_list_custom_metrics(): Args: request (Union[google.analytics.admin_v1beta.types.ListCustomMetricsRequest, dict]): - The request object. Request message for - ListCustomMetrics RPC. + The request object. Request message for ListCustomMetrics + RPC. parent (str): Required. Example format: properties/1234 diff --git a/packages/google-analytics-admin/google/analytics/admin_v1beta/services/analytics_admin_service/transports/rest.py b/packages/google-analytics-admin/google/analytics/admin_v1beta/services/analytics_admin_service/transports/rest.py index 3fc4bbef48b0..2009ba834171 100644 --- a/packages/google-analytics-admin/google/analytics/admin_v1beta/services/analytics_admin_service/transports/rest.py +++ b/packages/google-analytics-admin/google/analytics/admin_v1beta/services/analytics_admin_service/transports/rest.py @@ -1549,7 +1549,6 @@ def __call__( request (~.analytics_admin.AcknowledgeUserDataCollectionRequest): The request object. Request message for AcknowledgeUserDataCollection RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1652,7 +1651,6 @@ def __call__( request (~.analytics_admin.ArchiveCustomDimensionRequest): The request object. Request message for ArchiveCustomDimension RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1739,7 +1737,6 @@ def __call__( request (~.analytics_admin.ArchiveCustomMetricRequest): The request object. Request message for ArchiveCustomMetric RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1826,7 +1823,6 @@ def __call__( request (~.analytics_admin.CreateConversionEventRequest): The request object. Request message for CreateConversionEvent RPC - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1927,7 +1923,6 @@ def __call__( request (~.analytics_admin.CreateCustomDimensionRequest): The request object. Request message for CreateCustomDimension RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2026,7 +2021,6 @@ def __call__( request (~.analytics_admin.CreateCustomMetricRequest): The request object. Request message for CreateCustomMetric RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2125,7 +2119,6 @@ def __call__( request (~.analytics_admin.CreateDataStreamRequest): The request object. Request message for CreateDataStream RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2226,7 +2219,6 @@ def __call__( request (~.analytics_admin.CreateFirebaseLinkRequest): The request object. Request message for CreateFirebaseLink RPC - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2327,7 +2319,6 @@ def __call__( request (~.analytics_admin.CreateGoogleAdsLinkRequest): The request object. Request message for CreateGoogleAdsLink RPC - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2429,7 +2420,6 @@ def __call__( request (~.analytics_admin.CreateMeasurementProtocolSecretRequest): The request object. Request message for CreateMeasurementProtocolSecret RPC - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2535,7 +2525,6 @@ def __call__( request (~.analytics_admin.CreatePropertyRequest): The request object. Request message for CreateProperty RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2634,7 +2623,6 @@ def __call__( request (~.analytics_admin.DeleteAccountRequest): The request object. Request message for DeleteAccount RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2710,7 +2698,6 @@ def __call__( request (~.analytics_admin.DeleteConversionEventRequest): The request object. Request message for DeleteConversionEvent RPC - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2788,7 +2775,6 @@ def __call__( request (~.analytics_admin.DeleteDataStreamRequest): The request object. Request message for DeleteDataStream RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2866,7 +2852,6 @@ def __call__( request (~.analytics_admin.DeleteFirebaseLinkRequest): The request object. Request message for DeleteFirebaseLink RPC - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2944,7 +2929,6 @@ def __call__( request (~.analytics_admin.DeleteGoogleAdsLinkRequest): The request object. Request message for DeleteGoogleAdsLink RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -3023,7 +3007,6 @@ def __call__( request (~.analytics_admin.DeleteMeasurementProtocolSecretRequest): The request object. Request message for DeleteMeasurementProtocolSecret RPC - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -3106,7 +3089,6 @@ def __call__( request (~.analytics_admin.DeletePropertyRequest): The request object. Request message for DeleteProperty RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -3284,7 +3266,6 @@ def __call__( request (~.analytics_admin.GetConversionEventRequest): The request object. Request message for GetConversionEvent RPC - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -3376,7 +3357,6 @@ def __call__( request (~.analytics_admin.GetCustomDimensionRequest): The request object. Request message for GetCustomDimension RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -3466,7 +3446,6 @@ def __call__( request (~.analytics_admin.GetCustomMetricRequest): The request object. Request message for GetCustomMetric RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -3557,7 +3536,6 @@ def __call__( request (~.analytics_admin.GetDataRetentionSettingsRequest): The request object. Request message for GetDataRetentionSettings RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -3649,7 +3627,6 @@ def __call__( request (~.analytics_admin.GetDataSharingSettingsRequest): The request object. Request message for GetDataSharingSettings RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -3742,7 +3719,6 @@ def __call__( request (~.analytics_admin.GetDataStreamRequest): The request object. Request message for GetDataStream RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -3833,7 +3809,6 @@ def __call__( request (~.analytics_admin.GetMeasurementProtocolSecretRequest): The request object. Request message for GetMeasurementProtocolSecret RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -4078,7 +4053,6 @@ def __call__( request (~.analytics_admin.ListAccountSummariesRequest): The request object. Request message for ListAccountSummaries RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -4169,7 +4143,6 @@ def __call__( request (~.analytics_admin.ListConversionEventsRequest): The request object. Request message for ListConversionEvents RPC - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -4261,7 +4234,6 @@ def __call__( request (~.analytics_admin.ListCustomDimensionsRequest): The request object. Request message for ListCustomDimensions RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -4353,7 +4325,6 @@ def __call__( request (~.analytics_admin.ListCustomMetricsRequest): The request object. Request message for ListCustomMetrics RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -4445,7 +4416,6 @@ def __call__( request (~.analytics_admin.ListDataStreamsRequest): The request object. Request message for ListDataStreams RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -4537,7 +4507,6 @@ def __call__( request (~.analytics_admin.ListFirebaseLinksRequest): The request object. Request message for ListFirebaseLinks RPC - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -4629,7 +4598,6 @@ def __call__( request (~.analytics_admin.ListGoogleAdsLinksRequest): The request object. Request message for ListGoogleAdsLinks RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -4722,7 +4690,6 @@ def __call__( request (~.analytics_admin.ListMeasurementProtocolSecretsRequest): The request object. Request message for ListMeasurementProtocolSecret RPC - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -4818,7 +4785,6 @@ def __call__( request (~.analytics_admin.ListPropertiesRequest): The request object. Request message for ListProperties RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -4898,7 +4864,6 @@ def __call__( request (~.analytics_admin.ProvisionAccountTicketRequest): The request object. Request message for ProvisionAccountTicket RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -4999,7 +4964,6 @@ def __call__( request (~.analytics_admin.SearchChangeHistoryEventsRequest): The request object. Request message for SearchChangeHistoryEvents RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -5102,7 +5066,6 @@ def __call__( request (~.analytics_admin.UpdateAccountRequest): The request object. Request message for UpdateAccount RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -5203,7 +5166,6 @@ def __call__( request (~.analytics_admin.UpdateCustomDimensionRequest): The request object. Request message for UpdateCustomDimension RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -5304,7 +5266,6 @@ def __call__( request (~.analytics_admin.UpdateCustomMetricRequest): The request object. Request message for UpdateCustomMetric RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -5406,7 +5367,6 @@ def __call__( request (~.analytics_admin.UpdateDataRetentionSettingsRequest): The request object. Request message for UpdateDataRetentionSettings RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -5509,7 +5469,6 @@ def __call__( request (~.analytics_admin.UpdateDataStreamRequest): The request object. Request message for UpdateDataStream RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -5612,7 +5571,6 @@ def __call__( request (~.analytics_admin.UpdateGoogleAdsLinkRequest): The request object. Request message for UpdateGoogleAdsLink RPC - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -5714,7 +5672,6 @@ def __call__( request (~.analytics_admin.UpdateMeasurementProtocolSecretRequest): The request object. Request message for UpdateMeasurementProtocolSecret RPC - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -5822,7 +5779,6 @@ def __call__( request (~.analytics_admin.UpdatePropertyRequest): The request object. Request message for UpdateProperty RPC. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request.