Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2719)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Aug 2, 2024
1 parent f5b0bb5 commit a5ddb40
Show file tree
Hide file tree
Showing 42 changed files with 4,732 additions and 981 deletions.
98 changes: 49 additions & 49 deletions analyticsadmin/v1alpha/analyticsadmin-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -719,24 +719,6 @@
"https://www.googleapis.com/auth/analytics.edit"
]
},
"createSubproperty": {
"description": "Create a subproperty and a subproperty event filter that applies to the created subproperty.",
"flatPath": "v1alpha/properties:createSubproperty",
"httpMethod": "POST",
"id": "analyticsadmin.properties.createSubproperty",
"parameterOrder": [],
"parameters": {},
"path": "v1alpha/properties:createSubproperty",
"request": {
"$ref": "GoogleAnalyticsAdminV1alphaCreateSubpropertyRequest"
},
"response": {
"$ref": "GoogleAnalyticsAdminV1alphaCreateSubpropertyResponse"
},
"scopes": [
"https://www.googleapis.com/auth/analytics.edit"
]
},
"delete": {
"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.",
"flatPath": "v1alpha/properties/{propertiesId}",
Expand Down Expand Up @@ -1016,6 +998,24 @@
"https://www.googleapis.com/auth/analytics.edit"
]
},
"provisionSubproperty": {
"description": "Create a subproperty and a subproperty event filter that applies to the created subproperty.",
"flatPath": "v1alpha/properties:provisionSubproperty",
"httpMethod": "POST",
"id": "analyticsadmin.properties.provisionSubproperty",
"parameterOrder": [],
"parameters": {},
"path": "v1alpha/properties:provisionSubproperty",
"request": {
"$ref": "GoogleAnalyticsAdminV1alphaProvisionSubpropertyRequest"
},
"response": {
"$ref": "GoogleAnalyticsAdminV1alphaProvisionSubpropertyResponse"
},
"scopes": [
"https://www.googleapis.com/auth/analytics.edit"
]
},
"runAccessReport": {
"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).",
"flatPath": "v1alpha/properties/{propertiesId}:runAccessReport",
Expand Down Expand Up @@ -4886,7 +4886,7 @@
}
}
},
"revision": "20240728",
"revision": "20240731",
"rootUrl": "https://analyticsadmin.googleapis.com/",
"schemas": {
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
Expand Down Expand Up @@ -6659,36 +6659,6 @@
},
"type": "object"
},
"GoogleAnalyticsAdminV1alphaCreateSubpropertyRequest": {
"description": "Request message for CreateSubproperty RPC.",
"id": "GoogleAnalyticsAdminV1alphaCreateSubpropertyRequest",
"properties": {
"subproperty": {
"$ref": "GoogleAnalyticsAdminV1alphaProperty",
"description": "Required. The subproperty to create."
},
"subpropertyEventFilter": {
"$ref": "GoogleAnalyticsAdminV1alphaSubpropertyEventFilter",
"description": "Optional. The subproperty event filter to create on an ordinary property."
}
},
"type": "object"
},
"GoogleAnalyticsAdminV1alphaCreateSubpropertyResponse": {
"description": "Response message for CreateSubproperty RPC.",
"id": "GoogleAnalyticsAdminV1alphaCreateSubpropertyResponse",
"properties": {
"subproperty": {
"$ref": "GoogleAnalyticsAdminV1alphaProperty",
"description": "The created subproperty."
},
"subpropertyEventFilter": {
"$ref": "GoogleAnalyticsAdminV1alphaSubpropertyEventFilter",
"description": "The created subproperty event filter."
}
},
"type": "object"
},
"GoogleAnalyticsAdminV1alphaCustomDimension": {
"description": "A definition for a CustomDimension.",
"id": "GoogleAnalyticsAdminV1alphaCustomDimension",
Expand Down Expand Up @@ -8532,6 +8502,36 @@
},
"type": "object"
},
"GoogleAnalyticsAdminV1alphaProvisionSubpropertyRequest": {
"description": "Request message for CreateSubproperty RPC.",
"id": "GoogleAnalyticsAdminV1alphaProvisionSubpropertyRequest",
"properties": {
"subproperty": {
"$ref": "GoogleAnalyticsAdminV1alphaProperty",
"description": "Required. The subproperty to create."
},
"subpropertyEventFilter": {
"$ref": "GoogleAnalyticsAdminV1alphaSubpropertyEventFilter",
"description": "Optional. The subproperty event filter to create on an ordinary property."
}
},
"type": "object"
},
"GoogleAnalyticsAdminV1alphaProvisionSubpropertyResponse": {
"description": "Response message for ProvisionSubproperty RPC.",
"id": "GoogleAnalyticsAdminV1alphaProvisionSubpropertyResponse",
"properties": {
"subproperty": {
"$ref": "GoogleAnalyticsAdminV1alphaProperty",
"description": "The created subproperty."
},
"subpropertyEventFilter": {
"$ref": "GoogleAnalyticsAdminV1alphaSubpropertyEventFilter",
"description": "The created subproperty event filter."
}
},
"type": "object"
},
"GoogleAnalyticsAdminV1alphaReorderEventEditRulesRequest": {
"description": "Request message for ReorderEventEditRules RPC.",
"id": "GoogleAnalyticsAdminV1alphaReorderEventEditRulesRequest",
Expand Down
Loading

0 comments on commit a5ddb40

Please sign in to comment.