@maxim_mazurok/gapi.client.gkehub-v2alpha 0.0.20241025 → 0.0.20241206
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +3 -13
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://gkehub.googleapis.com/$discovery/rest?version=v2alpha
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20241206
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -362,14 +362,6 @@ declare namespace gapi.client {
|
|
|
362
362
|
syncToken?: string;
|
|
363
363
|
}
|
|
364
364
|
interface Empty {}
|
|
365
|
-
interface FeatureConfigRef {
|
|
366
|
-
/** Input only. Resource name of FeatureConfig, in the format: `projects/{project}/locations/global/featureConfigs/{feature_config}`. */
|
|
367
|
-
config?: string;
|
|
368
|
-
/** Output only. When the FeatureConfig was last applied and copied to FeatureSpec. */
|
|
369
|
-
configUpdateTime?: string;
|
|
370
|
-
/** Output only. An id that uniquely identify a FeatureConfig object. */
|
|
371
|
-
uuid?: string;
|
|
372
|
-
}
|
|
373
365
|
interface FeatureSpec {
|
|
374
366
|
/** Cloudbuild-specific FeatureSpec. */
|
|
375
367
|
cloudbuild?: CloudBuildSpec;
|
|
@@ -613,15 +605,13 @@ declare namespace gapi.client {
|
|
|
613
605
|
createTime?: string;
|
|
614
606
|
/** Output only. When the MembershipFeature resource was deleted. */
|
|
615
607
|
deleteTime?: string;
|
|
616
|
-
/** Reference information for a FeatureConfig applied on the MembershipFeature. */
|
|
617
|
-
featureConfigRef?: FeatureConfigRef;
|
|
618
608
|
/** GCP labels for this MembershipFeature. */
|
|
619
609
|
labels?: {[P in string]: string};
|
|
620
610
|
/** Output only. Lifecycle information of the resource itself. */
|
|
621
611
|
lifecycleState?: LifecycleState;
|
|
622
612
|
/** Output only. The resource name of the membershipFeature, in the format: `projects/{project}/locations/{location}/memberships/{membership}/features/{feature}`. Note that `membershipFeatures` is shortened to `features` in the resource name. (see http://go/aip/122#collection-identifiers) */
|
|
623
613
|
name?: string;
|
|
624
|
-
/** Spec of this membershipFeature. */
|
|
614
|
+
/** Optional. Spec of this membershipFeature. */
|
|
625
615
|
spec?: FeatureSpec;
|
|
626
616
|
/** Output only. State of the this membershipFeature. */
|
|
627
617
|
state?: FeatureState;
|
|
@@ -1091,7 +1081,7 @@ declare namespace gapi.client {
|
|
|
1091
1081
|
features: FeaturesResource;
|
|
1092
1082
|
}
|
|
1093
1083
|
interface OperationsResource {
|
|
1094
|
-
/** Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1
|
|
1084
|
+
/** Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. */
|
|
1095
1085
|
cancel(request: {
|
|
1096
1086
|
/** V1 error format. */
|
|
1097
1087
|
'$.xgafv'?: string;
|