Skip to content

Commit 6a12917

Browse files
yoshi-automationsofisl
authored andcommitted
feat(analyticsadmin): update the API
#### analyticsadmin:v1alpha The following keys were added: - schemas.GoogleAnalyticsAdminV1alphaChannelGroup.properties.primary.description - schemas.GoogleAnalyticsAdminV1alphaChannelGroup.properties.primary.type
1 parent 811596d commit 6a12917

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

discovery/analyticsadmin-v1alpha.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4457,7 +4457,7 @@
44574457
}
44584458
}
44594459
},
4460-
"revision": "20240131",
4460+
"revision": "20240312",
44614461
"rootUrl": "https://analyticsadmin.googleapis.com/",
44624462
"schemas": {
44634463
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
@@ -5904,6 +5904,10 @@
59045904
"readOnly": true,
59055905
"type": "string"
59065906
},
5907+
"primary": {
5908+
"description": "Optional. If true, this channel group will be used as the default channel group for reports. Only one channel group can be set as `primary` at any time. If the `primary` field gets set on a channel group, it will get unset on the previous primary channel group. The Google Analytics predefined channel group is the primary by default.",
5909+
"type": "boolean"
5910+
},
59075911
"systemDefined": {
59085912
"description": "Output only. If true, then this channel group is the Default Channel Group predefined by Google Analytics. Display name and grouping rules cannot be updated for this channel group.",
59095913
"readOnly": true,

src/apis/analyticsadmin/v1alpha.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1117,6 +1117,10 @@ export namespace analyticsadmin_v1alpha {
11171117
* Output only. The resource name for this Channel Group resource. Format: properties/{property\}/channelGroups/{channel_group\}
11181118
*/
11191119
name?: string | null;
1120+
/**
1121+
* Optional. If true, this channel group will be used as the default channel group for reports. Only one channel group can be set as `primary` at any time. If the `primary` field gets set on a channel group, it will get unset on the previous primary channel group. The Google Analytics predefined channel group is the primary by default.
1122+
*/
1123+
primary?: boolean | null;
11201124
/**
11211125
* Output only. If true, then this channel group is the Default Channel Group predefined by Google Analytics. Display name and grouping rules cannot be updated for this channel group.
11221126
*/

0 commit comments

Comments
 (0)