Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b0b59a9

Browse files
committedNov 1, 2022
feat(gkehub): update the api
#### gkehub:v1 The following keys were added: - schemas.CommonFeatureSpec.properties.fleetobservability.$ref (Total Keys: 1) - schemas.CommonFeatureState.properties.fleetobservability.$ref (Total Keys: 1) - schemas.Feature.properties.scopeSpecs (Total Keys: 2) - schemas.Feature.properties.scopeStates (Total Keys: 3) - schemas.FleetObservabilityFeatureSpec (Total Keys: 2) - schemas.FleetObservabilityFeatureState (Total Keys: 2) - schemas.FleetObservabilityMembershipSpec (Total Keys: 2) - schemas.FleetObservabilityMembershipState (Total Keys: 2) - schemas.MembershipFeatureSpec.properties.fleetobservability.$ref (Total Keys: 1) - schemas.MembershipFeatureState.properties.fleetobservability.$ref (Total Keys: 1) - schemas.ScopeFeatureSpec (Total Keys: 2) - schemas.ScopeFeatureState (Total Keys: 4) #### gkehub:v1alpha The following keys were deleted: - schemas.PolicyControllerMembershipState.properties.clusterName.type (Total Keys: 1) The following keys were added: - schemas.CommonFeatureSpec.properties.fleetobservability.$ref (Total Keys: 1) - schemas.CommonFeatureState.properties.fleetobservability.$ref (Total Keys: 1) - schemas.Feature.properties.scopeSpecs (Total Keys: 2) - schemas.Feature.properties.scopeStates (Total Keys: 3) - schemas.FleetObservabilityFeatureSpec (Total Keys: 2) - schemas.FleetObservabilityFeatureState (Total Keys: 2) - schemas.FleetObservabilityMembershipSpec (Total Keys: 2) - schemas.FleetObservabilityMembershipState (Total Keys: 2) - schemas.MembershipFeatureSpec.properties.fleetobservability.$ref (Total Keys: 1) - schemas.MembershipFeatureState.properties.fleetobservability.$ref (Total Keys: 1) - schemas.ScopeFeatureSpec (Total Keys: 2) - schemas.ScopeFeatureState (Total Keys: 4) #### gkehub:v1beta The following keys were deleted: - schemas.PolicyControllerMembershipState.properties.clusterName.type (Total Keys: 1) The following keys were added: - schemas.CommonFeatureSpec.properties.fleetobservability.$ref (Total Keys: 1) - schemas.CommonFeatureState.properties.fleetobservability.$ref (Total Keys: 1) - schemas.Feature.properties.scopeSpecs (Total Keys: 2) - schemas.Feature.properties.scopeStates (Total Keys: 3) - schemas.FleetObservabilityFeatureSpec (Total Keys: 2) - schemas.FleetObservabilityFeatureState (Total Keys: 2) - schemas.FleetObservabilityMembershipSpec (Total Keys: 2) - schemas.FleetObservabilityMembershipState (Total Keys: 2) - schemas.MembershipFeatureSpec.properties.fleetobservability.$ref (Total Keys: 1) - schemas.MembershipFeatureState.properties.fleetobservability.$ref (Total Keys: 1) - schemas.ScopeFeatureSpec (Total Keys: 2) - schemas.ScopeFeatureState (Total Keys: 4)
1 parent 34e443e commit b0b59a9

9 files changed

+477
-22
lines changed
 

‎docs/dyn/gkehub_v1.projects.locations.features.html

+84
Large diffs are not rendered by default.

‎docs/dyn/gkehub_v1alpha.projects.locations.features.html

+84-4
Large diffs are not rendered by default.

‎docs/dyn/gkehub_v1beta.projects.locations.features.html

+84-4
Large diffs are not rendered by default.

‎googleapiclient/discovery_cache/documents/gkehub.v1.json

+74-1
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@
905905
}
906906
}
907907
},
908-
"revision": "20220923",
908+
"revision": "20221018",
909909
"rootUrl": "https://gkehub.googleapis.com/",
910910
"schemas": {
911911
"AnthosVMMembershipSpec": {
@@ -1132,6 +1132,10 @@
11321132
"$ref": "AppDevExperienceFeatureSpec",
11331133
"description": "Appdevexperience specific spec."
11341134
},
1135+
"fleetobservability": {
1136+
"$ref": "FleetObservabilityFeatureSpec",
1137+
"description": "FleetObservability feature spec."
1138+
},
11351139
"multiclusteringress": {
11361140
"$ref": "MultiClusterIngressFeatureSpec",
11371141
"description": "Multicluster Ingress-specific spec."
@@ -1147,6 +1151,10 @@
11471151
"$ref": "AppDevExperienceFeatureState",
11481152
"description": "Appdevexperience specific state."
11491153
},
1154+
"fleetobservability": {
1155+
"$ref": "FleetObservabilityFeatureState",
1156+
"description": "FleetObservability feature state."
1157+
},
11501158
"state": {
11511159
"$ref": "FeatureState",
11521160
"description": "Output only. The \"running state\" of the Feature in this Hub.",
@@ -1988,6 +1996,21 @@
19881996
"description": "Output only. State of the Feature resource itself.",
19891997
"readOnly": true
19901998
},
1999+
"scopeSpecs": {
2000+
"additionalProperties": {
2001+
"$ref": "ScopeFeatureSpec"
2002+
},
2003+
"description": "Optional. Scope-specific configuration for this Feature. If this Feature does not support any per-Scope configuration, this field may be unused. The keys indicate which Scope the configuration is for, in the form: `projects/{p}/locations/global/scopes/{s}` Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Scope is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature.",
2004+
"type": "object"
2005+
},
2006+
"scopeStates": {
2007+
"additionalProperties": {
2008+
"$ref": "ScopeFeatureState"
2009+
},
2010+
"description": "Output only. Scope-specific Feature status. If this Feature does report any per-Scope status, this field may be unused. The keys indicate which Scope the state is for, in the form: `projects/{p}/locations/global/scopes/{s}` Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project.",
2011+
"readOnly": true,
2012+
"type": "object"
2013+
},
19912014
"spec": {
19922015
"$ref": "CommonFeatureSpec",
19932016
"description": "Optional. Hub-wide Feature configuration. If this Feature does not support any Hub-wide configuration, this field may be unused."
@@ -2065,6 +2088,30 @@
20652088
},
20662089
"type": "object"
20672090
},
2091+
"FleetObservabilityFeatureSpec": {
2092+
"description": "**Fleet Observability**: The Hub-wide input for the FleetObservability feature.",
2093+
"id": "FleetObservabilityFeatureSpec",
2094+
"properties": {},
2095+
"type": "object"
2096+
},
2097+
"FleetObservabilityFeatureState": {
2098+
"description": "**FleetObservability**: An empty state left as an example Hub-wide Feature state.",
2099+
"id": "FleetObservabilityFeatureState",
2100+
"properties": {},
2101+
"type": "object"
2102+
},
2103+
"FleetObservabilityMembershipSpec": {
2104+
"description": "**FleetObservability**: The membership-specific input for FleetObservability feature.",
2105+
"id": "FleetObservabilityMembershipSpec",
2106+
"properties": {},
2107+
"type": "object"
2108+
},
2109+
"FleetObservabilityMembershipState": {
2110+
"description": "**FleetObservability**: An empty state left as an example membership-specific Feature state.",
2111+
"id": "FleetObservabilityMembershipState",
2112+
"properties": {},
2113+
"type": "object"
2114+
},
20682115
"GenerateConnectManifestResponse": {
20692116
"description": "GenerateConnectManifestResponse contains manifest information for installing/upgrading a Connect agent.",
20702117
"id": "GenerateConnectManifestResponse",
@@ -2598,6 +2645,10 @@
25982645
"$ref": "ConfigManagementMembershipSpec",
25992646
"description": "Config Management-specific spec."
26002647
},
2648+
"fleetobservability": {
2649+
"$ref": "FleetObservabilityMembershipSpec",
2650+
"description": "Fleet observability membership spec"
2651+
},
26012652
"identityservice": {
26022653
"$ref": "IdentityServiceMembershipSpec",
26032654
"description": "Identity Service-specific spec."
@@ -2625,6 +2676,10 @@
26252676
"$ref": "ConfigManagementMembershipState",
26262677
"description": "Config Management-specific state."
26272678
},
2679+
"fleetobservability": {
2680+
"$ref": "FleetObservabilityMembershipState",
2681+
"description": "Fleet observability membership state."
2682+
},
26282683
"identityservice": {
26292684
"$ref": "IdentityServiceMembershipState",
26302685
"description": "Identity Service-specific state."
@@ -2889,6 +2944,24 @@
28892944
},
28902945
"type": "object"
28912946
},
2947+
"ScopeFeatureSpec": {
2948+
"description": "ScopeFeatureSpec contains feature specs for a fleet scope.",
2949+
"id": "ScopeFeatureSpec",
2950+
"properties": {},
2951+
"type": "object"
2952+
},
2953+
"ScopeFeatureState": {
2954+
"description": "ScopeFeatureState contains Scope-wide Feature status information.",
2955+
"id": "ScopeFeatureState",
2956+
"properties": {
2957+
"state": {
2958+
"$ref": "FeatureState",
2959+
"description": "Output only. The \"running state\" of the Feature in this Scope.",
2960+
"readOnly": true
2961+
}
2962+
},
2963+
"type": "object"
2964+
},
28922965
"ServiceMeshControlPlaneManagement": {
28932966
"description": "Status of control plane management.",
28942967
"id": "ServiceMeshControlPlaneManagement",

‎googleapiclient/discovery_cache/documents/gkehub.v1alpha.json

+74-5
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@
11791179
}
11801180
}
11811181
},
1182-
"revision": "20220923",
1182+
"revision": "20221018",
11831183
"rootUrl": "https://gkehub.googleapis.com/",
11841184
"schemas": {
11851185
"AnthosObservabilityFeatureSpec": {
@@ -1483,6 +1483,10 @@
14831483
"$ref": "CloudAuditLoggingFeatureSpec",
14841484
"description": "Cloud Audit Logging-specific spec."
14851485
},
1486+
"fleetobservability": {
1487+
"$ref": "FleetObservabilityFeatureSpec",
1488+
"description": "FleetObservability feature spec."
1489+
},
14861490
"multiclusteringress": {
14871491
"$ref": "MultiClusterIngressFeatureSpec",
14881492
"description": "Multicluster Ingress-specific spec."
@@ -1502,6 +1506,10 @@
15021506
"$ref": "AppDevExperienceFeatureState",
15031507
"description": "Appdevexperience specific state."
15041508
},
1509+
"fleetobservability": {
1510+
"$ref": "FleetObservabilityFeatureState",
1511+
"description": "FleetObservability feature state."
1512+
},
15051513
"servicemesh": {
15061514
"$ref": "ServiceMeshFeatureState",
15071515
"description": "Service Mesh-specific state."
@@ -2404,6 +2412,21 @@
24042412
"description": "Output only. State of the Feature resource itself.",
24052413
"readOnly": true
24062414
},
2415+
"scopeSpecs": {
2416+
"additionalProperties": {
2417+
"$ref": "ScopeFeatureSpec"
2418+
},
2419+
"description": "Optional. Scope-specific configuration for this Feature. If this Feature does not support any per-Scope configuration, this field may be unused. The keys indicate which Scope the configuration is for, in the form: `projects/{p}/locations/global/scopes/{s}` Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Scope is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature.",
2420+
"type": "object"
2421+
},
2422+
"scopeStates": {
2423+
"additionalProperties": {
2424+
"$ref": "ScopeFeatureState"
2425+
},
2426+
"description": "Output only. Scope-specific Feature status. If this Feature does report any per-Scope status, this field may be unused. The keys indicate which Scope the state is for, in the form: `projects/{p}/locations/global/scopes/{s}` Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project.",
2427+
"readOnly": true,
2428+
"type": "object"
2429+
},
24072430
"spec": {
24082431
"$ref": "CommonFeatureSpec",
24092432
"description": "Optional. Hub-wide Feature configuration. If this Feature does not support any Hub-wide configuration, this field may be unused."
@@ -2576,6 +2599,30 @@
25762599
},
25772600
"type": "object"
25782601
},
2602+
"FleetObservabilityFeatureSpec": {
2603+
"description": "**Fleet Observability**: The Hub-wide input for the FleetObservability feature.",
2604+
"id": "FleetObservabilityFeatureSpec",
2605+
"properties": {},
2606+
"type": "object"
2607+
},
2608+
"FleetObservabilityFeatureState": {
2609+
"description": "**FleetObservability**: An empty state left as an example Hub-wide Feature state.",
2610+
"id": "FleetObservabilityFeatureState",
2611+
"properties": {},
2612+
"type": "object"
2613+
},
2614+
"FleetObservabilityMembershipSpec": {
2615+
"description": "**FleetObservability**: The membership-specific input for FleetObservability feature.",
2616+
"id": "FleetObservabilityMembershipSpec",
2617+
"properties": {},
2618+
"type": "object"
2619+
},
2620+
"FleetObservabilityMembershipState": {
2621+
"description": "**FleetObservability**: An empty state left as an example membership-specific Feature state.",
2622+
"id": "FleetObservabilityMembershipState",
2623+
"properties": {},
2624+
"type": "object"
2625+
},
25792626
"GenerateConnectManifestResponse": {
25802627
"description": "GenerateConnectManifestResponse contains manifest information for installing/upgrading a Connect agent.",
25812628
"id": "GenerateConnectManifestResponse",
@@ -3160,6 +3207,10 @@
31603207
"$ref": "ConfigManagementMembershipSpec",
31613208
"description": "Config Management-specific spec."
31623209
},
3210+
"fleetobservability": {
3211+
"$ref": "FleetObservabilityMembershipSpec",
3212+
"description": "Fleet observability membership spec"
3213+
},
31633214
"identityservice": {
31643215
"$ref": "IdentityServiceMembershipSpec",
31653216
"description": "Identity Service-specific spec."
@@ -3195,6 +3246,10 @@
31953246
"$ref": "ConfigManagementMembershipState",
31963247
"description": "Config Management-specific state."
31973248
},
3249+
"fleetobservability": {
3250+
"$ref": "FleetObservabilityMembershipState",
3251+
"description": "Fleet observability membership state."
3252+
},
31983253
"identityservice": {
31993254
"$ref": "IdentityServiceMembershipState",
32003255
"description": "Identity Service-specific state."
@@ -3559,10 +3614,6 @@
35593614
"description": "**Policy Controller**: State for a single cluster.",
35603615
"id": "PolicyControllerMembershipState",
35613616
"properties": {
3562-
"clusterName": {
3563-
"description": "The user-defined name for the cluster used by ClusterSelectors to group clusters together. This should match Membership's membership_name, unless the user installed PC on the cluster manually prior to enabling the PC hub feature. Unique within a Policy Controller installation.",
3564-
"type": "string"
3565-
},
35663617
"componentStates": {
35673618
"additionalProperties": {
35683619
"$ref": "PolicyControllerOnClusterState"
@@ -3705,6 +3756,24 @@
37053756
},
37063757
"type": "object"
37073758
},
3759+
"ScopeFeatureSpec": {
3760+
"description": "ScopeFeatureSpec contains feature specs for a fleet scope.",
3761+
"id": "ScopeFeatureSpec",
3762+
"properties": {},
3763+
"type": "object"
3764+
},
3765+
"ScopeFeatureState": {
3766+
"description": "ScopeFeatureState contains Scope-wide Feature status information.",
3767+
"id": "ScopeFeatureState",
3768+
"properties": {
3769+
"state": {
3770+
"$ref": "FeatureState",
3771+
"description": "Output only. The \"running state\" of the Feature in this Scope.",
3772+
"readOnly": true
3773+
}
3774+
},
3775+
"type": "object"
3776+
},
37083777
"ServiceMeshAnalysisMessage": {
37093778
"description": "AnalysisMessage is a single message produced by an analyzer, and it used to communicate to the end user about the state of their Service Mesh configuration.",
37103779
"id": "ServiceMeshAnalysisMessage",

‎googleapiclient/discovery_cache/documents/gkehub.v1alpha2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@
652652
}
653653
}
654654
},
655-
"revision": "20220923",
655+
"revision": "20221018",
656656
"rootUrl": "https://gkehub.googleapis.com/",
657657
"schemas": {
658658
"ApplianceCluster": {

‎googleapiclient/discovery_cache/documents/gkehub.v1beta.json

+74-5
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@
670670
}
671671
}
672672
},
673-
"revision": "20220923",
673+
"revision": "20221018",
674674
"rootUrl": "https://gkehub.googleapis.com/",
675675
"schemas": {
676676
"AnthosObservabilityFeatureSpec": {
@@ -894,6 +894,10 @@
894894
"$ref": "AppDevExperienceFeatureSpec",
895895
"description": "Appdevexperience specific spec."
896896
},
897+
"fleetobservability": {
898+
"$ref": "FleetObservabilityFeatureSpec",
899+
"description": "FleetObservability feature spec."
900+
},
897901
"multiclusteringress": {
898902
"$ref": "MultiClusterIngressFeatureSpec",
899903
"description": "Multicluster Ingress-specific spec."
@@ -909,6 +913,10 @@
909913
"$ref": "AppDevExperienceFeatureState",
910914
"description": "Appdevexperience specific state."
911915
},
916+
"fleetobservability": {
917+
"$ref": "FleetObservabilityFeatureState",
918+
"description": "FleetObservability feature state."
919+
},
912920
"state": {
913921
"$ref": "FeatureState",
914922
"description": "Output only. The \"running state\" of the Feature in this Hub.",
@@ -1781,6 +1789,21 @@
17811789
"description": "Output only. State of the Feature resource itself.",
17821790
"readOnly": true
17831791
},
1792+
"scopeSpecs": {
1793+
"additionalProperties": {
1794+
"$ref": "ScopeFeatureSpec"
1795+
},
1796+
"description": "Optional. Scope-specific configuration for this Feature. If this Feature does not support any per-Scope configuration, this field may be unused. The keys indicate which Scope the configuration is for, in the form: `projects/{p}/locations/global/scopes/{s}` Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Scope is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature.",
1797+
"type": "object"
1798+
},
1799+
"scopeStates": {
1800+
"additionalProperties": {
1801+
"$ref": "ScopeFeatureState"
1802+
},
1803+
"description": "Output only. Scope-specific Feature status. If this Feature does report any per-Scope status, this field may be unused. The keys indicate which Scope the state is for, in the form: `projects/{p}/locations/global/scopes/{s}` Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project.",
1804+
"readOnly": true,
1805+
"type": "object"
1806+
},
17841807
"spec": {
17851808
"$ref": "CommonFeatureSpec",
17861809
"description": "Optional. Hub-wide Feature configuration. If this Feature does not support any Hub-wide configuration, this field may be unused."
@@ -1858,6 +1881,30 @@
18581881
},
18591882
"type": "object"
18601883
},
1884+
"FleetObservabilityFeatureSpec": {
1885+
"description": "**Fleet Observability**: The Hub-wide input for the FleetObservability feature.",
1886+
"id": "FleetObservabilityFeatureSpec",
1887+
"properties": {},
1888+
"type": "object"
1889+
},
1890+
"FleetObservabilityFeatureState": {
1891+
"description": "**FleetObservability**: An empty state left as an example Hub-wide Feature state.",
1892+
"id": "FleetObservabilityFeatureState",
1893+
"properties": {},
1894+
"type": "object"
1895+
},
1896+
"FleetObservabilityMembershipSpec": {
1897+
"description": "**FleetObservability**: The membership-specific input for FleetObservability feature.",
1898+
"id": "FleetObservabilityMembershipSpec",
1899+
"properties": {},
1900+
"type": "object"
1901+
},
1902+
"FleetObservabilityMembershipState": {
1903+
"description": "**FleetObservability**: An empty state left as an example membership-specific Feature state.",
1904+
"id": "FleetObservabilityMembershipState",
1905+
"properties": {},
1906+
"type": "object"
1907+
},
18611908
"GoogleRpcStatus": {
18621909
"description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).",
18631910
"id": "GoogleRpcStatus",
@@ -2166,6 +2213,10 @@
21662213
"$ref": "ConfigManagementMembershipSpec",
21672214
"description": "Config Management-specific spec."
21682215
},
2216+
"fleetobservability": {
2217+
"$ref": "FleetObservabilityMembershipSpec",
2218+
"description": "Fleet observability membership spec"
2219+
},
21692220
"identityservice": {
21702221
"$ref": "IdentityServiceMembershipSpec",
21712222
"description": "Identity Service-specific spec."
@@ -2197,6 +2248,10 @@
21972248
"$ref": "ConfigManagementMembershipState",
21982249
"description": "Config Management-specific state."
21992250
},
2251+
"fleetobservability": {
2252+
"$ref": "FleetObservabilityMembershipState",
2253+
"description": "Fleet observability membership state."
2254+
},
22002255
"identityservice": {
22012256
"$ref": "IdentityServiceMembershipState",
22022257
"description": "Identity Service-specific state."
@@ -2483,10 +2538,6 @@
24832538
"description": "**Policy Controller**: State for a single cluster.",
24842539
"id": "PolicyControllerMembershipState",
24852540
"properties": {
2486-
"clusterName": {
2487-
"description": "The user-defined name for the cluster used by ClusterSelectors to group clusters together. This should match Membership's membership_name, unless the user installed PC on the cluster manually prior to enabling the PC hub feature. Unique within a Policy Controller installation.",
2488-
"type": "string"
2489-
},
24902541
"componentStates": {
24912542
"additionalProperties": {
24922543
"$ref": "PolicyControllerOnClusterState"
@@ -2595,6 +2646,24 @@
25952646
},
25962647
"type": "object"
25972648
},
2649+
"ScopeFeatureSpec": {
2650+
"description": "ScopeFeatureSpec contains feature specs for a fleet scope.",
2651+
"id": "ScopeFeatureSpec",
2652+
"properties": {},
2653+
"type": "object"
2654+
},
2655+
"ScopeFeatureState": {
2656+
"description": "ScopeFeatureState contains Scope-wide Feature status information.",
2657+
"id": "ScopeFeatureState",
2658+
"properties": {
2659+
"state": {
2660+
"$ref": "FeatureState",
2661+
"description": "Output only. The \"running state\" of the Feature in this Scope.",
2662+
"readOnly": true
2663+
}
2664+
},
2665+
"type": "object"
2666+
},
25982667
"ServiceMeshControlPlaneManagement": {
25992668
"description": "Status of control plane management.",
26002669
"id": "ServiceMeshControlPlaneManagement",

‎googleapiclient/discovery_cache/documents/gkehub.v1beta1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@
706706
}
707707
}
708708
},
709-
"revision": "20220923",
709+
"revision": "20221018",
710710
"rootUrl": "https://gkehub.googleapis.com/",
711711
"schemas": {
712712
"ApplianceCluster": {

‎googleapiclient/discovery_cache/documents/gkehub.v2alpha.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
}
281281
}
282282
},
283-
"revision": "20220923",
283+
"revision": "20221018",
284284
"rootUrl": "https://gkehub.googleapis.com/",
285285
"schemas": {
286286
"CancelOperationRequest": {

0 commit comments

Comments
 (0)
Please sign in to comment.