Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #2201

Merged
merged 1 commit into from
Oct 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,015 changes: 93 additions & 922 deletions analyticsadmin/v1alpha/analyticsadmin-api.json

Large diffs are not rendered by default.

16,454 changes: 6,401 additions & 10,053 deletions analyticsadmin/v1alpha/analyticsadmin-gen.go

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions analyticsadmin/v1beta/analyticsadmin-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"accounts": {
"methods": {
"delete": {
"description": "Marks target Account as soft-deleted (ie: \"trashed\") and returns it. This API does not have a method to restore soft-deleted accounts. However, they can be restored using the Trash Can UI. If the accounts are not restored before the expiration time, the account and all child resources (eg: Properties, GoogleAdsLinks, Streams, UserLinks) will be permanently purged. https://support.google.com/analytics/answer/6154772 Returns an error if the target is not found.",
"description": "Marks target Account as soft-deleted (ie: \"trashed\") and returns it. This API does not have a method to restore soft-deleted accounts. However, they can be restored using the Trash Can UI. If the accounts are not restored before the expiration time, the account and all child resources (eg: Properties, GoogleAdsLinks, Streams, AccessBindings) will be permanently purged. https://support.google.com/analytics/answer/6154772 Returns an error if the target is not found.",
"flatPath": "v1beta/accounts/{accountsId}",
"httpMethod": "DELETE",
"id": "analyticsadmin.accounts.delete",
Expand Down Expand Up @@ -412,7 +412,7 @@
]
},
"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, UserLinks) 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.",
"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": "v1beta/properties/{propertiesId}",
"httpMethod": "DELETE",
"id": "analyticsadmin.properties.delete",
Expand Down Expand Up @@ -1628,7 +1628,7 @@
}
}
},
"revision": "20231001",
"revision": "20231003",
"rootUrl": "https://analyticsadmin.googleapis.com/",
"schemas": {
"GoogleAnalyticsAdminV1betaAccessBetweenFilter": {
Expand Down
8 changes: 4 additions & 4 deletions analyticsadmin/v1beta/analyticsadmin-gen.go

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

16 changes: 8 additions & 8 deletions analyticshub/v1/analyticshub-api.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
22 changes: 11 additions & 11 deletions analyticshub/v1/analyticshub-gen.go

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

16 changes: 8 additions & 8 deletions analyticshub/v1beta1/analyticshub-api.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
22 changes: 11 additions & 11 deletions analyticshub/v1beta1/analyticshub-gen.go

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

30 changes: 29 additions & 1 deletion androidmanagement/v1/androidmanagement-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@
}
}
},
"revision": "20230925",
"revision": "20231004",
"rootUrl": "https://androidmanagement.googleapis.com/",
"schemas": {
"AdbShellCommandEvent": {
Expand Down Expand Up @@ -2641,6 +2641,34 @@
],
"type": "string"
},
"cellularTwoGState": {
"description": "Controls whether cellular 2G setting can be toggled by the user or not.",
"enum": [
"CELLULAR_TWO_G_STATE_UNSPECIFIED",
"CELLULAR_TWO_G_USER_CHOICE",
"CELLULAR_TWO_G_DISABLED"
],
"enumDescriptions": [
"Unspecified. Defaults to CELLULAR_TWO_G_USER_CHOICE.",
"The user is allowed to toggle cellular 2G on or off.",
"Cellular 2G is disabled. The user is not allowed to toggle cellular 2G on via settings. A nonComplianceDetail with API_LEVEL is reported if the Android version is less than 14."
],
"type": "string"
},
"ultraWidebandState": {
"description": "Controls the state of the ultra wideband setting and whether the user can toggle it on or off.",
"enum": [
"ULTRA_WIDEBAND_STATE_UNSPECIFIED",
"ULTRA_WIDEBAND_USER_CHOICE",
"ULTRA_WIDEBAND_DISABLED"
],
"enumDescriptions": [
"Unspecified. Defaults to ULTRA_WIDEBAND_USER_CHOICE.",
"The user is allowed to toggle ultra wideband on or off.",
"Ultra wideband is disabled. The user is not allowed to toggle ultra wideband on via settings. A nonComplianceDetail with API_LEVEL is reported if the Android version is less than 14."
],
"type": "string"
},
"wifiState": {
"description": "Controls current state of Wi-Fi and if user can change its state.",
"enum": [
Expand Down
28 changes: 28 additions & 0 deletions androidmanagement/v1/androidmanagement-gen.go

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

49 changes: 47 additions & 2 deletions artifactregistry/v1/artifactregistry-api.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": "20231002",
"rootUrl": "https://artifactregistry.googleapis.com/",
"schemas": {
"AptArtifact": {
Expand Down
6 changes: 3 additions & 3 deletions artifactregistry/v1/artifactregistry-gen.go

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

Loading