Skip to content

Commit 1a450f6

Browse files
yoshi-automationsofisl
authored andcommitted
fix(oslogin): update the API
#### oslogin:v1alpha The following keys were changed: - resources.users.resources.projects.resources.locations.methods.signSshPublicKey.parameters.parent.description - resources.users.resources.projects.resources.zones.methods.signSshPublicKey.parameters.parent.description #### oslogin:v1beta The following keys were changed: - resources.users.resources.projects.resources.locations.methods.signSshPublicKey.parameters.parent.description - resources.users.resources.projects.resources.zones.methods.signSshPublicKey.parameters.parent.description
1 parent f9fcce4 commit 1a450f6

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
@@ -298,7 +298,7 @@
298298
],
299299
"parameters": {
300300
"parent": {
301-
"description": "The parent project and zone for the signing request. This is needed to properly ensure per-organization ISS processing and potentially to provide for the possibility of zone-specific certificates used in the signing process.",
301+
"description": "The parent project and region for the signing request.",
302302
"location": "path",
303303
"pattern": "^users/[^/]+/projects/[^/]+/locations/[^/]+$",
304304
"required": true,
@@ -331,7 +331,7 @@
331331
],
332332
"parameters": {
333333
"parent": {
334-
"description": "The parent project and zone for the signing request. This is needed to properly ensure per-organization ISS processing and potentially to provide for the possibility of zone-specific certificates used in the signing process.",
334+
"description": "The parent project and region for the signing request.",
335335
"location": "path",
336336
"pattern": "^users/[^/]+/projects/[^/]+/zones/[^/]+$",
337337
"required": true,
@@ -477,7 +477,7 @@
477477
}
478478
}
479479
},
480-
"revision": "20231217",
480+
"revision": "20240616",
481481
"rootUrl": "https://oslogin.googleapis.com/",
482482
"schemas": {
483483
"Empty": {

discovery/oslogin-v1beta.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
],
269269
"parameters": {
270270
"parent": {
271-
"description": "The parent project and zone for the signing request. This is needed to properly ensure per-organization ISS processing and potentially to provide for the possibility of zone-specific certificates used in the signing process.",
271+
"description": "The parent project and region for the signing request.",
272272
"location": "path",
273273
"pattern": "^users/[^/]+/projects/[^/]+/locations/[^/]+$",
274274
"required": true,
@@ -301,7 +301,7 @@
301301
],
302302
"parameters": {
303303
"parent": {
304-
"description": "The parent project and zone for the signing request. This is needed to properly ensure per-organization ISS processing and potentially to provide for the possibility of zone-specific certificates used in the signing process.",
304+
"description": "The parent project and region for the signing request.",
305305
"location": "path",
306306
"pattern": "^users/[^/]+/projects/[^/]+/zones/[^/]+$",
307307
"required": true,
@@ -447,7 +447,7 @@
447447
}
448448
}
449449
},
450-
"revision": "20231217",
450+
"revision": "20240616",
451451
"rootUrl": "https://oslogin.googleapis.com/",
452452
"schemas": {
453453
"Empty": {

src/apis/oslogin/v1alpha.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ export namespace oslogin_v1alpha {
744744
export interface Params$Resource$Users$Projects$Locations$Signsshpublickey
745745
extends StandardParameters {
746746
/**
747-
* The parent project and zone for the signing request. This is needed to properly ensure per-organization ISS processing and potentially to provide for the possibility of zone-specific certificates used in the signing process.
747+
* The parent project and region for the signing request.
748748
*/
749749
parent?: string;
750750

@@ -859,7 +859,7 @@ export namespace oslogin_v1alpha {
859859
export interface Params$Resource$Users$Projects$Zones$Signsshpublickey
860860
extends StandardParameters {
861861
/**
862-
* The parent project and zone for the signing request. This is needed to properly ensure per-organization ISS processing and potentially to provide for the possibility of zone-specific certificates used in the signing process.
862+
* The parent project and region for the signing request.
863863
*/
864864
parent?: string;
865865

src/apis/oslogin/v1beta.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ export namespace oslogin_v1beta {
736736
export interface Params$Resource$Users$Projects$Locations$Signsshpublickey
737737
extends StandardParameters {
738738
/**
739-
* The parent project and zone for the signing request. This is needed to properly ensure per-organization ISS processing and potentially to provide for the possibility of zone-specific certificates used in the signing process.
739+
* The parent project and region for the signing request.
740740
*/
741741
parent?: string;
742742

@@ -851,7 +851,7 @@ export namespace oslogin_v1beta {
851851
export interface Params$Resource$Users$Projects$Zones$Signsshpublickey
852852
extends StandardParameters {
853853
/**
854-
* The parent project and zone for the signing request. This is needed to properly ensure per-organization ISS processing and potentially to provide for the possibility of zone-specific certificates used in the signing process.
854+
* The parent project and region for the signing request.
855855
*/
856856
parent?: string;
857857

0 commit comments

Comments
 (0)