Skip to content

Commit ecbc1a9

Browse files
feat(all): auto-regenerate discovery clients (#3107)
1 parent fabfddf commit ecbc1a9

File tree

4 files changed

+16
-20
lines changed

4 files changed

+16
-20
lines changed

oslogin/v1alpha/oslogin-api.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@
542542
}
543543
}
544544
},
545-
"revision": "20250317",
545+
"revision": "20250406",
546546
"rootUrl": "https://oslogin.googleapis.com/",
547547
"schemas": {
548548
"Empty": {
@@ -560,11 +560,11 @@
560560
"type": "string"
561561
},
562562
"computeInstance": {
563-
"description": "The compute instance to sign the SSH public key for. Expected format: projects/{project}/zones/{zone}/instances/{numeric_instance_id}",
563+
"description": "The Compute instance to sign the SSH public key for. Expected format: projects/{project}/zones/{zone}/instances/{numeric_instance_id}",
564564
"type": "string"
565565
},
566566
"serviceAccount": {
567-
"description": "Optional. The service account for the Compute instance. If the instance in question does not have a service account, this field should be left empty. If the wrong service account is provided, this operation will return a signed certificate that will not be accepted by the VM. During rollout of the new regionalized SignSshPublicKey API, this field will be required for all requests, but the VM will not initially carry out the",
567+
"description": "Optional. The service account for the instance. If the instance in question does not have a service account, this field should be left empty. If the wrong service account is provided, this operation will return a signed certificate that will not be accepted by the VM.",
568568
"type": "string"
569569
},
570570
"sshPublicKey": {

oslogin/v1alpha/oslogin-gen.go

+5-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

oslogin/v1beta/oslogin-api.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@
512512
}
513513
}
514514
},
515-
"revision": "20250317",
515+
"revision": "20250406",
516516
"rootUrl": "https://oslogin.googleapis.com/",
517517
"schemas": {
518518
"Empty": {
@@ -530,11 +530,11 @@
530530
"type": "string"
531531
},
532532
"computeInstance": {
533-
"description": "The compute instance to sign the SSH public key for. Expected format: projects/{project}/zones/{zone}/instances/{numeric_instance_id}",
533+
"description": "The Compute instance to sign the SSH public key for. Expected format: projects/{project}/zones/{zone}/instances/{numeric_instance_id}",
534534
"type": "string"
535535
},
536536
"serviceAccount": {
537-
"description": "Optional. The service account for the Compute instance. If the instance in question does not have a service account, this field should be left empty. If the wrong service account is provided, this operation will return a signed certificate that will not be accepted by the VM. During rollout of the new regionalized SignSshPublicKey API, this field will be required for all requests, but the VM will not initially carry out the",
537+
"description": "Optional. The service account for the instance. If the instance in question does not have a service account, this field should be left empty. If the wrong service account is provided, this operation will return a signed certificate that will not be accepted by the VM.",
538538
"type": "string"
539539
},
540540
"sshPublicKey": {

oslogin/v1beta/oslogin-gen.go

+5-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)