Skip to content

Commit

Permalink
Update discovery documents and generated code
Browse files Browse the repository at this point in the history
automatically_generated_update
  • Loading branch information
amanda-tarafa authored and jskeet committed Oct 9, 2023
1 parent c5ed5a3 commit c0034f0
Show file tree
Hide file tree
Showing 44 changed files with 369 additions and 141 deletions.
10 changes: 9 additions & 1 deletion DiscoveryJson/analyticsadmin_v1alpha.json
Original file line number Diff line number Diff line change
Expand Up @@ -4298,7 +4298,7 @@
}
}
},
"revision": "20231003",
"revision": "20231004",
"rootUrl": "https://analyticsadmin.googleapis.com/",
"schemas": {
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
Expand Down Expand Up @@ -7714,6 +7714,14 @@
},
"type": "array"
},
"expandGroups": {
"description": "Optional. Decides whether to return the users within user groups. This field works only when include_all_users is set to true. If true, it will return all users with access to the specified property or account. If false, only the users with direct access will be returned.",
"type": "boolean"
},
"includeAllUsers": {
"description": "Optional. Determines whether to include users who have never made an API call in the response. If true, all users with access to the specified property or account are included in the response, regardless of whether they have made an API call or not. If false, only the users who have made an API call will be included.",
"type": "boolean"
},
"limit": {
"description": "The number of rows to return. If unspecified, 10,000 rows are returned. The API returns a maximum of 100,000 rows per request, no matter how many you ask for. `limit` must be positive. The API may return fewer rows than the requested `limit`, if there aren't as many remaining rows as the `limit`. For instance, there are fewer than 300 possible values for the dimension `country`, so when reporting on only `country`, you can't get more than 300 rows, even if you set `limit` to a higher value. To learn more about this pagination parameter, see [Pagination](https://developers.google.com/analytics/devguides/reporting/data/v1/basics#pagination).",
"format": "int64",
Expand Down
10 changes: 9 additions & 1 deletion DiscoveryJson/analyticsadmin_v1beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -1628,7 +1628,7 @@
}
}
},
"revision": "20231003",
"revision": "20231004",
"rootUrl": "https://analyticsadmin.googleapis.com/",
"schemas": {
"GoogleAnalyticsAdminV1betaAccessBetweenFilter": {
Expand Down Expand Up @@ -3076,6 +3076,14 @@
},
"type": "array"
},
"expandGroups": {
"description": "Optional. Decides whether to return the users within user groups. This field works only when include_all_users is set to true. If true, it will return all users with access to the specified property or account. If false, only the users with direct access will be returned.",
"type": "boolean"
},
"includeAllUsers": {
"description": "Optional. Determines whether to include users who have never made an API call in the response. If true, all users with access to the specified property or account are included in the response, regardless of whether they have made an API call or not. If false, only the users who have made an API call will be included.",
"type": "boolean"
},
"limit": {
"description": "The number of rows to return. If unspecified, 10,000 rows are returned. The API returns a maximum of 100,000 rows per request, no matter how many you ask for. `limit` must be positive. The API may return fewer rows than the requested `limit`, if there aren't as many remaining rows as the `limit`. For instance, there are fewer than 300 possible values for the dimension `country`, so when reporting on only `country`, you can't get more than 300 rows, even if you set `limit` to a higher value. To learn more about this pagination parameter, see [Pagination](https://developers.google.com/analytics/devguides/reporting/data/v1/basics#pagination).",
"format": "int64",
Expand Down
16 changes: 8 additions & 8 deletions DiscoveryJson/analyticshub_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@
}
}
},
"revision": "20230904",
"revision": "20230923",
"rootUrl": "https://analyticshub.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -1470,19 +1470,14 @@
"type": "object"
},
"OperationMetadata": {
"description": "Represents the metadata of the long-running operation.",
"description": "Represents the metadata of a long-running operation in Analytics Hub.",
"id": "OperationMetadata",
"properties": {
"apiVersion": {
"description": "Output only. API version used to start the operation.",
"readOnly": true,
"type": "string"
},
"cancelRequested": {
"description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
"readOnly": true,
"type": "boolean"
},
"createTime": {
"description": "Output only. The time the operation was created.",
"format": "google-datetime",
Expand All @@ -1495,7 +1490,12 @@
"readOnly": true,
"type": "string"
},
"statusDetail": {
"requestedCancellation": {
"description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
"readOnly": true,
"type": "boolean"
},
"statusMessage": {
"description": "Output only. Human-readable status of the operation, if any.",
"readOnly": true,
"type": "string"
Expand Down
16 changes: 8 additions & 8 deletions DiscoveryJson/analyticshub_v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@
}
}
},
"revision": "20230821",
"revision": "20230923",
"rootUrl": "https://analyticshub.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -1114,19 +1114,14 @@
"type": "object"
},
"OperationMetadata": {
"description": "Represents the metadata of the long-running operation.",
"description": "Represents the metadata of a long-running operation in Analytics Hub.",
"id": "OperationMetadata",
"properties": {
"apiVersion": {
"description": "Output only. API version used to start the operation.",
"readOnly": true,
"type": "string"
},
"cancelRequested": {
"description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
"readOnly": true,
"type": "boolean"
},
"createTime": {
"description": "Output only. The time the operation was created.",
"format": "google-datetime",
Expand All @@ -1139,7 +1134,12 @@
"readOnly": true,
"type": "string"
},
"statusDetail": {
"requestedCancellation": {
"description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
"readOnly": true,
"type": "boolean"
},
"statusMessage": {
"description": "Output only. Human-readable status of the operation, if any.",
"readOnly": true,
"type": "string"
Expand Down
49 changes: 47 additions & 2 deletions DiscoveryJson/artifactregistry_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,51 @@
"description": "Regional Endpoint",
"endpointUrl": "https://artifactregistry.me-central2.rep.googleapis.com/",
"location": "me-central2"
},
{
"description": "Locational Endpoint",
"endpointUrl": "https://apt.me-central2.rep.pkg.dev/",
"location": "me-central2"
},
{
"description": "Locational Endpoint",
"endpointUrl": "https://docker.me-central2.rep.pkg.dev/",
"location": "me-central2"
},
{
"description": "Locational Endpoint",
"endpointUrl": "https://go.me-central2.rep.pkg.dev/",
"location": "me-central2"
},
{
"description": "Locational Endpoint",
"endpointUrl": "https://googet.me-central2.rep.pkg.dev/",
"location": "me-central2"
},
{
"description": "Locational Endpoint",
"endpointUrl": "https://kfp.me-central2.rep.pkg.dev/",
"location": "me-central2"
},
{
"description": "Locational Endpoint",
"endpointUrl": "https://maven.me-central2.rep.pkg.dev/",
"location": "me-central2"
},
{
"description": "Locational Endpoint",
"endpointUrl": "https://npm.me-central2.rep.pkg.dev/",
"location": "me-central2"
},
{
"description": "Locational Endpoint",
"endpointUrl": "https://python.me-central2.rep.pkg.dev/",
"location": "me-central2"
},
{
"description": "Locational Endpoint",
"endpointUrl": "https://yum.me-central2.rep.pkg.dev/",
"location": "me-central2"
}
],
"fullyEncodeReservedExpansion": true,
Expand Down Expand Up @@ -360,7 +405,7 @@
"type": "string"
},
"repositoryId": {
"description": "The repository id to use for this repository.",
"description": "Required. The repository id to use for this repository.",
"location": "query",
"type": "string"
}
Expand Down Expand Up @@ -1668,7 +1713,7 @@
}
}
},
"revision": "20230913",
"revision": "20231006",
"rootUrl": "https://artifactregistry.googleapis.com/",
"schemas": {
"AptArtifact": {
Expand Down
49 changes: 47 additions & 2 deletions DiscoveryJson/artifactregistry_v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,51 @@
"description": "Regional Endpoint",
"endpointUrl": "https://artifactregistry.me-central2.rep.googleapis.com/",
"location": "me-central2"
},
{
"description": "Locational Endpoint",
"endpointUrl": "https://apt.me-central2.rep.pkg.dev/",
"location": "me-central2"
},
{
"description": "Locational Endpoint",
"endpointUrl": "https://docker.me-central2.rep.pkg.dev/",
"location": "me-central2"
},
{
"description": "Locational Endpoint",
"endpointUrl": "https://go.me-central2.rep.pkg.dev/",
"location": "me-central2"
},
{
"description": "Locational Endpoint",
"endpointUrl": "https://googet.me-central2.rep.pkg.dev/",
"location": "me-central2"
},
{
"description": "Locational Endpoint",
"endpointUrl": "https://kfp.me-central2.rep.pkg.dev/",
"location": "me-central2"
},
{
"description": "Locational Endpoint",
"endpointUrl": "https://maven.me-central2.rep.pkg.dev/",
"location": "me-central2"
},
{
"description": "Locational Endpoint",
"endpointUrl": "https://npm.me-central2.rep.pkg.dev/",
"location": "me-central2"
},
{
"description": "Locational Endpoint",
"endpointUrl": "https://python.me-central2.rep.pkg.dev/",
"location": "me-central2"
},
{
"description": "Locational Endpoint",
"endpointUrl": "https://yum.me-central2.rep.pkg.dev/",
"location": "me-central2"
}
],
"fullyEncodeReservedExpansion": true,
Expand Down Expand Up @@ -238,7 +283,7 @@
"type": "string"
},
"repositoryId": {
"description": "The repository id to use for this repository.",
"description": "Required. The repository id to use for this repository.",
"location": "query",
"type": "string"
}
Expand Down Expand Up @@ -936,7 +981,7 @@
}
}
},
"revision": "20230913",
"revision": "20231006",
"rootUrl": "https://artifactregistry.googleapis.com/",
"schemas": {
"Binding": {
Expand Down
49 changes: 47 additions & 2 deletions DiscoveryJson/artifactregistry_v1beta2.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,51 @@
"description": "Regional Endpoint",
"endpointUrl": "https://artifactregistry.me-central2.rep.googleapis.com/",
"location": "me-central2"
},
{
"description": "Locational Endpoint",
"endpointUrl": "https://apt.me-central2.rep.pkg.dev/",
"location": "me-central2"
},
{
"description": "Locational Endpoint",
"endpointUrl": "https://docker.me-central2.rep.pkg.dev/",
"location": "me-central2"
},
{
"description": "Locational Endpoint",
"endpointUrl": "https://go.me-central2.rep.pkg.dev/",
"location": "me-central2"
},
{
"description": "Locational Endpoint",
"endpointUrl": "https://googet.me-central2.rep.pkg.dev/",
"location": "me-central2"
},
{
"description": "Locational Endpoint",
"endpointUrl": "https://kfp.me-central2.rep.pkg.dev/",
"location": "me-central2"
},
{
"description": "Locational Endpoint",
"endpointUrl": "https://maven.me-central2.rep.pkg.dev/",
"location": "me-central2"
},
{
"description": "Locational Endpoint",
"endpointUrl": "https://npm.me-central2.rep.pkg.dev/",
"location": "me-central2"
},
{
"description": "Locational Endpoint",
"endpointUrl": "https://python.me-central2.rep.pkg.dev/",
"location": "me-central2"
},
{
"description": "Locational Endpoint",
"endpointUrl": "https://yum.me-central2.rep.pkg.dev/",
"location": "me-central2"
}
],
"fullyEncodeReservedExpansion": true,
Expand Down Expand Up @@ -300,7 +345,7 @@
"type": "string"
},
"repositoryId": {
"description": "The repository id to use for this repository.",
"description": "Required. The repository id to use for this repository.",
"location": "query",
"type": "string"
}
Expand Down Expand Up @@ -1142,7 +1187,7 @@
}
}
},
"revision": "20230913",
"revision": "20231006",
"rootUrl": "https://artifactregistry.googleapis.com/",
"schemas": {
"AptArtifact": {
Expand Down
9 changes: 8 additions & 1 deletion DiscoveryJson/bigqueryreservation_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
"description": "A service to modify your BigQuery flat-rate reservations.",
"discoveryVersion": "v1",
"documentationLink": "https://cloud.google.com/bigquery/",
"endpoints": [
{
"description": "Regional Endpoint",
"endpointUrl": "https://bigqueryreservation.me-central2.rep.googleapis.com/",
"location": "me-central2"
}
],
"fullyEncodeReservedExpansion": true,
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
Expand Down Expand Up @@ -824,7 +831,7 @@
}
}
},
"revision": "20230726",
"revision": "20230928",
"rootUrl": "https://bigqueryreservation.googleapis.com/",
"schemas": {
"Assignment": {
Expand Down
9 changes: 8 additions & 1 deletion DiscoveryJson/chromepolicy_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@
}
}
},
"revision": "20231003",
"revision": "20231005",
"rootUrl": "https://chromepolicy.googleapis.com/",
"schemas": {
"GoogleChromePolicyVersionsV1AdditionalTargetKeyName": {
Expand Down Expand Up @@ -960,6 +960,13 @@
"Please stop using this policy. This policy is deprecated and may/will be removed in the future. Most likely a new policy was introduced to replace this one."
],
"type": "string"
},
"scheduledToDeprecatePolicies": {
"description": "Corresponding to deprecated_in_favor_of, the fully qualified namespace(s) of the old policies that will be deprecated because of introduction of this policy. This field should not be manually set but will be set and exposed through PolicyAPI automatically.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
Expand Down
Loading

0 comments on commit c0034f0

Please sign in to comment.