Skip to content

Commit 948fa88

Browse files
fix(oslogin): update the API
#### oslogin:v1alpha The following keys were changed: - schemas.GoogleCloudOsloginControlplaneRegionalV1alphaSignSshPublicKeyRequest.properties.computeInstance.description - schemas.GoogleCloudOsloginControlplaneRegionalV1alphaSignSshPublicKeyRequest.properties.serviceAccount.description #### oslogin:v1beta The following keys were changed: - schemas.GoogleCloudOsloginControlplaneRegionalV1betaSignSshPublicKeyRequest.properties.computeInstance.description - schemas.GoogleCloudOsloginControlplaneRegionalV1betaSignSshPublicKeyRequest.properties.serviceAccount.description
1 parent d13ec58 commit 948fa88

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

‎discovery/oslogin-v1alpha.json

Lines changed: 3 additions & 3 deletions
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": {

‎discovery/oslogin-v1beta.json

Lines changed: 3 additions & 3 deletions
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": {

‎src/apis/oslogin/v1alpha.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,11 @@ export namespace oslogin_v1alpha {
139139
*/
140140
appEngineInstance?: string | null;
141141
/**
142-
* The compute instance to sign the SSH public key for. Expected format: projects/{project\}/zones/{zone\}/instances/{numeric_instance_id\}
142+
* The Compute instance to sign the SSH public key for. Expected format: projects/{project\}/zones/{zone\}/instances/{numeric_instance_id\}
143143
*/
144144
computeInstance?: string | null;
145145
/**
146-
* 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
146+
* 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.
147147
*/
148148
serviceAccount?: string | null;
149149
/**

‎src/apis/oslogin/v1beta.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,11 @@ export namespace oslogin_v1beta {
139139
*/
140140
appEngineInstance?: string | null;
141141
/**
142-
* The compute instance to sign the SSH public key for. Expected format: projects/{project\}/zones/{zone\}/instances/{numeric_instance_id\}
142+
* The Compute instance to sign the SSH public key for. Expected format: projects/{project\}/zones/{zone\}/instances/{numeric_instance_id\}
143143
*/
144144
computeInstance?: string | null;
145145
/**
146-
* 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
146+
* 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.
147147
*/
148148
serviceAccount?: string | null;
149149
/**

0 commit comments

Comments
 (0)