Skip to content

Commit 34ca099

Browse files
feat: [AnalyticsAdmin] add SearchAds360Links methods to the Admin API v1alpha (#5860)
* 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: eyJwIjoiQW5hbHl0aWNzQWRtaW4vLk93bEJvdC55YW1sIiwiaCI6Ijk2YjdjNDNmYzNkY2E2Yzg3NjdhNmQ3MzFiNTE2ZGFmOWFkNTA2NjgifQ== * 🦉 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 127e187 commit 34ca099

99 files changed

Lines changed: 6344 additions & 765 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
88 Bytes
Binary file not shown.

AnalyticsAdmin/metadata/V1Alpha/AnalyticsAdmin.php

Lines changed: 53 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-73 Bytes
Binary file not shown.
2.4 KB
Binary file not shown.
1.21 KB
Binary file not shown.

AnalyticsAdmin/samples/V1alpha/AnalyticsAdminServiceClient/acknowledge_user_data_collection.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
*
3636
* @param string $formattedProperty The property for which to acknowledge user data collection. Please see
3737
* {@see AnalyticsAdminServiceClient::propertyName()} for help formatting this field.
38-
* @param string $acknowledgement An acknowledgement that the caller of this method understands the terms
39-
* of user data collection.
38+
* @param string $acknowledgement An acknowledgement that the caller of this method understands the
39+
* terms of user data collection.
4040
*
4141
* This field must contain the exact value:
4242
* "I acknowledge that I have the necessary privacy disclosures and rights

AnalyticsAdmin/samples/V1alpha/AnalyticsAdminServiceClient/batch_create_user_links.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
* This method is transactional. If any UserLink cannot be created, none of
3636
* the UserLinks will be created.
3737
*
38-
* @param string $formattedParent The account or property that all user links in the request are for.
39-
* This field is required. The parent field in the CreateUserLinkRequest
38+
* @param string $formattedParent The account or property that all user links in the request are
39+
* for. This field is required. The parent field in the CreateUserLinkRequest
4040
* messages must either be empty or match this field.
4141
* Example format: accounts/1234
4242
* Please see {@see AnalyticsAdminServiceClient::accountName()} for help formatting this field.

AnalyticsAdmin/samples/V1alpha/AnalyticsAdminServiceClient/create_audience.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
* Please see {@see AnalyticsAdminServiceClient::propertyName()} for help formatting this field.
3737
* @param string $audienceDisplayName The display name of the Audience.
3838
* @param string $audienceDescription The description of the Audience.
39-
* @param int $audienceMembershipDurationDays Immutable. The duration a user should stay in an Audience. It cannot be set to more
40-
* than 540 days.
39+
* @param int $audienceMembershipDurationDays Immutable. The duration a user should stay in an Audience. It
40+
* cannot be set to more than 540 days.
4141
* @param int $audienceFilterClausesClauseType Specifies whether this is an include or exclude filter clause.
4242
*/
4343
function create_audience_sample(

AnalyticsAdmin/samples/V1alpha/AnalyticsAdminServiceClient/create_conversion_event.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
/**
3131
* Creates a conversion event with the specified attributes.
3232
*
33-
* @param string $formattedParent The resource name of the parent property where this conversion event will
34-
* be created. Format: properties/123
33+
* @param string $formattedParent The resource name of the parent property where this conversion
34+
* event will be created. Format: properties/123
3535
* Please see {@see AnalyticsAdminServiceClient::propertyName()} for help formatting this field.
3636
*/
3737
function create_conversion_event_sample(string $formattedParent): void

AnalyticsAdmin/samples/V1alpha/AnalyticsAdminServiceClient/create_custom_dimension.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
* May only contain alphanumeric and underscore characters, starting with a
4343
* letter. Max length of 24 characters for user-scoped dimensions, 40
4444
* characters for event-scoped dimensions.
45-
* @param string $customDimensionDisplayName Display name for this custom dimension as shown in the Analytics UI.
46-
* Max length of 82 characters, alphanumeric plus space and underscore
45+
* @param string $customDimensionDisplayName Display name for this custom dimension as shown in the Analytics
46+
* UI. Max length of 82 characters, alphanumeric plus space and underscore
4747
* starting with a letter. Legacy system-generated display names may contain
4848
* square brackets, but updates to this field will never permit square
4949
* brackets.

0 commit comments

Comments
 (0)