Skip to content

Commit 1b18158

Browse files
feat(all): auto-regenerate discovery clients (#3526)
1 parent 15b140d commit 1b18158

26 files changed

+3877
-472
lines changed

admin/directory/v1/admin-api.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@
454454
"type": "string"
455455
},
456456
"query": {
457-
"description": "Search string in the format given at https://developers.google.com/workspace/admin/directory/v1/list-query-operators",
457+
"description": "Search string in the format given at [List query operators](https://developers.google.com/workspace/admin/directory/v1/list-query-operators).",
458458
"location": "query",
459459
"type": "string"
460460
},
@@ -657,7 +657,7 @@
657657
"type": "string"
658658
},
659659
"filter": {
660-
"description": "Optional. Search string in the format given at https://developers.google.com/workspace/admin/directory/v1/list-query-operators",
660+
"description": "Optional. Search string in the format given at [List query operators](https://developers.google.com/workspace/admin/directory/v1/list-query-operators).",
661661
"location": "query",
662662
"type": "string"
663663
},
@@ -3890,7 +3890,7 @@
38903890
"users": {
38913891
"methods": {
38923892
"createGuest": {
3893-
"description": "Create a guest user with access to a [subset of Workspace capabilities](https://support.google.com/a/answer/16558545?hl=en). This feature is currently in Alpha. Please reach out to support if you are interested in trying this feature.",
3893+
"description": "Create a guest user with access to a [subset of Workspace capabilities](https://support.google.com/a/answer/16558545). This feature is currently in Alpha. Please reach out to support if you are interested in trying this feature.",
38943894
"flatPath": "admin/directory/v1/users:createGuest",
38953895
"httpMethod": "POST",
38963896
"id": "directory.users.createGuest",
@@ -4729,7 +4729,7 @@
47294729
}
47304730
}
47314731
},
4732-
"revision": "20260210",
4732+
"revision": "20260227",
47334733
"rootUrl": "https://admin.googleapis.com/",
47344734
"schemas": {
47354735
"Alias": {

admin/directory/v1/admin-gen.go

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

androidmanagement/v1/androidmanagement-api.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@
12651265
}
12661266
}
12671267
},
1268-
"revision": "20260302",
1268+
"revision": "20260303",
12691269
"rootUrl": "https://androidmanagement.googleapis.com/",
12701270
"schemas": {
12711271
"AdbShellCommandEvent": {
@@ -7572,11 +7572,6 @@
75727572
"description": "Configuration for managing system updatesNote: Google Play system updates (https://source.android.com/docs/core/ota/modular-system) (also called Mainline updates) are automatically downloaded but require a device reboot to be installed. Refer to the mainline section in Manage system updates (https://developer.android.com/work/dpc/system-updates#mainline) for further details.",
75737573
"id": "SystemUpdate",
75747574
"properties": {
7575-
"allowedDaysWithoutUpdate": {
7576-
"description": "If this is greater than zero, then this is the number of days after a pending update becoming available that a device can remain compliant, without taking the update. Has no effect otherwise.",
7577-
"format": "int32",
7578-
"type": "integer"
7579-
},
75807575
"endMinutes": {
75817576
"description": "If the type is WINDOWED, the end of the maintenance window, measured as the number of minutes after midnight in device's local time. This value must be between 0 and 1439, inclusive. If this value is less than start_minutes, then the maintenance window spans midnight. If the maintenance window specified is smaller than 30 minutes, the actual window is extended to 30 minutes beyond the start time.",
75827577
"format": "int32",

androidmanagement/v1/androidmanagement-gen.go

Lines changed: 5 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backupdr/v1/backupdr-api.json

Lines changed: 64 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -2262,7 +2262,7 @@
22622262
}
22632263
}
22642264
},
2265-
"revision": "20260224",
2265+
"revision": "20260227",
22662266
"rootUrl": "https://backupdr.googleapis.com/",
22672267
"schemas": {
22682268
"AbandonBackupRequest": {
@@ -5049,6 +5049,58 @@
50495049
},
50505050
"type": "object"
50515051
},
5052+
"GoogleCloudBackupdrV1OperationMetadata": {
5053+
"description": "Represents the metadata of the long-running operation.",
5054+
"id": "GoogleCloudBackupdrV1OperationMetadata",
5055+
"properties": {
5056+
"additionalInfo": {
5057+
"additionalProperties": {
5058+
"type": "string"
5059+
},
5060+
"description": "Output only. AdditionalInfo contains additional Info related to backup plan association resource.",
5061+
"readOnly": true,
5062+
"type": "object"
5063+
},
5064+
"apiVersion": {
5065+
"description": "Output only. API version used to start the operation.",
5066+
"readOnly": true,
5067+
"type": "string"
5068+
},
5069+
"createTime": {
5070+
"description": "Output only. The time the operation was created.",
5071+
"format": "google-datetime",
5072+
"readOnly": true,
5073+
"type": "string"
5074+
},
5075+
"endTime": {
5076+
"description": "Output only. The time the operation finished running.",
5077+
"format": "google-datetime",
5078+
"readOnly": true,
5079+
"type": "string"
5080+
},
5081+
"requestedCancellation": {
5082+
"description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have google.longrunning.Operation.error value with a google.rpc.Status.code of 1, corresponding to 'Code.CANCELLED'.",
5083+
"readOnly": true,
5084+
"type": "boolean"
5085+
},
5086+
"statusMessage": {
5087+
"description": "Output only. Human-readable status of the operation, if any.",
5088+
"readOnly": true,
5089+
"type": "string"
5090+
},
5091+
"target": {
5092+
"description": "Output only. Server-defined resource path for the target of the operation.",
5093+
"readOnly": true,
5094+
"type": "string"
5095+
},
5096+
"verb": {
5097+
"description": "Output only. Name of the verb executed by the operation.",
5098+
"readOnly": true,
5099+
"type": "string"
5100+
}
5101+
},
5102+
"type": "object"
5103+
},
50525104
"GuestOsFeature": {
50535105
"description": "Feature type of the Guest OS.",
50545106
"id": "GuestOsFeature",
@@ -5489,9 +5541,19 @@
54895541
"FEATURE_UNSPECIFIED",
54905542
"MANAGEMENT_SERVER",
54915543
"COMPUTE_INSTANCE",
5492-
"PROTECTION_SUMMARY"
5544+
"PROTECTION_SUMMARY",
5545+
"DISK",
5546+
"CLOUD_SQL",
5547+
"ALLOY_DB",
5548+
"FILESTORE",
5549+
"SAAS_PLATFORM"
54935550
],
54945551
"enumDescriptions": [
5552+
"",
5553+
"",
5554+
"",
5555+
"",
5556+
"",
54955557
"",
54965558
"",
54975559
"",
@@ -5872,58 +5934,6 @@
58725934
},
58735935
"type": "object"
58745936
},
5875-
"OperationMetadata": {
5876-
"description": "Represents the metadata of the long-running operation.",
5877-
"id": "OperationMetadata",
5878-
"properties": {
5879-
"additionalInfo": {
5880-
"additionalProperties": {
5881-
"type": "string"
5882-
},
5883-
"description": "Output only. AdditionalInfo contains additional Info related to backup plan association resource.",
5884-
"readOnly": true,
5885-
"type": "object"
5886-
},
5887-
"apiVersion": {
5888-
"description": "Output only. API version used to start the operation.",
5889-
"readOnly": true,
5890-
"type": "string"
5891-
},
5892-
"createTime": {
5893-
"description": "Output only. The time the operation was created.",
5894-
"format": "google-datetime",
5895-
"readOnly": true,
5896-
"type": "string"
5897-
},
5898-
"endTime": {
5899-
"description": "Output only. The time the operation finished running.",
5900-
"format": "google-datetime",
5901-
"readOnly": true,
5902-
"type": "string"
5903-
},
5904-
"requestedCancellation": {
5905-
"description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have google.longrunning.Operation.error value with a google.rpc.Status.code of 1, corresponding to 'Code.CANCELLED'.",
5906-
"readOnly": true,
5907-
"type": "boolean"
5908-
},
5909-
"statusMessage": {
5910-
"description": "Output only. Human-readable status of the operation, if any.",
5911-
"readOnly": true,
5912-
"type": "string"
5913-
},
5914-
"target": {
5915-
"description": "Output only. Server-defined resource path for the target of the operation.",
5916-
"readOnly": true,
5917-
"type": "string"
5918-
},
5919-
"verb": {
5920-
"description": "Output only. Name of the verb executed by the operation.",
5921-
"readOnly": true,
5922-
"type": "string"
5923-
}
5924-
},
5925-
"type": "object"
5926-
},
59275937
"PitrSettings": {
59285938
"description": "Point in time recovery settings of the backup configuration resource.",
59295939
"id": "PitrSettings",

backupdr/v1/backupdr-gen.go

Lines changed: 47 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)