@@ -49,7 +49,7 @@ public class GKEOnPrem extends com.google.api.client.googleapis.services.json.Ab
49
49
com.google.api.client.googleapis.GoogleUtils.MAJOR_VERSION >= 2,
50
50
"You are currently running with version %s of google-api-client. " +
51
51
"You need at least version 1.31.1 of google-api-client to run version " +
52
- "2.0.0 of the Anthos On-Prem API library.", com.google.api.client.googleapis.GoogleUtils.VERSION);
52
+ "2.0.0 of the GDC Virtual API library.", com.google.api.client.googleapis.GoogleUtils.VERSION);
53
53
}
54
54
55
55
/**
@@ -675,6 +675,34 @@ public Create setParent(java.lang.String parent) {
675
675
return this;
676
676
}
677
677
678
+ /**
679
+ * Optional. If set to true, CLM will force CCFE to persist the cluster resource in RMS
680
+ * when the creation fails during standalone preflight checks. In that case the subsequent
681
+ * create call will fail with "cluster already exists" error and hence a update cluster is
682
+ * required to fix the cluster.
683
+ */
684
+ @com.google.api.client.util.Key
685
+ private java.lang.Boolean allowPreflightFailure;
686
+
687
+ /** Optional. If set to true, CLM will force CCFE to persist the cluster resource in RMS when the
688
+ creation fails during standalone preflight checks. In that case the subsequent create call will
689
+ fail with "cluster already exists" error and hence a update cluster is required to fix the cluster.
690
+ */
691
+ public java.lang.Boolean getAllowPreflightFailure() {
692
+ return allowPreflightFailure;
693
+ }
694
+
695
+ /**
696
+ * Optional. If set to true, CLM will force CCFE to persist the cluster resource in RMS
697
+ * when the creation fails during standalone preflight checks. In that case the subsequent
698
+ * create call will fail with "cluster already exists" error and hence a update cluster is
699
+ * required to fix the cluster.
700
+ */
701
+ public Create setAllowPreflightFailure(java.lang.Boolean allowPreflightFailure) {
702
+ this.allowPreflightFailure = allowPreflightFailure;
703
+ return this;
704
+ }
705
+
678
706
/**
679
707
* Required. User provided identifier that is used as part of the resource name; must
680
708
* conform to RFC-1034 and additionally restrict to lower-cased letters. This comes out
@@ -1012,6 +1040,28 @@ public Get setName(java.lang.String name) {
1012
1040
return this;
1013
1041
}
1014
1042
1043
+ /**
1044
+ * Optional. If true, return BareMetal Admin Cluster including the one that only exists in
1045
+ * RMS.
1046
+ */
1047
+ @com.google.api.client.util.Key
1048
+ private java.lang.Boolean allowMissing;
1049
+
1050
+ /** Optional. If true, return BareMetal Admin Cluster including the one that only exists in RMS.
1051
+ */
1052
+ public java.lang.Boolean getAllowMissing() {
1053
+ return allowMissing;
1054
+ }
1055
+
1056
+ /**
1057
+ * Optional. If true, return BareMetal Admin Cluster including the one that only exists in
1058
+ * RMS.
1059
+ */
1060
+ public Get setAllowMissing(java.lang.Boolean allowMissing) {
1061
+ this.allowMissing = allowMissing;
1062
+ return this;
1063
+ }
1064
+
1015
1065
/**
1016
1066
* View for bare metal admin cluster. When `BASIC` is specified, only the cluster resource
1017
1067
* name and membership are returned. The default/unset value `CLUSTER_VIEW_UNSPECIFIED` is
@@ -1383,6 +1433,29 @@ public List setParent(java.lang.String parent) {
1383
1433
return this;
1384
1434
}
1385
1435
1436
+ /**
1437
+ * Optional. If true, return list of BareMetal Admin Clusters including the ones that only
1438
+ * exists in RMS.
1439
+ */
1440
+ @com.google.api.client.util.Key
1441
+ private java.lang.Boolean allowMissing;
1442
+
1443
+ /** Optional. If true, return list of BareMetal Admin Clusters including the ones that only exists in
1444
+ RMS.
1445
+ */
1446
+ public java.lang.Boolean getAllowMissing() {
1447
+ return allowMissing;
1448
+ }
1449
+
1450
+ /**
1451
+ * Optional. If true, return list of BareMetal Admin Clusters including the ones that only
1452
+ * exists in RMS.
1453
+ */
1454
+ public List setAllowMissing(java.lang.Boolean allowMissing) {
1455
+ this.allowMissing = allowMissing;
1456
+ return this;
1457
+ }
1458
+
1386
1459
/**
1387
1460
* Requested page size. Server may return fewer items than requested. If unspecified, at
1388
1461
* most 50 clusters will be returned. The maximum value is 1000; values above 1000 will be
@@ -2848,6 +2921,34 @@ public Create setParent(java.lang.String parent) {
2848
2921
return this;
2849
2922
}
2850
2923
2924
+ /**
2925
+ * Optional. If set to true, CLM will force CCFE to persist the cluster resource in RMS
2926
+ * when the creation fails during standalone preflight checks. In that case the subsequent
2927
+ * create call will fail with "cluster already exists" error and hence a update cluster is
2928
+ * required to fix the cluster.
2929
+ */
2930
+ @com.google.api.client.util.Key
2931
+ private java.lang.Boolean allowPreflightFailure;
2932
+
2933
+ /** Optional. If set to true, CLM will force CCFE to persist the cluster resource in RMS when the
2934
+ creation fails during standalone preflight checks. In that case the subsequent create call will
2935
+ fail with "cluster already exists" error and hence a update cluster is required to fix the cluster.
2936
+ */
2937
+ public java.lang.Boolean getAllowPreflightFailure() {
2938
+ return allowPreflightFailure;
2939
+ }
2940
+
2941
+ /**
2942
+ * Optional. If set to true, CLM will force CCFE to persist the cluster resource in RMS
2943
+ * when the creation fails during standalone preflight checks. In that case the subsequent
2944
+ * create call will fail with "cluster already exists" error and hence a update cluster is
2945
+ * required to fix the cluster.
2946
+ */
2947
+ public Create setAllowPreflightFailure(java.lang.Boolean allowPreflightFailure) {
2948
+ this.allowPreflightFailure = allowPreflightFailure;
2949
+ return this;
2950
+ }
2951
+
2851
2952
/**
2852
2953
* Required. User provided identifier that is used as part of the resource name; must
2853
2954
* conform to RFC-1034 and additionally restrict to lower-cased letters. This comes out
@@ -3435,6 +3536,26 @@ public Get setName(java.lang.String name) {
3435
3536
return this;
3436
3537
}
3437
3538
3539
+ /**
3540
+ * Optional. If true, return BareMetal Cluster including the one that only exists in RMS.
3541
+ */
3542
+ @com.google.api.client.util.Key
3543
+ private java.lang.Boolean allowMissing;
3544
+
3545
+ /** Optional. If true, return BareMetal Cluster including the one that only exists in RMS.
3546
+ */
3547
+ public java.lang.Boolean getAllowMissing() {
3548
+ return allowMissing;
3549
+ }
3550
+
3551
+ /**
3552
+ * Optional. If true, return BareMetal Cluster including the one that only exists in RMS.
3553
+ */
3554
+ public Get setAllowMissing(java.lang.Boolean allowMissing) {
3555
+ this.allowMissing = allowMissing;
3556
+ return this;
3557
+ }
3558
+
3438
3559
/**
3439
3560
* View for bare metal user cluster. When `BASIC` is specified, only the cluster resource
3440
3561
* name and admin cluster membership are returned. The default/unset value
@@ -3808,6 +3929,28 @@ public List setParent(java.lang.String parent) {
3808
3929
return this;
3809
3930
}
3810
3931
3932
+ /**
3933
+ * Optional. If true, return list of BareMetal Clusters including the ones that only
3934
+ * exists in RMS.
3935
+ */
3936
+ @com.google.api.client.util.Key
3937
+ private java.lang.Boolean allowMissing;
3938
+
3939
+ /** Optional. If true, return list of BareMetal Clusters including the ones that only exists in RMS.
3940
+ */
3941
+ public java.lang.Boolean getAllowMissing() {
3942
+ return allowMissing;
3943
+ }
3944
+
3945
+ /**
3946
+ * Optional. If true, return list of BareMetal Clusters including the ones that only
3947
+ * exists in RMS.
3948
+ */
3949
+ public List setAllowMissing(java.lang.Boolean allowMissing) {
3950
+ this.allowMissing = allowMissing;
3951
+ return this;
3952
+ }
3953
+
3811
3954
/**
3812
3955
* A resource filtering expression following https://google.aip.dev/160. When non-empty,
3813
3956
* only resource's whose attributes field matches the filter are returned.
@@ -8384,6 +8527,28 @@ public Get setName(java.lang.String name) {
8384
8527
return this;
8385
8528
}
8386
8529
8530
+ /**
8531
+ * Optional. If true, return Vmware Admin Cluster including the one that only exists in
8532
+ * RMS.
8533
+ */
8534
+ @com.google.api.client.util.Key
8535
+ private java.lang.Boolean allowMissing;
8536
+
8537
+ /** Optional. If true, return Vmware Admin Cluster including the one that only exists in RMS.
8538
+ */
8539
+ public java.lang.Boolean getAllowMissing() {
8540
+ return allowMissing;
8541
+ }
8542
+
8543
+ /**
8544
+ * Optional. If true, return Vmware Admin Cluster including the one that only exists in
8545
+ * RMS.
8546
+ */
8547
+ public Get setAllowMissing(java.lang.Boolean allowMissing) {
8548
+ this.allowMissing = allowMissing;
8549
+ return this;
8550
+ }
8551
+
8387
8552
/**
8388
8553
* View for VMware admin cluster. When `BASIC` is specified, only the cluster resource
8389
8554
* name and membership are returned. The default/unset value `CLUSTER_VIEW_UNSPECIFIED` is
@@ -8755,6 +8920,28 @@ public List setParent(java.lang.String parent) {
8755
8920
return this;
8756
8921
}
8757
8922
8923
+ /**
8924
+ * Optional. If true, return list of Vmware Admin Clusters including the ones that only
8925
+ * exists in RMS.
8926
+ */
8927
+ @com.google.api.client.util.Key
8928
+ private java.lang.Boolean allowMissing;
8929
+
8930
+ /** Optional. If true, return list of Vmware Admin Clusters including the ones that only exists in RMS.
8931
+ */
8932
+ public java.lang.Boolean getAllowMissing() {
8933
+ return allowMissing;
8934
+ }
8935
+
8936
+ /**
8937
+ * Optional. If true, return list of Vmware Admin Clusters including the ones that only
8938
+ * exists in RMS.
8939
+ */
8940
+ public List setAllowMissing(java.lang.Boolean allowMissing) {
8941
+ this.allowMissing = allowMissing;
8942
+ return this;
8943
+ }
8944
+
8758
8945
/**
8759
8946
* Requested page size. Server may return fewer items than requested. If unspecified, at
8760
8947
* most 50 clusters will be returned. The maximum value is 1000; values above 1000 will be
@@ -10023,6 +10210,34 @@ public Create setParent(java.lang.String parent) {
10023
10210
return this;
10024
10211
}
10025
10212
10213
+ /**
10214
+ * Optional. If set to true, CLM will force CCFE to persist the cluster resource in RMS
10215
+ * when the creation fails during standalone preflight checks. In that case the subsequent
10216
+ * create call will fail with "cluster already exists" error and hence a update cluster is
10217
+ * required to fix the cluster.
10218
+ */
10219
+ @com.google.api.client.util.Key
10220
+ private java.lang.Boolean allowPreflightFailure;
10221
+
10222
+ /** Optional. If set to true, CLM will force CCFE to persist the cluster resource in RMS when the
10223
+ creation fails during standalone preflight checks. In that case the subsequent create call will
10224
+ fail with "cluster already exists" error and hence a update cluster is required to fix the cluster.
10225
+ */
10226
+ public java.lang.Boolean getAllowPreflightFailure() {
10227
+ return allowPreflightFailure;
10228
+ }
10229
+
10230
+ /**
10231
+ * Optional. If set to true, CLM will force CCFE to persist the cluster resource in RMS
10232
+ * when the creation fails during standalone preflight checks. In that case the subsequent
10233
+ * create call will fail with "cluster already exists" error and hence a update cluster is
10234
+ * required to fix the cluster.
10235
+ */
10236
+ public Create setAllowPreflightFailure(java.lang.Boolean allowPreflightFailure) {
10237
+ this.allowPreflightFailure = allowPreflightFailure;
10238
+ return this;
10239
+ }
10240
+
10026
10241
/** Validate the request without actually doing any updates. */
10027
10242
@com.google.api.client.util.Key
10028
10243
private java.lang.Boolean validateOnly;
@@ -10607,6 +10822,26 @@ public Get setName(java.lang.String name) {
10607
10822
return this;
10608
10823
}
10609
10824
10825
+ /**
10826
+ * Optional. If true, return Vmware Cluster including the one that only exists in RMS.
10827
+ */
10828
+ @com.google.api.client.util.Key
10829
+ private java.lang.Boolean allowMissing;
10830
+
10831
+ /** Optional. If true, return Vmware Cluster including the one that only exists in RMS.
10832
+ */
10833
+ public java.lang.Boolean getAllowMissing() {
10834
+ return allowMissing;
10835
+ }
10836
+
10837
+ /**
10838
+ * Optional. If true, return Vmware Cluster including the one that only exists in RMS.
10839
+ */
10840
+ public Get setAllowMissing(java.lang.Boolean allowMissing) {
10841
+ this.allowMissing = allowMissing;
10842
+ return this;
10843
+ }
10844
+
10610
10845
/**
10611
10846
* View for VMware user cluster. When `BASIC` is specified, only the cluster resource name
10612
10847
* and admin cluster membership are returned. The default/unset value
@@ -10980,6 +11215,28 @@ public List setParent(java.lang.String parent) {
10980
11215
return this;
10981
11216
}
10982
11217
11218
+ /**
11219
+ * Optional. If true, return list of Vmware Clusters including the ones that only exists
11220
+ * in RMS.
11221
+ */
11222
+ @com.google.api.client.util.Key
11223
+ private java.lang.Boolean allowMissing;
11224
+
11225
+ /** Optional. If true, return list of Vmware Clusters including the ones that only exists in RMS.
11226
+ */
11227
+ public java.lang.Boolean getAllowMissing() {
11228
+ return allowMissing;
11229
+ }
11230
+
11231
+ /**
11232
+ * Optional. If true, return list of Vmware Clusters including the ones that only exists
11233
+ * in RMS.
11234
+ */
11235
+ public List setAllowMissing(java.lang.Boolean allowMissing) {
11236
+ this.allowMissing = allowMissing;
11237
+ return this;
11238
+ }
11239
+
10983
11240
/**
10984
11241
* A resource filtering expression following https://google.aip.dev/160. When non-empty,
10985
11242
* only resource's whose attributes field matches the filter are returned.
0 commit comments