Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#1893)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Mar 7, 2023
1 parent 5da4d6a commit e88ee8a
Show file tree
Hide file tree
Showing 71 changed files with 16,874 additions and 1,919 deletions.
4 changes: 2 additions & 2 deletions accessapproval/v1/accessapproval-api.json
Expand Up @@ -913,7 +913,7 @@
}
}
},
"revision": "20230224",
"revision": "20230303",
"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 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",
"description": "The product for which Access Approval will be enrolled. Allowed values are listed below (case-sensitive): * all * GA * App Engine * Artifact Registry * BigQuery * Certificate Authority Service * 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
21 changes: 11 additions & 10 deletions accessapproval/v1/accessapproval-gen.go

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

108 changes: 5 additions & 103 deletions analyticsadmin/v1alpha/analyticsadmin-api.json
Expand Up @@ -409,7 +409,7 @@
],
"parameters": {
"parent": {
"description": "Required. The account or property that owns the access bindings. The parent field in the DeleteAccessBindingRequest messages must either be empty or match this field. Formats: - accounts/{account} - properties/{property}",
"description": "Required. The account or property that owns the access bindings. The parent of all provided values for the 'names' field in DeleteAccessBindingRequest messages must match this field. Formats: - accounts/{account} - properties/{property}",
"location": "path",
"pattern": "^accounts/[^/]+$",
"required": true,
Expand Down Expand Up @@ -469,7 +469,7 @@
],
"parameters": {
"parent": {
"description": "Required. The account or property that owns the access bindings. The parent field in the UpdateAccessBindingRequest messages must either be empty or match this field. Formats: - accounts/{account} - properties/{property}",
"description": "Required. The account or property that owns the access bindings. The parent of all provided AccessBinding in UpdateAccessBindingRequest messages must match this field. Formats: - accounts/{account} - properties/{property}",
"location": "path",
"pattern": "^accounts/[^/]+$",
"required": true,
Expand Down Expand Up @@ -1006,21 +1006,6 @@
"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 @@ -1182,21 +1167,6 @@
"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 @@ -1422,7 +1392,7 @@
],
"parameters": {
"parent": {
"description": "Required. The account or property that owns the access bindings. The parent field in the DeleteAccessBindingRequest messages must either be empty or match this field. Formats: - accounts/{account} - properties/{property}",
"description": "Required. The account or property that owns the access bindings. The parent of all provided values for the 'names' field in DeleteAccessBindingRequest messages must match this field. Formats: - accounts/{account} - properties/{property}",
"location": "path",
"pattern": "^properties/[^/]+$",
"required": true,
Expand Down Expand Up @@ -1482,7 +1452,7 @@
],
"parameters": {
"parent": {
"description": "Required. The account or property that owns the access bindings. The parent field in the UpdateAccessBindingRequest messages must either be empty or match this field. Formats: - accounts/{account} - properties/{property}",
"description": "Required. The account or property that owns the access bindings. The parent of all provided AccessBinding in UpdateAccessBindingRequest messages must match this field. Formats: - accounts/{account} - properties/{property}",
"location": "path",
"pattern": "^properties/[^/]+$",
"required": true,
Expand Down Expand Up @@ -3801,7 +3771,7 @@
}
}
},
"revision": "20230302",
"revision": "20230304",
"rootUrl": "https://analyticsadmin.googleapis.com/",
"schemas": {
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
Expand Down Expand Up @@ -5237,21 +5207,6 @@
},
"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"
},
"tagId": {
"description": "Required. \"Tag ID to forward events to. Also known as the Measurement ID, or the \"G-ID\" (For example: G-12345).",
"type": "string"
}
},
"type": "object"
},
"GoogleAnalyticsAdminV1alphaConversionEvent": {
"description": "A conversion event in a Google Analytics property.",
"id": "GoogleAnalyticsAdminV1alphaConversionEvent",
Expand Down Expand Up @@ -5631,21 +5586,6 @@
},
"type": "object"
},
"GoogleAnalyticsAdminV1alphaDeleteConnectedSiteTagRequest": {
"description": "Request message for DeleteConnectedSiteTag RPC.",
"id": "GoogleAnalyticsAdminV1alphaDeleteConnectedSiteTagRequest",
"properties": {
"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"
},
"tagId": {
"description": "Tag ID to forward events to. Also known as the Measurement ID, or the \"G-ID\" (For example: G-12345).",
"type": "string"
}
},
"type": "object"
},
"GoogleAnalyticsAdminV1alphaDeleteUserLinkRequest": {
"description": "Request message for DeleteUserLink RPC.",
"id": "GoogleAnalyticsAdminV1alphaDeleteUserLinkRequest",
Expand Down Expand Up @@ -6158,44 +6098,6 @@
},
"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

0 comments on commit e88ee8a

Please sign in to comment.