google-apis-gkehub_v1alpha 0.12.0 → 0.16.0

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.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkehubV1alpha
18
18
  # Version of the google-apis-gkehub_v1alpha gem
19
- GEM_VERSION = "0.12.0"
19
+ GEM_VERSION = "0.16.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210927"
25
+ REVISION = "20211111"
26
26
  end
27
27
  end
28
28
  end
@@ -22,6 +22,18 @@ module Google
22
22
  module Apis
23
23
  module GkehubV1alpha
24
24
 
25
+ class AppDevExperienceFeatureSpec
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class AppDevExperienceFeatureState
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
25
37
  class AuditConfig
26
38
  class Representation < Google::Apis::Core::JsonRepresentation; end
27
39
 
@@ -214,6 +226,12 @@ module Google
214
226
  include Google::Apis::Core::JsonObjectSupport
215
227
  end
216
228
 
229
+ class ConnectAgentResource
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
217
235
  class Empty
218
236
  class Representation < Google::Apis::Core::JsonRepresentation; end
219
237
 
@@ -244,6 +262,18 @@ module Google
244
262
  include Google::Apis::Core::JsonObjectSupport
245
263
  end
246
264
 
265
+ class Fleet
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
271
+ class GenerateConnectManifestResponse
272
+ class Representation < Google::Apis::Core::JsonRepresentation; end
273
+
274
+ include Google::Apis::Core::JsonObjectSupport
275
+ end
276
+
247
277
  class GkeCluster
248
278
  class Representation < Google::Apis::Core::JsonRepresentation; end
249
279
 
@@ -286,6 +316,12 @@ module Google
286
316
  include Google::Apis::Core::JsonObjectSupport
287
317
  end
288
318
 
319
+ class KubernetesResource
320
+ class Representation < Google::Apis::Core::JsonRepresentation; end
321
+
322
+ include Google::Apis::Core::JsonObjectSupport
323
+ end
324
+
289
325
  class ListAdminClusterMembershipsResponse
290
326
  class Representation < Google::Apis::Core::JsonRepresentation; end
291
327
 
@@ -304,6 +340,12 @@ module Google
304
340
  include Google::Apis::Core::JsonObjectSupport
305
341
  end
306
342
 
343
+ class ListMembershipsResponse
344
+ class Representation < Google::Apis::Core::JsonRepresentation; end
345
+
346
+ include Google::Apis::Core::JsonObjectSupport
347
+ end
348
+
307
349
  class ListOperationsResponse
308
350
  class Representation < Google::Apis::Core::JsonRepresentation; end
309
351
 
@@ -388,6 +430,18 @@ module Google
388
430
  include Google::Apis::Core::JsonObjectSupport
389
431
  end
390
432
 
433
+ class ResourceManifest
434
+ class Representation < Google::Apis::Core::JsonRepresentation; end
435
+
436
+ include Google::Apis::Core::JsonObjectSupport
437
+ end
438
+
439
+ class ResourceOptions
440
+ class Representation < Google::Apis::Core::JsonRepresentation; end
441
+
442
+ include Google::Apis::Core::JsonObjectSupport
443
+ end
444
+
391
445
  class ServiceMeshAnalysisMessage
392
446
  class Representation < Google::Apis::Core::JsonRepresentation; end
393
447
 
@@ -406,6 +460,12 @@ module Google
406
460
  include Google::Apis::Core::JsonObjectSupport
407
461
  end
408
462
 
463
+ class ServiceMeshMembershipSpec
464
+ class Representation < Google::Apis::Core::JsonRepresentation; end
465
+
466
+ include Google::Apis::Core::JsonObjectSupport
467
+ end
468
+
409
469
  class ServiceMeshMembershipState
410
470
  class Representation < Google::Apis::Core::JsonRepresentation; end
411
471
 
@@ -424,6 +484,12 @@ module Google
424
484
  include Google::Apis::Core::JsonObjectSupport
425
485
  end
426
486
 
487
+ class Status
488
+ class Representation < Google::Apis::Core::JsonRepresentation; end
489
+
490
+ include Google::Apis::Core::JsonObjectSupport
491
+ end
492
+
427
493
  class TestIamPermissionsRequest
428
494
  class Representation < Google::Apis::Core::JsonRepresentation; end
429
495
 
@@ -436,6 +502,26 @@ module Google
436
502
  include Google::Apis::Core::JsonObjectSupport
437
503
  end
438
504
 
505
+ class TypeMeta
506
+ class Representation < Google::Apis::Core::JsonRepresentation; end
507
+
508
+ include Google::Apis::Core::JsonObjectSupport
509
+ end
510
+
511
+ class AppDevExperienceFeatureSpec
512
+ # @private
513
+ class Representation < Google::Apis::Core::JsonRepresentation
514
+ end
515
+ end
516
+
517
+ class AppDevExperienceFeatureState
518
+ # @private
519
+ class Representation < Google::Apis::Core::JsonRepresentation
520
+ property :networking_install_succeeded, as: 'networkingInstallSucceeded', class: Google::Apis::GkehubV1alpha::Status, decorator: Google::Apis::GkehubV1alpha::Status::Representation
521
+
522
+ end
523
+ end
524
+
439
525
  class AuditConfig
440
526
  # @private
441
527
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -489,6 +575,8 @@ module Google
489
575
  class CommonFeatureSpec
490
576
  # @private
491
577
  class Representation < Google::Apis::Core::JsonRepresentation
578
+ property :appdevexperience, as: 'appdevexperience', class: Google::Apis::GkehubV1alpha::AppDevExperienceFeatureSpec, decorator: Google::Apis::GkehubV1alpha::AppDevExperienceFeatureSpec::Representation
579
+
492
580
  property :cloudauditlogging, as: 'cloudauditlogging', class: Google::Apis::GkehubV1alpha::CloudAuditLoggingFeatureSpec, decorator: Google::Apis::GkehubV1alpha::CloudAuditLoggingFeatureSpec::Representation
493
581
 
494
582
  property :multiclusteringress, as: 'multiclusteringress', class: Google::Apis::GkehubV1alpha::MultiClusterIngressFeatureSpec, decorator: Google::Apis::GkehubV1alpha::MultiClusterIngressFeatureSpec::Representation
@@ -499,6 +587,8 @@ module Google
499
587
  class CommonFeatureState
500
588
  # @private
501
589
  class Representation < Google::Apis::Core::JsonRepresentation
590
+ property :appdevexperience, as: 'appdevexperience', class: Google::Apis::GkehubV1alpha::AppDevExperienceFeatureState, decorator: Google::Apis::GkehubV1alpha::AppDevExperienceFeatureState::Representation
591
+
502
592
  property :servicemesh, as: 'servicemesh', class: Google::Apis::GkehubV1alpha::ServiceMeshFeatureState, decorator: Google::Apis::GkehubV1alpha::ServiceMeshFeatureState::Representation
503
593
 
504
594
  property :state, as: 'state', class: Google::Apis::GkehubV1alpha::FeatureState, decorator: Google::Apis::GkehubV1alpha::FeatureState::Representation
@@ -535,6 +625,7 @@ module Google
535
625
  property :enabled, as: 'enabled'
536
626
  property :git, as: 'git', class: Google::Apis::GkehubV1alpha::ConfigManagementGitConfig, decorator: Google::Apis::GkehubV1alpha::ConfigManagementGitConfig::Representation
537
627
 
628
+ property :prevent_drift, as: 'preventDrift'
538
629
  property :source_format, as: 'sourceFormat'
539
630
  end
540
631
  end
@@ -760,6 +851,15 @@ module Google
760
851
  end
761
852
  end
762
853
 
854
+ class ConnectAgentResource
855
+ # @private
856
+ class Representation < Google::Apis::Core::JsonRepresentation
857
+ property :manifest, as: 'manifest'
858
+ property :type, as: 'type', class: Google::Apis::GkehubV1alpha::TypeMeta, decorator: Google::Apis::GkehubV1alpha::TypeMeta::Representation
859
+
860
+ end
861
+ end
862
+
763
863
  class Empty
764
864
  # @private
765
865
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -813,6 +913,27 @@ module Google
813
913
  end
814
914
  end
815
915
 
916
+ class Fleet
917
+ # @private
918
+ class Representation < Google::Apis::Core::JsonRepresentation
919
+ property :create_time, as: 'createTime'
920
+ property :delete_time, as: 'deleteTime'
921
+ property :display_name, as: 'displayName'
922
+ property :fleet_name, as: 'fleetName'
923
+ property :name, as: 'name'
924
+ property :uid, as: 'uid'
925
+ property :update_time, as: 'updateTime'
926
+ end
927
+ end
928
+
929
+ class GenerateConnectManifestResponse
930
+ # @private
931
+ class Representation < Google::Apis::Core::JsonRepresentation
932
+ collection :manifest, as: 'manifest', class: Google::Apis::GkehubV1alpha::ConnectAgentResource, decorator: Google::Apis::GkehubV1alpha::ConnectAgentResource::Representation
933
+
934
+ end
935
+ end
936
+
816
937
  class GkeCluster
817
938
  # @private
818
939
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -888,6 +1009,19 @@ module Google
888
1009
  end
889
1010
  end
890
1011
 
1012
+ class KubernetesResource
1013
+ # @private
1014
+ class Representation < Google::Apis::Core::JsonRepresentation
1015
+ collection :connect_resources, as: 'connectResources', class: Google::Apis::GkehubV1alpha::ResourceManifest, decorator: Google::Apis::GkehubV1alpha::ResourceManifest::Representation
1016
+
1017
+ property :membership_cr_manifest, as: 'membershipCrManifest'
1018
+ collection :membership_resources, as: 'membershipResources', class: Google::Apis::GkehubV1alpha::ResourceManifest, decorator: Google::Apis::GkehubV1alpha::ResourceManifest::Representation
1019
+
1020
+ property :resource_options, as: 'resourceOptions', class: Google::Apis::GkehubV1alpha::ResourceOptions, decorator: Google::Apis::GkehubV1alpha::ResourceOptions::Representation
1021
+
1022
+ end
1023
+ end
1024
+
891
1025
  class ListAdminClusterMembershipsResponse
892
1026
  # @private
893
1027
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -916,6 +1050,16 @@ module Google
916
1050
  end
917
1051
  end
918
1052
 
1053
+ class ListMembershipsResponse
1054
+ # @private
1055
+ class Representation < Google::Apis::Core::JsonRepresentation
1056
+ property :next_page_token, as: 'nextPageToken'
1057
+ collection :resources, as: 'resources', class: Google::Apis::GkehubV1alpha::Membership, decorator: Google::Apis::GkehubV1alpha::Membership::Representation
1058
+
1059
+ collection :unreachable, as: 'unreachable'
1060
+ end
1061
+ end
1062
+
919
1063
  class ListOperationsResponse
920
1064
  # @private
921
1065
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -964,6 +1108,8 @@ module Google
964
1108
 
965
1109
  property :kubernetes_metadata, as: 'kubernetesMetadata', class: Google::Apis::GkehubV1alpha::KubernetesMetadata, decorator: Google::Apis::GkehubV1alpha::KubernetesMetadata::Representation
966
1110
 
1111
+ property :kubernetes_resource, as: 'kubernetesResource', class: Google::Apis::GkehubV1alpha::KubernetesResource, decorator: Google::Apis::GkehubV1alpha::KubernetesResource::Representation
1112
+
967
1113
  property :multi_cloud_cluster, as: 'multiCloudCluster', class: Google::Apis::GkehubV1alpha::MultiCloudCluster, decorator: Google::Apis::GkehubV1alpha::MultiCloudCluster::Representation
968
1114
 
969
1115
  property :on_prem_cluster, as: 'onPremCluster', class: Google::Apis::GkehubV1alpha::OnPremCluster, decorator: Google::Apis::GkehubV1alpha::OnPremCluster::Representation
@@ -978,12 +1124,16 @@ module Google
978
1124
 
979
1125
  property :identityservice, as: 'identityservice', class: Google::Apis::GkehubV1alpha::IdentityServiceMembershipSpec, decorator: Google::Apis::GkehubV1alpha::IdentityServiceMembershipSpec::Representation
980
1126
 
1127
+ property :mesh, as: 'mesh', class: Google::Apis::GkehubV1alpha::ServiceMeshMembershipSpec, decorator: Google::Apis::GkehubV1alpha::ServiceMeshMembershipSpec::Representation
1128
+
981
1129
  end
982
1130
  end
983
1131
 
984
1132
  class MembershipFeatureState
985
1133
  # @private
986
1134
  class Representation < Google::Apis::Core::JsonRepresentation
1135
+ property :appdevexperience, as: 'appdevexperience', class: Google::Apis::GkehubV1alpha::AppDevExperienceFeatureState, decorator: Google::Apis::GkehubV1alpha::AppDevExperienceFeatureState::Representation
1136
+
987
1137
  property :configmanagement, as: 'configmanagement', class: Google::Apis::GkehubV1alpha::ConfigManagementMembershipState, decorator: Google::Apis::GkehubV1alpha::ConfigManagementMembershipState::Representation
988
1138
 
989
1139
  property :identityservice, as: 'identityservice', class: Google::Apis::GkehubV1alpha::IdentityServiceMembershipState, decorator: Google::Apis::GkehubV1alpha::IdentityServiceMembershipState::Representation
@@ -1074,6 +1224,22 @@ module Google
1074
1224
  end
1075
1225
  end
1076
1226
 
1227
+ class ResourceManifest
1228
+ # @private
1229
+ class Representation < Google::Apis::Core::JsonRepresentation
1230
+ property :cluster_scoped, as: 'clusterScoped'
1231
+ property :manifest, as: 'manifest'
1232
+ end
1233
+ end
1234
+
1235
+ class ResourceOptions
1236
+ # @private
1237
+ class Representation < Google::Apis::Core::JsonRepresentation
1238
+ property :connect_version, as: 'connectVersion'
1239
+ property :v1beta1_crd, as: 'v1beta1Crd'
1240
+ end
1241
+ end
1242
+
1077
1243
  class ServiceMeshAnalysisMessage
1078
1244
  # @private
1079
1245
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1103,6 +1269,12 @@ module Google
1103
1269
  end
1104
1270
  end
1105
1271
 
1272
+ class ServiceMeshMembershipSpec
1273
+ # @private
1274
+ class Representation < Google::Apis::Core::JsonRepresentation
1275
+ end
1276
+ end
1277
+
1106
1278
  class ServiceMeshMembershipState
1107
1279
  # @private
1108
1280
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1128,6 +1300,14 @@ module Google
1128
1300
  end
1129
1301
  end
1130
1302
 
1303
+ class Status
1304
+ # @private
1305
+ class Representation < Google::Apis::Core::JsonRepresentation
1306
+ property :code, as: 'code'
1307
+ property :description, as: 'description'
1308
+ end
1309
+ end
1310
+
1131
1311
  class TestIamPermissionsRequest
1132
1312
  # @private
1133
1313
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1141,6 +1321,14 @@ module Google
1141
1321
  collection :permissions, as: 'permissions'
1142
1322
  end
1143
1323
  end
1324
+
1325
+ class TypeMeta
1326
+ # @private
1327
+ class Representation < Google::Apis::Core::JsonRepresentation
1328
+ property :api_version, as: 'apiVersion'
1329
+ property :kind, as: 'kind'
1330
+ end
1331
+ end
1144
1332
  end
1145
1333
  end
1146
1334
  end