@@ -43,7 +43,8 @@ const version = require('../../../package.json').version;
43
43
44
44
/**
45
45
* The GKE Hub MembershipService handles the registration of many Kubernetes
46
- * clusters to Google Cloud, represented with the {@link google.cloud.gkehub.v1beta1.Membership|Membership} resource.
46
+ * clusters to Google Cloud, represented with the
47
+ * {@link google.cloud.gkehub.v1beta1.Membership|Membership} resource.
47
48
*
48
49
* GKE Hub is currently only available in the global region.
49
50
*
@@ -484,12 +485,13 @@ export class GkeHubMembershipServiceClient {
484
485
* @param {Object } request
485
486
* The request object that will be sent.
486
487
* @param {string } request.name
487
- * Required. The Membership resource name the Agent will associate with, in the format
488
- * `projects/* /locations/* /memberships/*`.
488
+ * Required. The Membership resource name the Agent will associate with, in
489
+ * the format `projects/* /locations/* /memberships/*`.
489
490
* @param {google.cloud.gkehub.v1beta1.ConnectAgent } [request.connectAgent]
490
491
* Optional. The connect agent to generate manifest for.
491
492
* @param {string } [request.version]
492
- * Optional. The Connect agent version to use. Defaults to the most current version.
493
+ * Optional. The Connect agent version to use. Defaults to the most current
494
+ * version.
493
495
* @param {boolean } [request.isUpgrade]
494
496
* Optional. If true, generate the resources for upgrade only. Some resources
495
497
* generated only for installation (e.g. secrets) will be excluded.
@@ -599,14 +601,15 @@ export class GkeHubMembershipServiceClient {
599
601
* @param {Object } request
600
602
* The request object that will be sent.
601
603
* @param {string } request.parent
602
- * Required. The parent (project and location) where the Memberships will be created.
603
- * Specified in the format `projects/* /locations/*`.
604
+ * Required. The parent (project and location) where the Memberships will be
605
+ * created. Specified in the format `projects/* /locations/*`.
604
606
* @param {string } [request.crManifest]
605
- * Optional. The YAML of the membership CR in the cluster. Empty if the membership
606
- * CR does not exist.
607
+ * Optional. The YAML of the membership CR in the cluster. Empty if the
608
+ * membership CR does not exist.
607
609
* @param {string } request.intendedMembership
608
- * Required. The intended membership name under the `parent`. This method only does
609
- * validation in anticipation of a CreateMembership call with the same name.
610
+ * Required. The intended membership name under the `parent`. This method only
611
+ * does validation in anticipation of a CreateMembership call with the same
612
+ * name.
610
613
* @param {object } [options]
611
614
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
612
615
* @returns {Promise } - The promise which resolves to an array.
@@ -829,11 +832,11 @@ export class GkeHubMembershipServiceClient {
829
832
* @param {Object } request
830
833
* The request object that will be sent.
831
834
* @param {string } request.parent
832
- * Required. The parent (project and location) where the Memberships will be created.
833
- * Specified in the format `projects/* /locations/*`.
835
+ * Required. The parent (project and location) where the Memberships will be
836
+ * created. Specified in the format `projects/* /locations/*`.
834
837
* @param {string } request.membershipId
835
- * Required. Client chosen ID for the membership. `membership_id` must be a valid RFC
836
- * 1123 compliant DNS label:
838
+ * Required. Client chosen ID for the membership. `membership_id` must be a
839
+ * valid RFC 1123 compliant DNS label:
837
840
*
838
841
* 1. At most 63 characters in length
839
842
* 2. It must consist of lower case alphanumeric characters or `-`
@@ -1152,8 +1155,8 @@ export class GkeHubMembershipServiceClient {
1152
1155
* Required. The membership resource name in the format:
1153
1156
* `projects/[project_id]/locations/global/memberships/[membership_id]`
1154
1157
* @param {google.protobuf.FieldMask } request.updateMask
1155
- * Required. Mask of fields to update. At least one field path must be specified in this
1156
- * mask.
1158
+ * Required. Mask of fields to update. At least one field path must be
1159
+ * specified in this mask.
1157
1160
* @param {google.cloud.gkehub.v1beta1.Membership } request.resource
1158
1161
* Required. Only fields specified in update_mask are updated.
1159
1162
* If you specify a field in the update_mask but don't specify its value here
@@ -1313,19 +1316,19 @@ export class GkeHubMembershipServiceClient {
1313
1316
* @param {Object } request
1314
1317
* The request object that will be sent.
1315
1318
* @param {string } request.parent
1316
- * Required. The parent (project and location) where the Memberships will be listed.
1317
- * Specified in the format `projects/* /locations/*`.
1319
+ * Required. The parent (project and location) where the Memberships will be
1320
+ * listed. Specified in the format `projects/* /locations/*`.
1318
1321
* @param {number } [request.pageSize]
1319
- * Optional. When requesting a 'page' of resources, `page_size` specifies number of
1320
- * resources to return. If unspecified or set to 0, all resources will
1321
- * be returned.
1322
+ * Optional. When requesting a 'page' of resources, `page_size` specifies
1323
+ * number of resources to return. If unspecified or set to 0, all resources
1324
+ * will be returned.
1322
1325
* @param {string } [request.pageToken]
1323
1326
* Optional. Token returned by previous call to `ListMemberships` which
1324
1327
* specifies the position in the list from where to continue listing the
1325
1328
* resources.
1326
1329
* @param {string } [request.filter]
1327
- * Optional. Lists Memberships that match the filter expression, following the syntax
1328
- * outlined in https://google.aip.dev/160.
1330
+ * Optional. Lists Memberships that match the filter expression, following the
1331
+ * syntax outlined in https://google.aip.dev/160.
1329
1332
*
1330
1333
* Examples:
1331
1334
*
@@ -1440,19 +1443,19 @@ export class GkeHubMembershipServiceClient {
1440
1443
* @param {Object } request
1441
1444
* The request object that will be sent.
1442
1445
* @param {string } request.parent
1443
- * Required. The parent (project and location) where the Memberships will be listed.
1444
- * Specified in the format `projects/* /locations/*`.
1446
+ * Required. The parent (project and location) where the Memberships will be
1447
+ * listed. Specified in the format `projects/* /locations/*`.
1445
1448
* @param {number } [request.pageSize]
1446
- * Optional. When requesting a 'page' of resources, `page_size` specifies number of
1447
- * resources to return. If unspecified or set to 0, all resources will
1448
- * be returned.
1449
+ * Optional. When requesting a 'page' of resources, `page_size` specifies
1450
+ * number of resources to return. If unspecified or set to 0, all resources
1451
+ * will be returned.
1449
1452
* @param {string } [request.pageToken]
1450
1453
* Optional. Token returned by previous call to `ListMemberships` which
1451
1454
* specifies the position in the list from where to continue listing the
1452
1455
* resources.
1453
1456
* @param {string } [request.filter]
1454
- * Optional. Lists Memberships that match the filter expression, following the syntax
1455
- * outlined in https://google.aip.dev/160.
1457
+ * Optional. Lists Memberships that match the filter expression, following the
1458
+ * syntax outlined in https://google.aip.dev/160.
1456
1459
*
1457
1460
* Examples:
1458
1461
*
@@ -1515,19 +1518,19 @@ export class GkeHubMembershipServiceClient {
1515
1518
* @param {Object } request
1516
1519
* The request object that will be sent.
1517
1520
* @param {string } request.parent
1518
- * Required. The parent (project and location) where the Memberships will be listed.
1519
- * Specified in the format `projects/* /locations/*`.
1521
+ * Required. The parent (project and location) where the Memberships will be
1522
+ * listed. Specified in the format `projects/* /locations/*`.
1520
1523
* @param {number } [request.pageSize]
1521
- * Optional. When requesting a 'page' of resources, `page_size` specifies number of
1522
- * resources to return. If unspecified or set to 0, all resources will
1523
- * be returned.
1524
+ * Optional. When requesting a 'page' of resources, `page_size` specifies
1525
+ * number of resources to return. If unspecified or set to 0, all resources
1526
+ * will be returned.
1524
1527
* @param {string } [request.pageToken]
1525
1528
* Optional. Token returned by previous call to `ListMemberships` which
1526
1529
* specifies the position in the list from where to continue listing the
1527
1530
* resources.
1528
1531
* @param {string } [request.filter]
1529
- * Optional. Lists Memberships that match the filter expression, following the syntax
1530
- * outlined in https://google.aip.dev/160.
1532
+ * Optional. Lists Memberships that match the filter expression, following the
1533
+ * syntax outlined in https://google.aip.dev/160.
1531
1534
*
1532
1535
* Examples:
1533
1536
*
0 commit comments