Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#1838)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Feb 2, 2023
1 parent b3b5f17 commit 4b4c9d4
Show file tree
Hide file tree
Showing 66 changed files with 5,422 additions and 4,764 deletions.
44 changes: 22 additions & 22 deletions accesscontextmanager/v1/accesscontextmanager-api.json

Large diffs are not rendered by default.

125 changes: 62 additions & 63 deletions accesscontextmanager/v1/accesscontextmanager-gen.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions accesscontextmanager/v1beta/accesscontextmanager-api.json
Expand Up @@ -12,7 +12,7 @@
"baseUrl": "https://accesscontextmanager.googleapis.com/",
"batchPath": "batch",
"canonicalName": "Access Context Manager",
"description": "An API for setting attribute based access control to requests to GCP services.",
"description": "An API for setting attribute based access control to requests to Google Cloud services.",
"discoveryVersion": "v1",
"documentationLink": "https://cloud.google.com/access-context-manager/docs/reference/rest/",
"fullyEncodeReservedExpansion": true,
Expand Down Expand Up @@ -609,7 +609,7 @@
}
}
},
"revision": "20221205",
"revision": "20230130",
"rootUrl": "https://accesscontextmanager.googleapis.com/",
"schemas": {
"AccessContextManagerOperationMetadata": {
Expand Down
82 changes: 81 additions & 1 deletion analyticsadmin/v1alpha/analyticsadmin-api.json
Expand Up @@ -713,6 +713,25 @@
"https://www.googleapis.com/auth/analytics.edit"
]
},
"fetchAutomatedGa4ConfigurationOptOut": {
"description": "Fetches the opt out status for the automated GA4 setup process for a UA property. Note: this has no effect on GA4 property.",
"flatPath": "v1alpha/properties:fetchAutomatedGa4ConfigurationOptOut",
"httpMethod": "POST",
"id": "analyticsadmin.properties.fetchAutomatedGa4ConfigurationOptOut",
"parameterOrder": [],
"parameters": {},
"path": "v1alpha/properties:fetchAutomatedGa4ConfigurationOptOut",
"request": {
"$ref": "GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutRequest"
},
"response": {
"$ref": "GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutResponse"
},
"scopes": [
"https://www.googleapis.com/auth/analytics.edit",
"https://www.googleapis.com/auth/analytics.readonly"
]
},
"get": {
"description": "Lookup for a single \"GA4\" Property.",
"flatPath": "v1alpha/properties/{propertiesId}",
Expand Down Expand Up @@ -918,6 +937,24 @@
"https://www.googleapis.com/auth/analytics.readonly"
]
},
"setAutomatedGa4ConfigurationOptOut": {
"description": "Sets the opt out status for the automated GA4 setup process for a UA property. Note: this has no effect on GA4 property.",
"flatPath": "v1alpha/properties:setAutomatedGa4ConfigurationOptOut",
"httpMethod": "POST",
"id": "analyticsadmin.properties.setAutomatedGa4ConfigurationOptOut",
"parameterOrder": [],
"parameters": {},
"path": "v1alpha/properties:setAutomatedGa4ConfigurationOptOut",
"request": {
"$ref": "GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutRequest"
},
"response": {
"$ref": "GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse"
},
"scopes": [
"https://www.googleapis.com/auth/analytics.edit"
]
},
"updateAttributionSettings": {
"description": "Updates attribution settings on a property.",
"flatPath": "v1alpha/properties/{propertiesId}/attributionSettings",
Expand Down Expand Up @@ -3023,7 +3060,7 @@
}
}
},
"revision": "20221205",
"revision": "20230201",
"rootUrl": "https://analyticsadmin.googleapis.com/",
"schemas": {
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
Expand Down Expand Up @@ -4930,6 +4967,28 @@
},
"type": "object"
},
"GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutRequest": {
"description": "Request for fetching the opt out status for the automated GA4 setup process.",
"id": "GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutRequest",
"properties": {
"property": {
"description": "Required. The UA property to get the opt out status. Note this request uses the internal property ID, not the tracking ID of the form UA-XXXXXX-YY. Format: properties/{internalWebPropertyId} Example: properties/1234",
"type": "string"
}
},
"type": "object"
},
"GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutResponse": {
"description": "Response message for fetching the opt out status for the automated GA4 setup process.",
"id": "GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutResponse",
"properties": {
"optOut": {
"description": "The opt out status for the UA property.",
"type": "boolean"
}
},
"type": "object"
},
"GoogleAnalyticsAdminV1alphaFirebaseLink": {
"description": "A link between a GA4 property and a Firebase project.",
"id": "GoogleAnalyticsAdminV1alphaFirebaseLink",
Expand Down Expand Up @@ -5893,6 +5952,27 @@
},
"type": "object"
},
"GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutRequest": {
"description": "Request for setting the opt out status for the automated GA4 setup process.",
"id": "GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutRequest",
"properties": {
"optOut": {
"description": "The status to set.",
"type": "boolean"
},
"property": {
"description": "Required. The UA property to set the opt out status. Note this request uses the internal property ID, not the tracking ID of the form UA-XXXXXX-YY. Format: properties/{internalWebPropertyId} Example: properties/1234",
"type": "string"
}
},
"type": "object"
},
"GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse": {
"description": "Response message for setting the opt out status for the automated GA4 setup process.",
"id": "GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse",
"properties": {},
"type": "object"
},
"GoogleAnalyticsAdminV1alphaUpdateUserLinkRequest": {
"description": "Request message for UpdateUserLink RPC.",
"id": "GoogleAnalyticsAdminV1alphaUpdateUserLinkRequest",
Expand Down

0 comments on commit 4b4c9d4

Please sign in to comment.