Skip to content

Commit a5ddb40

Browse files
feat(all): auto-regenerate discovery clients (#2719)
1 parent f5b0bb5 commit a5ddb40

42 files changed

Lines changed: 4732 additions & 981 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

analyticsadmin/v1alpha/analyticsadmin-api.json

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -719,24 +719,6 @@
719719
"https://www.googleapis.com/auth/analytics.edit"
720720
]
721721
},
722-
"createSubproperty": {
723-
"description": "Create a subproperty and a subproperty event filter that applies to the created subproperty.",
724-
"flatPath": "v1alpha/properties:createSubproperty",
725-
"httpMethod": "POST",
726-
"id": "analyticsadmin.properties.createSubproperty",
727-
"parameterOrder": [],
728-
"parameters": {},
729-
"path": "v1alpha/properties:createSubproperty",
730-
"request": {
731-
"$ref": "GoogleAnalyticsAdminV1alphaCreateSubpropertyRequest"
732-
},
733-
"response": {
734-
"$ref": "GoogleAnalyticsAdminV1alphaCreateSubpropertyResponse"
735-
},
736-
"scopes": [
737-
"https://www.googleapis.com/auth/analytics.edit"
738-
]
739-
},
740722
"delete": {
741723
"description": "Marks target Property as soft-deleted (ie: \"trashed\") and returns it. This API does not have a method to restore soft-deleted properties. However, they can be restored using the Trash Can UI. If the properties are not restored before the expiration time, the Property and all child resources (eg: GoogleAdsLinks, Streams, AccessBindings) will be permanently purged. https://support.google.com/analytics/answer/6154772 Returns an error if the target is not found, or is not a GA4 Property.",
742724
"flatPath": "v1alpha/properties/{propertiesId}",
@@ -1016,6 +998,24 @@
1016998
"https://www.googleapis.com/auth/analytics.edit"
1017999
]
10181000
},
1001+
"provisionSubproperty": {
1002+
"description": "Create a subproperty and a subproperty event filter that applies to the created subproperty.",
1003+
"flatPath": "v1alpha/properties:provisionSubproperty",
1004+
"httpMethod": "POST",
1005+
"id": "analyticsadmin.properties.provisionSubproperty",
1006+
"parameterOrder": [],
1007+
"parameters": {},
1008+
"path": "v1alpha/properties:provisionSubproperty",
1009+
"request": {
1010+
"$ref": "GoogleAnalyticsAdminV1alphaProvisionSubpropertyRequest"
1011+
},
1012+
"response": {
1013+
"$ref": "GoogleAnalyticsAdminV1alphaProvisionSubpropertyResponse"
1014+
},
1015+
"scopes": [
1016+
"https://www.googleapis.com/auth/analytics.edit"
1017+
]
1018+
},
10191019
"runAccessReport": {
10201020
"description": "Returns a customized report of data access records. The report provides records of each time a user reads Google Analytics reporting data. Access records are retained for up to 2 years. Data Access Reports can be requested for a property. Reports may be requested for any property, but dimensions that aren't related to quota can only be requested on Google Analytics 360 properties. This method is only available to Administrators. These data access records include GA4 UI Reporting, GA4 UI Explorations, GA4 Data API, and other products like Firebase \u0026 Admob that can retrieve data from Google Analytics through a linkage. These records don't include property configuration changes like adding a stream or changing a property's time zone. For configuration change history, see [searchChangeHistoryEvents](https://developers.google.com/analytics/devguides/config/admin/v1/rest/v1alpha/accounts/searchChangeHistoryEvents).",
10211021
"flatPath": "v1alpha/properties/{propertiesId}:runAccessReport",
@@ -4886,7 +4886,7 @@
48864886
}
48874887
}
48884888
},
4889-
"revision": "20240728",
4889+
"revision": "20240731",
48904890
"rootUrl": "https://analyticsadmin.googleapis.com/",
48914891
"schemas": {
48924892
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
@@ -6659,36 +6659,6 @@
66596659
},
66606660
"type": "object"
66616661
},
6662-
"GoogleAnalyticsAdminV1alphaCreateSubpropertyRequest": {
6663-
"description": "Request message for CreateSubproperty RPC.",
6664-
"id": "GoogleAnalyticsAdminV1alphaCreateSubpropertyRequest",
6665-
"properties": {
6666-
"subproperty": {
6667-
"$ref": "GoogleAnalyticsAdminV1alphaProperty",
6668-
"description": "Required. The subproperty to create."
6669-
},
6670-
"subpropertyEventFilter": {
6671-
"$ref": "GoogleAnalyticsAdminV1alphaSubpropertyEventFilter",
6672-
"description": "Optional. The subproperty event filter to create on an ordinary property."
6673-
}
6674-
},
6675-
"type": "object"
6676-
},
6677-
"GoogleAnalyticsAdminV1alphaCreateSubpropertyResponse": {
6678-
"description": "Response message for CreateSubproperty RPC.",
6679-
"id": "GoogleAnalyticsAdminV1alphaCreateSubpropertyResponse",
6680-
"properties": {
6681-
"subproperty": {
6682-
"$ref": "GoogleAnalyticsAdminV1alphaProperty",
6683-
"description": "The created subproperty."
6684-
},
6685-
"subpropertyEventFilter": {
6686-
"$ref": "GoogleAnalyticsAdminV1alphaSubpropertyEventFilter",
6687-
"description": "The created subproperty event filter."
6688-
}
6689-
},
6690-
"type": "object"
6691-
},
66926662
"GoogleAnalyticsAdminV1alphaCustomDimension": {
66936663
"description": "A definition for a CustomDimension.",
66946664
"id": "GoogleAnalyticsAdminV1alphaCustomDimension",
@@ -8532,6 +8502,36 @@
85328502
},
85338503
"type": "object"
85348504
},
8505+
"GoogleAnalyticsAdminV1alphaProvisionSubpropertyRequest": {
8506+
"description": "Request message for CreateSubproperty RPC.",
8507+
"id": "GoogleAnalyticsAdminV1alphaProvisionSubpropertyRequest",
8508+
"properties": {
8509+
"subproperty": {
8510+
"$ref": "GoogleAnalyticsAdminV1alphaProperty",
8511+
"description": "Required. The subproperty to create."
8512+
},
8513+
"subpropertyEventFilter": {
8514+
"$ref": "GoogleAnalyticsAdminV1alphaSubpropertyEventFilter",
8515+
"description": "Optional. The subproperty event filter to create on an ordinary property."
8516+
}
8517+
},
8518+
"type": "object"
8519+
},
8520+
"GoogleAnalyticsAdminV1alphaProvisionSubpropertyResponse": {
8521+
"description": "Response message for ProvisionSubproperty RPC.",
8522+
"id": "GoogleAnalyticsAdminV1alphaProvisionSubpropertyResponse",
8523+
"properties": {
8524+
"subproperty": {
8525+
"$ref": "GoogleAnalyticsAdminV1alphaProperty",
8526+
"description": "The created subproperty."
8527+
},
8528+
"subpropertyEventFilter": {
8529+
"$ref": "GoogleAnalyticsAdminV1alphaSubpropertyEventFilter",
8530+
"description": "The created subproperty event filter."
8531+
}
8532+
},
8533+
"type": "object"
8534+
},
85358535
"GoogleAnalyticsAdminV1alphaReorderEventEditRulesRequest": {
85368536
"description": "Request message for ReorderEventEditRules RPC.",
85378537
"id": "GoogleAnalyticsAdminV1alphaReorderEventEditRulesRequest",

0 commit comments

Comments
 (0)