Skip to content

Commit 07782e2

Browse files
feat(all): auto-regenerate discovery clients (#2770)
1 parent 6273efe commit 07782e2

File tree

13 files changed

+60
-294
lines changed

13 files changed

+60
-294
lines changed

‎androidmanagement/v1/androidmanagement-api.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1168,7 +1168,7 @@
11681168
}
11691169
}
11701170
},
1171-
"revision": "20240821",
1171+
"revision": "20240902",
11721172
"rootUrl": "https://androidmanagement.googleapis.com/",
11731173
"schemas": {
11741174
"AdbShellCommandEvent": {
@@ -4853,6 +4853,20 @@
48534853
},
48544854
"type": "array"
48554855
},
4856+
"assistContentPolicy": {
4857+
"description": "Optional. Controls whether AssistContent (https://developer.android.com/reference/android/app/assist/AssistContent) is allowed to be sent to a privileged app such as an assistant app. AssistContent includes screenshots and information about an app, such as package name. This is supported on Android 15 and above.",
4858+
"enum": [
4859+
"ASSIST_CONTENT_POLICY_UNSPECIFIED",
4860+
"ASSIST_CONTENT_DISALLOWED",
4861+
"ASSIST_CONTENT_ALLOWED"
4862+
],
4863+
"enumDescriptions": [
4864+
"Unspecified. Defaults to ASSIST_CONTENT_ALLOWED.",
4865+
"Assist content is blocked from being sent to a privileged app.Supported on Android 15 and above. A nonComplianceDetail with API_LEVEL is reported if the Android version is less than 15.",
4866+
"Assist content is allowed to be sent to a privileged app.Supported on Android 15 and above."
4867+
],
4868+
"type": "string"
4869+
},
48564870
"autoDateAndTimeZone": {
48574871
"description": "Whether auto date, time, and time zone are enabled on a company-owned device. If this is set, then autoTimeRequired is ignored.",
48584872
"enum": [
@@ -5412,7 +5426,7 @@
54125426
},
54135427
"wifiConfigsLockdownEnabled": {
54145428
"deprecated": true,
5415-
"description": "DEPRECATED - Use wifi_config_disabled.",
5429+
"description": "This is deprecated.",
54165430
"type": "boolean"
54175431
}
54185432
},

‎androidmanagement/v1/androidmanagement-gen.go

Lines changed: 16 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎cloudasset/v1/cloudasset-api.json

Lines changed: 3 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -358,59 +358,6 @@
358358
},
359359
"operations": {
360360
"methods": {
361-
"cancel": {
362-
"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
363-
"flatPath": "v1/operations/{operationsId}:cancel",
364-
"httpMethod": "POST",
365-
"id": "cloudasset.operations.cancel",
366-
"parameterOrder": [
367-
"name"
368-
],
369-
"parameters": {
370-
"name": {
371-
"description": "The name of the operation resource to be cancelled.",
372-
"location": "path",
373-
"pattern": "^operations/.*$",
374-
"required": true,
375-
"type": "string"
376-
}
377-
},
378-
"path": "v1/{+name}:cancel",
379-
"request": {
380-
"$ref": "CancelOperationRequest"
381-
},
382-
"response": {
383-
"$ref": "Empty"
384-
},
385-
"scopes": [
386-
"https://www.googleapis.com/auth/cloud-platform"
387-
]
388-
},
389-
"delete": {
390-
"description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.",
391-
"flatPath": "v1/operations/{operationsId}",
392-
"httpMethod": "DELETE",
393-
"id": "cloudasset.operations.delete",
394-
"parameterOrder": [
395-
"name"
396-
],
397-
"parameters": {
398-
"name": {
399-
"description": "The name of the operation resource to be deleted.",
400-
"location": "path",
401-
"pattern": "^operations/.*$",
402-
"required": true,
403-
"type": "string"
404-
}
405-
},
406-
"path": "v1/{+name}",
407-
"response": {
408-
"$ref": "Empty"
409-
},
410-
"scopes": [
411-
"https://www.googleapis.com/auth/cloud-platform"
412-
]
413-
},
414361
"get": {
415362
"description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
416363
"flatPath": "v1/{v1Id}/{v1Id1}/operations/{operationsId}/{operationsId1}",
@@ -1148,7 +1095,7 @@
11481095
}
11491096
}
11501097
},
1151-
"revision": "20240823",
1098+
"revision": "20240831",
11521099
"rootUrl": "https://cloudasset.googleapis.com/",
11531100
"schemas": {
11541101
"AccessSelector": {
@@ -1578,12 +1525,6 @@
15781525
},
15791526
"type": "object"
15801527
},
1581-
"CancelOperationRequest": {
1582-
"description": "The request message for Operations.CancelOperation.",
1583-
"id": "CancelOperationRequest",
1584-
"properties": {},
1585-
"type": "object"
1586-
},
15871528
"ConditionContext": {
15881529
"description": "The IAM conditions context.",
15891530
"id": "ConditionContext",
@@ -3526,7 +3467,7 @@
35263467
"AVAILABLE_PACKAGE"
35273468
],
35283469
"enumDescriptions": [
3529-
"Invalid. An type must be specified.",
3470+
"Invalid. A type must be specified.",
35303471
"This represents a package that is installed on the VM.",
35313472
"This represents an update that is available for a package."
35323473
],
@@ -4207,7 +4148,7 @@
42074148
"type": "array"
42084149
},
42094150
"enrichments": {
4210-
"description": "Enrichments of the asset. Currently supported enrichment types with SearchAllResources API: * RESOURCE_OWNERS The corresponding read masks in order to get the enrichment: * enrichments.resource_owners The corresponding required permissions: * cloudasset.assets.searchEnrichmentResourceOwners Example query to get resource owner enrichment: scope: \"projects/my-project\" query: \"name: my-project\" assetTypes: \"cloudresourcemanager.googleapis.com/Project\" readMask: { paths: \"asset_type\" paths: \"name\" paths: \"enrichments.resource_owners\" }",
4151+
"description": "Enrichments of the asset. Currently supported enrichment types with SearchAllResources API: * RESOURCE_OWNERS The corresponding read masks in order to get the enrichment: * enrichments.resource_owners The corresponding required permissions: * cloudasset.assets.searchEnrichmentResourceOwners Example query to get resource owner enrichment: ``` scope: \"projects/my-project\" query: \"name: my-project\" assetTypes: \"cloudresourcemanager.googleapis.com/Project\" readMask: { paths: \"asset_type\" paths: \"name\" paths: \"enrichments.resource_owners\" } ```",
42114152
"items": {
42124153
"$ref": "AssetEnrichment"
42134154
},

0 commit comments

Comments
 (0)