Skip to content

Commit

Permalink
feat(gkehub): update the API
Browse files Browse the repository at this point in the history
#### gkehub:v1alpha

The following keys were changed:
- resources.projects.resources.locations.methods.list.parameters.pageSize.description

#### gkehub:v1alpha2

The following keys were changed:
- resources.projects.resources.locations.methods.list.parameters.pageSize.description

#### gkehub:v1beta

The following keys were changed:
- resources.projects.resources.locations.methods.list.parameters.pageSize.description

#### gkehub:v1beta1

The following keys were added:
- resources.projects.resources.locations.resources.memberships.methods.create.parameters.requestId.description
- resources.projects.resources.locations.resources.memberships.methods.create.parameters.requestId.location
- resources.projects.resources.locations.resources.memberships.methods.create.parameters.requestId.type
- resources.projects.resources.locations.resources.memberships.methods.delete.parameters.requestId.description
- resources.projects.resources.locations.resources.memberships.methods.delete.parameters.requestId.location
- resources.projects.resources.locations.resources.memberships.methods.delete.parameters.requestId.type
- resources.projects.resources.locations.resources.memberships.methods.patch.parameters.requestId.description
- resources.projects.resources.locations.resources.memberships.methods.patch.parameters.requestId.location
- resources.projects.resources.locations.resources.memberships.methods.patch.parameters.requestId.type

The following keys were changed:
- resources.projects.resources.locations.methods.list.parameters.pageSize.description

#### gkehub:v1

The following keys were changed:
- resources.projects.resources.locations.methods.list.parameters.pageSize.description
  • Loading branch information
yoshi-automation authored and sofisl committed Apr 20, 2021
1 parent c9200ac commit f6fbf99
Show file tree
Hide file tree
Showing 10 changed files with 53 additions and 20 deletions.
4 changes: 2 additions & 2 deletions discovery/gkehub-v1.json
Expand Up @@ -156,7 +156,7 @@
"type": "string"
},
"pageSize": {
"description": "The maximum number of results to return. If not set, the service will select a default.",
"description": "The maximum number of results to return. If not set, the service selects a default.",
"format": "int32",
"location": "query",
"type": "integer"
Expand Down Expand Up @@ -631,7 +631,7 @@
}
}
},
"revision": "20210326",
"revision": "20210409",
"rootUrl": "https://gkehub.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down
4 changes: 2 additions & 2 deletions discovery/gkehub-v1alpha.json
Expand Up @@ -156,7 +156,7 @@
"type": "string"
},
"pageSize": {
"description": "The maximum number of results to return. If not set, the service will select a default.",
"description": "The maximum number of results to return. If not set, the service selects a default.",
"format": "int32",
"location": "query",
"type": "integer"
Expand Down Expand Up @@ -678,7 +678,7 @@
}
}
},
"revision": "20210322",
"revision": "20210409",
"rootUrl": "https://gkehub.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down
4 changes: 2 additions & 2 deletions discovery/gkehub-v1alpha2.json
Expand Up @@ -156,7 +156,7 @@
"type": "string"
},
"pageSize": {
"description": "The maximum number of results to return. If not set, the service will select a default.",
"description": "The maximum number of results to return. If not set, the service selects a default.",
"format": "int32",
"location": "query",
"type": "integer"
Expand Down Expand Up @@ -652,7 +652,7 @@
}
}
},
"revision": "20210315",
"revision": "20210409",
"rootUrl": "https://gkehub.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down
4 changes: 2 additions & 2 deletions discovery/gkehub-v1beta.json
Expand Up @@ -156,7 +156,7 @@
"type": "string"
},
"pageSize": {
"description": "The maximum number of results to return. If not set, the service will select a default.",
"description": "The maximum number of results to return. If not set, the service selects a default.",
"format": "int32",
"location": "query",
"type": "integer"
Expand Down Expand Up @@ -678,7 +678,7 @@
}
}
},
"revision": "20210322",
"revision": "20210409",
"rootUrl": "https://gkehub.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down
19 changes: 17 additions & 2 deletions discovery/gkehub-v1beta1.json
Expand Up @@ -156,7 +156,7 @@
"type": "string"
},
"pageSize": {
"description": "The maximum number of results to return. If not set, the service will select a default.",
"description": "The maximum number of results to return. If not set, the service selects a default.",
"format": "int32",
"location": "query",
"type": "integer"
Expand Down Expand Up @@ -199,6 +199,11 @@
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
},
"requestId": {
"description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
"location": "query",
"type": "string"
}
},
"path": "v1beta1/{+parent}/memberships",
Expand Down Expand Up @@ -227,6 +232,11 @@
"pattern": "^projects/[^/]+/locations/[^/]+/memberships/[^/]+$",
"required": true,
"type": "string"
},
"requestId": {
"description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
"location": "query",
"type": "string"
}
},
"path": "v1beta1/{+name}",
Expand Down Expand Up @@ -452,6 +462,11 @@
"required": true,
"type": "string"
},
"requestId": {
"description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
"location": "query",
"type": "string"
},
"updateMask": {
"description": "Required. Mask of fields to update. At least one field path must be specified in this mask.",
"format": "google-fieldmask",
Expand Down Expand Up @@ -691,7 +706,7 @@
}
}
},
"revision": "20210322",
"revision": "20210416",
"rootUrl": "https://gkehub.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down
4 changes: 2 additions & 2 deletions src/apis/gkehub/v1.ts
Expand Up @@ -742,7 +742,7 @@ export namespace gkehub_v1 {
* filter: 'placeholder-value',
* // The resource that owns the locations collection, if applicable.
* name: 'projects/my-project',
* // The maximum number of results to return. If not set, the service will select a default.
* // The maximum number of results to return. If not set, the service selects a default.
* pageSize: 'placeholder-value',
* // A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
* pageToken: 'placeholder-value',
Expand Down Expand Up @@ -871,7 +871,7 @@ export namespace gkehub_v1 {
*/
name?: string;
/**
* The maximum number of results to return. If not set, the service will select a default.
* The maximum number of results to return. If not set, the service selects a default.
*/
pageSize?: number;
/**
Expand Down
4 changes: 2 additions & 2 deletions src/apis/gkehub/v1alpha.ts
Expand Up @@ -1252,7 +1252,7 @@ export namespace gkehub_v1alpha {
* filter: 'placeholder-value',
* // The resource that owns the locations collection, if applicable.
* name: 'projects/my-project',
* // The maximum number of results to return. If not set, the service will select a default.
* // The maximum number of results to return. If not set, the service selects a default.
* pageSize: 'placeholder-value',
* // A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
* pageToken: 'placeholder-value',
Expand Down Expand Up @@ -1381,7 +1381,7 @@ export namespace gkehub_v1alpha {
*/
name?: string;
/**
* The maximum number of results to return. If not set, the service will select a default.
* The maximum number of results to return. If not set, the service selects a default.
*/
pageSize?: number;
/**
Expand Down
4 changes: 2 additions & 2 deletions src/apis/gkehub/v1alpha2.ts
Expand Up @@ -820,7 +820,7 @@ export namespace gkehub_v1alpha2 {
* filter: 'placeholder-value',
* // The resource that owns the locations collection, if applicable.
* name: 'projects/my-project',
* // The maximum number of results to return. If not set, the service will select a default.
* // The maximum number of results to return. If not set, the service selects a default.
* pageSize: 'placeholder-value',
* // A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
* pageToken: 'placeholder-value',
Expand Down Expand Up @@ -949,7 +949,7 @@ export namespace gkehub_v1alpha2 {
*/
name?: string;
/**
* The maximum number of results to return. If not set, the service will select a default.
* The maximum number of results to return. If not set, the service selects a default.
*/
pageSize?: number;
/**
Expand Down
4 changes: 2 additions & 2 deletions src/apis/gkehub/v1beta.ts
Expand Up @@ -1162,7 +1162,7 @@ export namespace gkehub_v1beta {
* filter: 'placeholder-value',
* // The resource that owns the locations collection, if applicable.
* name: 'projects/my-project',
* // The maximum number of results to return. If not set, the service will select a default.
* // The maximum number of results to return. If not set, the service selects a default.
* pageSize: 'placeholder-value',
* // A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
* pageToken: 'placeholder-value',
Expand Down Expand Up @@ -1291,7 +1291,7 @@ export namespace gkehub_v1beta {
*/
name?: string;
/**
* The maximum number of results to return. If not set, the service will select a default.
* The maximum number of results to return. If not set, the service selects a default.
*/
pageSize?: number;
/**
Expand Down
22 changes: 20 additions & 2 deletions src/apis/gkehub/v1beta1.ts
Expand Up @@ -831,7 +831,7 @@ export namespace gkehub_v1beta1 {
* filter: 'placeholder-value',
* // The resource that owns the locations collection, if applicable.
* name: 'projects/my-project',
* // The maximum number of results to return. If not set, the service will select a default.
* // The maximum number of results to return. If not set, the service selects a default.
* pageSize: 'placeholder-value',
* // A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
* pageToken: 'placeholder-value',
Expand Down Expand Up @@ -960,7 +960,7 @@ export namespace gkehub_v1beta1 {
*/
name?: string;
/**
* The maximum number of results to return. If not set, the service will select a default.
* The maximum number of results to return. If not set, the service selects a default.
*/
pageSize?: number;
/**
Expand Down Expand Up @@ -1006,6 +1006,8 @@ export namespace gkehub_v1beta1 {
* membershipId: 'placeholder-value',
* // Required. The parent (project and location) where the Memberships will be created. Specified in the format `projects/x/locations/x`.
* parent: 'projects/my-project/locations/my-location',
* // Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
* requestId: 'placeholder-value',
*
* // Request body metadata
* requestBody: {
Expand Down Expand Up @@ -1159,6 +1161,8 @@ export namespace gkehub_v1beta1 {
* const res = await gkehub.projects.locations.memberships.delete({
* // Required. The Membership resource name in the format `projects/x/locations/x/memberships/x`.
* name: 'projects/my-project/locations/my-location/memberships/my-membership',
* // Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
* requestId: 'placeholder-value',
* });
* console.log(res.data);
*
Expand Down Expand Up @@ -2006,6 +2010,8 @@ export namespace gkehub_v1beta1 {
* const res = await gkehub.projects.locations.memberships.patch({
* // Required. The membership resource name in the format: `projects/[project_id]/locations/global/memberships/[membership_id]`
* name: 'projects/my-project/locations/my-location/memberships/my-membership',
* // Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
* requestId: 'placeholder-value',
* // Required. Mask of fields to update. At least one field path must be specified in this mask.
* updateMask: 'placeholder-value',
*
Expand Down Expand Up @@ -2566,6 +2572,10 @@ export namespace gkehub_v1beta1 {
* Required. The parent (project and location) where the Memberships will be created. Specified in the format `projects/x/locations/x`.
*/
parent?: string;
/**
* Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
*/
requestId?: string;

/**
* Request body metadata
Expand All @@ -2578,6 +2588,10 @@ export namespace gkehub_v1beta1 {
* Required. The Membership resource name in the format `projects/x/locations/x/memberships/x`.
*/
name?: string;
/**
* Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
*/
requestId?: string;
}
export interface Params$Resource$Projects$Locations$Memberships$Generateconnectmanifest
extends StandardParameters {
Expand Down Expand Up @@ -2676,6 +2690,10 @@ export namespace gkehub_v1beta1 {
* Required. The membership resource name in the format: `projects/[project_id]/locations/global/memberships/[membership_id]`
*/
name?: string;
/**
* Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
*/
requestId?: string;
/**
* Required. Mask of fields to update. At least one field path must be specified in this mask.
*/
Expand Down

0 comments on commit f6fbf99

Please sign in to comment.