Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#1882)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Mar 1, 2023
1 parent e99d0d5 commit 15808d7
Show file tree
Hide file tree
Showing 88 changed files with 16,373 additions and 2,211 deletions.
4 changes: 2 additions & 2 deletions accessapproval/v1/accessapproval-api.json
Expand Up @@ -913,7 +913,7 @@
}
}
},
"revision": "20230203",
"revision": "20230224",
"rootUrl": "https://accessapproval.googleapis.com/",
"schemas": {
"AccessApprovalServiceAccount": {
Expand Down Expand Up @@ -1140,7 +1140,7 @@
"id": "EnrolledService",
"properties": {
"cloudProduct": {
"description": "The product for which Access Approval will be enrolled. Allowed values are listed below (case-sensitive): * all * GA * App Engine * Artifact Registry * BigQuery * Cloud Bigtable * Cloud Key Management Service * Compute Engine * Cloud Dataflow * Cloud Dataproc * Cloud DLP * Cloud EKM * Cloud HSM * Cloud Identity and Access Management * Cloud Logging * Cloud NAT * Cloud Pub/Sub * Cloud Spanner * Cloud SQL * Cloud Storage * Google Kubernetes Engine * Organization Policy Serivice * Persistent Disk * Resource Manager * Secret Manager * Speaker ID Note: These values are supported as input for legacy purposes, but will not be returned from the API. * all * ga-only * appengine.googleapis.com * artifactregistry.googleapis.com * bigquery.googleapis.com * bigtable.googleapis.com * container.googleapis.com * cloudkms.googleapis.com * cloudresourcemanager.googleapis.com * cloudsql.googleapis.com * compute.googleapis.com * dataflow.googleapis.com * dataproc.googleapis.com * dlp.googleapis.com * iam.googleapis.com * logging.googleapis.com * orgpolicy.googleapis.com * pubsub.googleapis.com * spanner.googleapis.com * secretmanager.googleapis.com * speakerid.googleapis.com * storage.googleapis.com Calls to UpdateAccessApprovalSettings using 'all' or any of the XXX.googleapis.com will be translated to the associated product name ('all', 'App Engine', etc.). Note: 'all' will enroll the resource in all products supported at both 'GA' and 'Preview' levels. More information about levels of support is available at https://cloud.google.com/access-approval/docs/supported-services",
"description": "The product for which Access Approval will be enrolled. Allowed values are listed below (case-sensitive): * all * GA * App Engine * Artifact Registry * BigQuery * Cloud Bigtable * Cloud Key Management Service * Compute Engine * Cloud Composer * Cloud Dataflow * Cloud Dataproc * Cloud DLP * Cloud EKM * Cloud HSM * Cloud Identity and Access Management * Cloud Logging * Cloud NAT * Cloud Pub/Sub * Cloud Spanner * Cloud SQL * Cloud Storage * Google Kubernetes Engine * Organization Policy Serivice * Persistent Disk * Resource Manager * Secret Manager * Speaker ID Note: These values are supported as input for legacy purposes, but will not be returned from the API. * all * ga-only * appengine.googleapis.com * artifactregistry.googleapis.com * bigquery.googleapis.com * bigtable.googleapis.com * container.googleapis.com * cloudkms.googleapis.com * cloudresourcemanager.googleapis.com * cloudsql.googleapis.com * compute.googleapis.com * dataflow.googleapis.com * dataproc.googleapis.com * dlp.googleapis.com * iam.googleapis.com * logging.googleapis.com * orgpolicy.googleapis.com * pubsub.googleapis.com * spanner.googleapis.com * secretmanager.googleapis.com * speakerid.googleapis.com * storage.googleapis.com Calls to UpdateAccessApprovalSettings using 'all' or any of the XXX.googleapis.com will be translated to the associated product name ('all', 'App Engine', etc.). Note: 'all' will enroll the resource in all products supported at both 'GA' and 'Preview' levels. More information about levels of support is available at https://cloud.google.com/access-approval/docs/supported-services",
"type": "string"
},
"enrollmentLevel": {
Expand Down
10 changes: 5 additions & 5 deletions accessapproval/v1/accessapproval-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

106 changes: 102 additions & 4 deletions analyticsadmin/v1alpha/analyticsadmin-api.json
Expand Up @@ -1006,6 +1006,21 @@
"https://www.googleapis.com/auth/analytics.edit"
]
},
"deleteConnectedSiteTag": {
"description": "Deletes a connected site tag for a Universal Analytics property. Note: this has no effect on GA4 properties.",
"flatPath": "v1alpha/properties:deleteConnectedSiteTag",
"httpMethod": "POST",
"id": "analyticsadmin.properties.deleteConnectedSiteTag",
"parameterOrder": [],
"parameters": {},
"path": "v1alpha/properties:deleteConnectedSiteTag",
"request": {
"$ref": "GoogleAnalyticsAdminV1alphaDeleteConnectedSiteTagRequest"
},
"response": {
"$ref": "GoogleProtobufEmpty"
}
},
"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",
Expand Down Expand Up @@ -1167,6 +1182,21 @@
"https://www.googleapis.com/auth/analytics.readonly"
]
},
"listConnectedSiteTags": {
"description": "Lists the connected site tags for a Universal Analytics property. Note: this has no effect on GA4 property.",
"flatPath": "v1alpha/properties:listConnectedSiteTags",
"httpMethod": "POST",
"id": "analyticsadmin.properties.listConnectedSiteTags",
"parameterOrder": [],
"parameters": {},
"path": "v1alpha/properties:listConnectedSiteTags",
"request": {
"$ref": "GoogleAnalyticsAdminV1alphaListConnectedSiteTagsRequest"
},
"response": {
"$ref": "GoogleAnalyticsAdminV1alphaListConnectedSiteTagsResponse"
}
},
"patch": {
"description": "Updates a property.",
"flatPath": "v1alpha/properties/{propertiesId}",
Expand Down Expand Up @@ -3771,7 +3801,7 @@
}
}
},
"revision": "20230223",
"revision": "20230228",
"rootUrl": "https://analyticsadmin.googleapis.com/",
"schemas": {
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
Expand Down Expand Up @@ -5203,6 +5233,21 @@
},
"type": "object"
},
"GoogleAnalyticsAdminV1alphaConnectedSiteTag": {
"description": "Configuration for a specific Connected Site Tag.",
"id": "GoogleAnalyticsAdminV1alphaConnectedSiteTag",
"properties": {
"displayName": {
"description": "Required. User-provided display name for the connected site tag. Must be less than 256 characters.",
"type": "string"
},
"measurementId": {
"description": "Required. Measurement ID to forward events to. Also known as “G-ID” (For example: G-12345).",
"type": "string"
}
},
"type": "object"
},
"GoogleAnalyticsAdminV1alphaConversionEvent": {
"description": "A conversion event in a Google Analytics property.",
"id": "GoogleAnalyticsAdminV1alphaConversionEvent",
Expand All @@ -5219,7 +5264,7 @@
"type": "boolean"
},
"deletable": {
"description": "Output only. If set, this event can currently be deleted via DeleteConversionEvent.",
"description": "Output only. If set, this event can currently be deleted with DeleteConversionEvent.",
"readOnly": true,
"type": "boolean"
},
Expand Down Expand Up @@ -5582,6 +5627,21 @@
},
"type": "object"
},
"GoogleAnalyticsAdminV1alphaDeleteConnectedSiteTagRequest": {
"description": "Request message for DeleteConnectedSiteTag RPC.",
"id": "GoogleAnalyticsAdminV1alphaDeleteConnectedSiteTagRequest",
"properties": {
"measurementId": {
"description": "The measurement ID of the tag to remove from the Universal Analytics property. Also known as \"G-ID\". Example: \"G-12345\"",
"type": "string"
},
"property": {
"description": "The Universal Analytics property to delete connected site tags for. This API does not support GA4 properties. Format: properties/{universalAnalyticsPropertyId} Example: properties/1234",
"type": "string"
}
},
"type": "object"
},
"GoogleAnalyticsAdminV1alphaDeleteUserLinkRequest": {
"description": "Request message for DeleteUserLink RPC.",
"id": "GoogleAnalyticsAdminV1alphaDeleteUserLinkRequest",
Expand Down Expand Up @@ -6094,6 +6154,44 @@
},
"type": "object"
},
"GoogleAnalyticsAdminV1alphaListConnectedSiteTagsRequest": {
"description": "Request message for ListConnectedSiteTags RPC.",
"id": "GoogleAnalyticsAdminV1alphaListConnectedSiteTagsRequest",
"properties": {
"pageSize": {
"description": "The maximum number of resources to return. The service may return fewer than this value, even if there are additional pages. If unspecified, at most 50 resources will be returned. The maximum value is 200; (higher values will be coerced to the maximum)",
"format": "int32",
"type": "integer"
},
"pageToken": {
"description": "A page token, received from a previous `ListConnectedSiteTags` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListConnectedSiteTags` must match the call that provided the page token.",
"type": "string"
},
"property": {
"description": "The Universal Analytics property to fetch connected site tags for. This does not work on GA4 properties. Format: `properties/1234`",
"type": "string"
}
},
"type": "object"
},
"GoogleAnalyticsAdminV1alphaListConnectedSiteTagsResponse": {
"description": "Response message for ListConnectedSiteTags RPC.",
"id": "GoogleAnalyticsAdminV1alphaListConnectedSiteTagsResponse",
"properties": {
"connectedSiteTags": {
"description": "The site tags for the Universal Analytics property",
"items": {
"$ref": "GoogleAnalyticsAdminV1alphaConnectedSiteTag"
},
"type": "array"
},
"nextPageToken": {
"description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
"type": "string"
}
},
"type": "object"
},
"GoogleAnalyticsAdminV1alphaListConversionEventsResponse": {
"description": "Response message for ListConversionEvents RPC.",
"id": "GoogleAnalyticsAdminV1alphaListConversionEventsResponse",
Expand Down Expand Up @@ -6472,7 +6570,7 @@
"type": "string"
},
"propertyType": {
"description": "Immutable. The property type for this Property resource. When creating a property, if the type is \"PROPERTY_TYPE_UNSPECIFIED\", then \"ORDINARY_PROPERTY\" will be implied. \"SUBPROPERTY\" and \"ROLLUP_PROPERTY\" types cannot yet be created via Google Analytics Admin API.",
"description": "Immutable. The property type for this Property resource. When creating a property, if the type is \"PROPERTY_TYPE_UNSPECIFIED\", then \"ORDINARY_PROPERTY\" will be implied. \"SUBPROPERTY\" and \"ROLLUP_PROPERTY\" types cannot yet be created with the Google Analytics Admin API.",
"enum": [
"PROPERTY_TYPE_UNSPECIFIED",
"PROPERTY_TYPE_ORDINARY",
Expand Down Expand Up @@ -6559,7 +6657,7 @@
"description": "The account to create."
},
"redirectUri": {
"description": "Redirect URI where the user will be sent after accepting Terms of Service. Must be configured in Developers Console as a Redirect URI.",
"description": "Redirect URI where the user will be sent after accepting Terms of Service. Must be configured in Cloud Console as a Redirect URI.",
"type": "string"
}
},
Expand Down

0 comments on commit 15808d7

Please sign in to comment.