Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
feat: add GetSearchAds360Link, ListSearchAds360Links, `CreateSear…
Browse files Browse the repository at this point in the history
…chAds360Link`, `DeleteSearchAds360Link`, `UpdateSearchAds360Link` methods to the Admin API v1alpha (#323)

* chore: Update gapic-generator-python to v1.8.4

PiperOrigin-RevId: 507808936

Source-Link: googleapis/googleapis@64cf849

Source-Link: googleapis/googleapis-gen@53c48ca
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTNjNDhjYWMxNTNkM2IzN2YzZDJjMmRlYzQ4MzBjZmQ5MWVjNDE1MyJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* feat: add `GetSearchAds360Link`, `ListSearchAds360Links`, `CreateSearchAds360Link`, `DeleteSearchAds360Link`, `UpdateSearchAds360Link` methods to the Admin API v1alpha
feat: add `SetAutomatedGa4ConfigurationOptOut`, `FetchAutomatedGa4ConfigurationOptOut` methods to the Admin API v1alpha
feat: add `GetBigQueryLink`, `ListBigQueryLinks` methods to the Admin API v1alpha
feat: add `tokens_per_project_per_hour` field to `AccessQuota` type
feat: add `EXPANDED_DATA_SET`, `CHANNEL_GROUP` values to `ChangeHistoryResourceType` enum
feat: add `search_ads_360_link`, `expanded_data_set`, `bigquery_link` values to ChangeHistoryResource.resource oneof field
feat: add `BigQueryLink`, `SearchAds360Link` resource types to the Admin API v1alpha
fix!: remove `LESS_THAN_OR_EQUAL`, `GREATER_THAN_OR_EQUAL` values from NumericFilter.Operation enum
fix!: remove `PARTIAL_REGEXP` value from StringFilter.MatchType enum

PiperOrigin-RevId: 507839187

Source-Link: googleapis/googleapis@b221f5f

Source-Link: googleapis/googleapis-gen@96b7c43
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTZiN2M0M2ZjM2RjYTZjODc2N2E2ZDczMWI1MTZkYWY5YWQ1MDY2OCJ9

* 🦉 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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Feb 8, 2023
1 parent 864a5e3 commit efd4b20
Show file tree
Hide file tree
Showing 38 changed files with 20,317 additions and 7,747 deletions.
40 changes: 40 additions & 0 deletions google/analytics/admin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
CreateGoogleAdsLinkRequest,
CreateMeasurementProtocolSecretRequest,
CreatePropertyRequest,
CreateSearchAds360LinkRequest,
CreateUserLinkRequest,
DeleteAccountRequest,
DeleteConversionEventRequest,
Expand All @@ -84,10 +85,14 @@
DeleteGoogleAdsLinkRequest,
DeleteMeasurementProtocolSecretRequest,
DeletePropertyRequest,
DeleteSearchAds360LinkRequest,
DeleteUserLinkRequest,
FetchAutomatedGa4ConfigurationOptOutRequest,
FetchAutomatedGa4ConfigurationOptOutResponse,
GetAccountRequest,
GetAttributionSettingsRequest,
GetAudienceRequest,
GetBigQueryLinkRequest,
GetConversionEventRequest,
GetCustomDimensionRequest,
GetCustomMetricRequest,
Expand All @@ -100,13 +105,16 @@
GetGoogleSignalsSettingsRequest,
GetMeasurementProtocolSecretRequest,
GetPropertyRequest,
GetSearchAds360LinkRequest,
GetUserLinkRequest,
ListAccountsRequest,
ListAccountsResponse,
ListAccountSummariesRequest,
ListAccountSummariesResponse,
ListAudiencesRequest,
ListAudiencesResponse,
ListBigQueryLinksRequest,
ListBigQueryLinksResponse,
ListConversionEventsRequest,
ListConversionEventsResponse,
ListCustomDimensionsRequest,
Expand All @@ -127,6 +135,8 @@
ListMeasurementProtocolSecretsResponse,
ListPropertiesRequest,
ListPropertiesResponse,
ListSearchAds360LinksRequest,
ListSearchAds360LinksResponse,
ListUserLinksRequest,
ListUserLinksResponse,
ProvisionAccountTicketRequest,
Expand All @@ -135,6 +145,8 @@
RunAccessReportResponse,
SearchChangeHistoryEventsRequest,
SearchChangeHistoryEventsResponse,
SetAutomatedGa4ConfigurationOptOutRequest,
SetAutomatedGa4ConfigurationOptOutResponse,
UpdateAccountRequest,
UpdateAttributionSettingsRequest,
UpdateAudienceRequest,
Expand All @@ -147,6 +159,7 @@
UpdateGoogleSignalsSettingsRequest,
UpdateMeasurementProtocolSecretRequest,
UpdatePropertyRequest,
UpdateSearchAds360LinkRequest,
UpdateUserLinkRequest,
)
from google.analytics.admin_v1alpha.types.audience import (
Expand All @@ -161,13 +174,20 @@
AudienceSequenceFilter,
AudienceSimpleFilter,
)
from google.analytics.admin_v1alpha.types.expanded_data_set import (
ExpandedDataSet,
ExpandedDataSetFilter,
ExpandedDataSetFilterExpression,
ExpandedDataSetFilterExpressionList,
)
from google.analytics.admin_v1alpha.types.resources import (
Account,
AccountSummary,
ActionType,
ActorType,
AttributionSettings,
AuditUserLink,
BigQueryLink,
ChangeHistoryChange,
ChangeHistoryEvent,
ChangeHistoryResourceType,
Expand All @@ -193,6 +213,7 @@
Property,
PropertySummary,
PropertyType,
SearchAds360Link,
ServiceLevel,
UserLink,
)
Expand Down Expand Up @@ -247,6 +268,7 @@
"CreateGoogleAdsLinkRequest",
"CreateMeasurementProtocolSecretRequest",
"CreatePropertyRequest",
"CreateSearchAds360LinkRequest",
"CreateUserLinkRequest",
"DeleteAccountRequest",
"DeleteConversionEventRequest",
Expand All @@ -257,10 +279,14 @@
"DeleteGoogleAdsLinkRequest",
"DeleteMeasurementProtocolSecretRequest",
"DeletePropertyRequest",
"DeleteSearchAds360LinkRequest",
"DeleteUserLinkRequest",
"FetchAutomatedGa4ConfigurationOptOutRequest",
"FetchAutomatedGa4ConfigurationOptOutResponse",
"GetAccountRequest",
"GetAttributionSettingsRequest",
"GetAudienceRequest",
"GetBigQueryLinkRequest",
"GetConversionEventRequest",
"GetCustomDimensionRequest",
"GetCustomMetricRequest",
Expand All @@ -273,13 +299,16 @@
"GetGoogleSignalsSettingsRequest",
"GetMeasurementProtocolSecretRequest",
"GetPropertyRequest",
"GetSearchAds360LinkRequest",
"GetUserLinkRequest",
"ListAccountsRequest",
"ListAccountsResponse",
"ListAccountSummariesRequest",
"ListAccountSummariesResponse",
"ListAudiencesRequest",
"ListAudiencesResponse",
"ListBigQueryLinksRequest",
"ListBigQueryLinksResponse",
"ListConversionEventsRequest",
"ListConversionEventsResponse",
"ListCustomDimensionsRequest",
Expand All @@ -300,6 +329,8 @@
"ListMeasurementProtocolSecretsResponse",
"ListPropertiesRequest",
"ListPropertiesResponse",
"ListSearchAds360LinksRequest",
"ListSearchAds360LinksResponse",
"ListUserLinksRequest",
"ListUserLinksResponse",
"ProvisionAccountTicketRequest",
Expand All @@ -308,6 +339,8 @@
"RunAccessReportResponse",
"SearchChangeHistoryEventsRequest",
"SearchChangeHistoryEventsResponse",
"SetAutomatedGa4ConfigurationOptOutRequest",
"SetAutomatedGa4ConfigurationOptOutResponse",
"UpdateAccountRequest",
"UpdateAttributionSettingsRequest",
"UpdateAudienceRequest",
Expand All @@ -320,6 +353,7 @@
"UpdateGoogleSignalsSettingsRequest",
"UpdateMeasurementProtocolSecretRequest",
"UpdatePropertyRequest",
"UpdateSearchAds360LinkRequest",
"UpdateUserLinkRequest",
"Audience",
"AudienceDimensionOrMetricFilter",
Expand All @@ -331,10 +365,15 @@
"AudienceSequenceFilter",
"AudienceSimpleFilter",
"AudienceFilterScope",
"ExpandedDataSet",
"ExpandedDataSetFilter",
"ExpandedDataSetFilterExpression",
"ExpandedDataSetFilterExpressionList",
"Account",
"AccountSummary",
"AttributionSettings",
"AuditUserLink",
"BigQueryLink",
"ChangeHistoryChange",
"ChangeHistoryEvent",
"ConversionEvent",
Expand All @@ -353,6 +392,7 @@
"MeasurementProtocolSecret",
"Property",
"PropertySummary",
"SearchAds360Link",
"UserLink",
"ActionType",
"ActorType",
Expand Down
40 changes: 40 additions & 0 deletions google/analytics/admin_v1alpha/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
CreateGoogleAdsLinkRequest,
CreateMeasurementProtocolSecretRequest,
CreatePropertyRequest,
CreateSearchAds360LinkRequest,
CreateUserLinkRequest,
DeleteAccountRequest,
DeleteConversionEventRequest,
Expand All @@ -82,10 +83,14 @@
DeleteGoogleAdsLinkRequest,
DeleteMeasurementProtocolSecretRequest,
DeletePropertyRequest,
DeleteSearchAds360LinkRequest,
DeleteUserLinkRequest,
FetchAutomatedGa4ConfigurationOptOutRequest,
FetchAutomatedGa4ConfigurationOptOutResponse,
GetAccountRequest,
GetAttributionSettingsRequest,
GetAudienceRequest,
GetBigQueryLinkRequest,
GetConversionEventRequest,
GetCustomDimensionRequest,
GetCustomMetricRequest,
Expand All @@ -98,13 +103,16 @@
GetGoogleSignalsSettingsRequest,
GetMeasurementProtocolSecretRequest,
GetPropertyRequest,
GetSearchAds360LinkRequest,
GetUserLinkRequest,
ListAccountsRequest,
ListAccountsResponse,
ListAccountSummariesRequest,
ListAccountSummariesResponse,
ListAudiencesRequest,
ListAudiencesResponse,
ListBigQueryLinksRequest,
ListBigQueryLinksResponse,
ListConversionEventsRequest,
ListConversionEventsResponse,
ListCustomDimensionsRequest,
Expand All @@ -125,6 +133,8 @@
ListMeasurementProtocolSecretsResponse,
ListPropertiesRequest,
ListPropertiesResponse,
ListSearchAds360LinksRequest,
ListSearchAds360LinksResponse,
ListUserLinksRequest,
ListUserLinksResponse,
ProvisionAccountTicketRequest,
Expand All @@ -133,6 +143,8 @@
RunAccessReportResponse,
SearchChangeHistoryEventsRequest,
SearchChangeHistoryEventsResponse,
SetAutomatedGa4ConfigurationOptOutRequest,
SetAutomatedGa4ConfigurationOptOutResponse,
UpdateAccountRequest,
UpdateAttributionSettingsRequest,
UpdateAudienceRequest,
Expand All @@ -145,6 +157,7 @@
UpdateGoogleSignalsSettingsRequest,
UpdateMeasurementProtocolSecretRequest,
UpdatePropertyRequest,
UpdateSearchAds360LinkRequest,
UpdateUserLinkRequest,
)
from .types.audience import (
Expand All @@ -159,13 +172,20 @@
AudienceSequenceFilter,
AudienceSimpleFilter,
)
from .types.expanded_data_set import (
ExpandedDataSet,
ExpandedDataSetFilter,
ExpandedDataSetFilterExpression,
ExpandedDataSetFilterExpressionList,
)
from .types.resources import (
Account,
AccountSummary,
ActionType,
ActorType,
AttributionSettings,
AuditUserLink,
BigQueryLink,
ChangeHistoryChange,
ChangeHistoryEvent,
ChangeHistoryResourceType,
Expand All @@ -191,6 +211,7 @@
Property,
PropertySummary,
PropertyType,
SearchAds360Link,
ServiceLevel,
UserLink,
)
Expand Down Expand Up @@ -248,6 +269,7 @@
"BatchGetUserLinksResponse",
"BatchUpdateUserLinksRequest",
"BatchUpdateUserLinksResponse",
"BigQueryLink",
"CancelDisplayVideo360AdvertiserLinkProposalRequest",
"ChangeHistoryChange",
"ChangeHistoryEvent",
Expand All @@ -264,6 +286,7 @@
"CreateGoogleAdsLinkRequest",
"CreateMeasurementProtocolSecretRequest",
"CreatePropertyRequest",
"CreateSearchAds360LinkRequest",
"CreateUserLinkRequest",
"CustomDimension",
"CustomMetric",
Expand All @@ -279,13 +302,21 @@
"DeleteGoogleAdsLinkRequest",
"DeleteMeasurementProtocolSecretRequest",
"DeletePropertyRequest",
"DeleteSearchAds360LinkRequest",
"DeleteUserLinkRequest",
"DisplayVideo360AdvertiserLink",
"DisplayVideo360AdvertiserLinkProposal",
"ExpandedDataSet",
"ExpandedDataSetFilter",
"ExpandedDataSetFilterExpression",
"ExpandedDataSetFilterExpressionList",
"FetchAutomatedGa4ConfigurationOptOutRequest",
"FetchAutomatedGa4ConfigurationOptOutResponse",
"FirebaseLink",
"GetAccountRequest",
"GetAttributionSettingsRequest",
"GetAudienceRequest",
"GetBigQueryLinkRequest",
"GetConversionEventRequest",
"GetCustomDimensionRequest",
"GetCustomMetricRequest",
Expand All @@ -298,6 +329,7 @@
"GetGoogleSignalsSettingsRequest",
"GetMeasurementProtocolSecretRequest",
"GetPropertyRequest",
"GetSearchAds360LinkRequest",
"GetUserLinkRequest",
"GlobalSiteTag",
"GoogleAdsLink",
Expand All @@ -314,6 +346,8 @@
"ListAccountsResponse",
"ListAudiencesRequest",
"ListAudiencesResponse",
"ListBigQueryLinksRequest",
"ListBigQueryLinksResponse",
"ListConversionEventsRequest",
"ListConversionEventsResponse",
"ListCustomDimensionsRequest",
Expand All @@ -334,6 +368,8 @@
"ListMeasurementProtocolSecretsResponse",
"ListPropertiesRequest",
"ListPropertiesResponse",
"ListSearchAds360LinksRequest",
"ListSearchAds360LinksResponse",
"ListUserLinksRequest",
"ListUserLinksResponse",
"MeasurementProtocolSecret",
Expand All @@ -345,9 +381,12 @@
"ProvisionAccountTicketResponse",
"RunAccessReportRequest",
"RunAccessReportResponse",
"SearchAds360Link",
"SearchChangeHistoryEventsRequest",
"SearchChangeHistoryEventsResponse",
"ServiceLevel",
"SetAutomatedGa4ConfigurationOptOutRequest",
"SetAutomatedGa4ConfigurationOptOutResponse",
"UpdateAccountRequest",
"UpdateAttributionSettingsRequest",
"UpdateAudienceRequest",
Expand All @@ -360,6 +399,7 @@
"UpdateGoogleSignalsSettingsRequest",
"UpdateMeasurementProtocolSecretRequest",
"UpdatePropertyRequest",
"UpdateSearchAds360LinkRequest",
"UpdateUserLinkRequest",
"UserLink",
)
Loading

0 comments on commit efd4b20

Please sign in to comment.