google-apis-gkehub_v1alpha 0.10.0 → 0.14.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +17 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/gkehub_v1alpha/classes.rb +686 -57
- data/lib/google/apis/gkehub_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/gkehub_v1alpha/representations.rb +275 -0
- data/lib/google/apis/gkehub_v1alpha/service.rb +344 -0
- metadata +5 -5
@@ -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.
|
19
|
+
GEM_VERSION = "0.14.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 = "
|
25
|
+
REVISION = "20211021"
|
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
|
|
@@ -34,6 +46,12 @@ module Google
|
|
34
46
|
include Google::Apis::Core::JsonObjectSupport
|
35
47
|
end
|
36
48
|
|
49
|
+
class Authority
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
37
55
|
class Binding
|
38
56
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
57
|
|
@@ -208,6 +226,12 @@ module Google
|
|
208
226
|
include Google::Apis::Core::JsonObjectSupport
|
209
227
|
end
|
210
228
|
|
229
|
+
class ConnectAgentResource
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
211
235
|
class Empty
|
212
236
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
237
|
|
@@ -238,6 +262,18 @@ module Google
|
|
238
262
|
include Google::Apis::Core::JsonObjectSupport
|
239
263
|
end
|
240
264
|
|
265
|
+
class GenerateConnectManifestResponse
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
271
|
+
class GkeCluster
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
241
277
|
class GoogleRpcStatus
|
242
278
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
279
|
|
@@ -268,6 +304,18 @@ module Google
|
|
268
304
|
include Google::Apis::Core::JsonObjectSupport
|
269
305
|
end
|
270
306
|
|
307
|
+
class KubernetesMetadata
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
313
|
+
class ListAdminClusterMembershipsResponse
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
271
319
|
class ListFeaturesResponse
|
272
320
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
321
|
|
@@ -280,6 +328,12 @@ module Google
|
|
280
328
|
include Google::Apis::Core::JsonObjectSupport
|
281
329
|
end
|
282
330
|
|
331
|
+
class ListMembershipsResponse
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
+
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
335
|
+
end
|
336
|
+
|
283
337
|
class ListOperationsResponse
|
284
338
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
339
|
|
@@ -292,6 +346,18 @@ module Google
|
|
292
346
|
include Google::Apis::Core::JsonObjectSupport
|
293
347
|
end
|
294
348
|
|
349
|
+
class Membership
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
355
|
+
class MembershipEndpoint
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
+
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
359
|
+
end
|
360
|
+
|
295
361
|
class MembershipFeatureSpec
|
296
362
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
363
|
|
@@ -304,18 +370,36 @@ module Google
|
|
304
370
|
include Google::Apis::Core::JsonObjectSupport
|
305
371
|
end
|
306
372
|
|
373
|
+
class MembershipState
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
|
+
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
377
|
+
end
|
378
|
+
|
307
379
|
class MeteringMembershipState
|
308
380
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
381
|
|
310
382
|
include Google::Apis::Core::JsonObjectSupport
|
311
383
|
end
|
312
384
|
|
385
|
+
class MultiCloudCluster
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
+
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
389
|
+
end
|
390
|
+
|
313
391
|
class MultiClusterIngressFeatureSpec
|
314
392
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
393
|
|
316
394
|
include Google::Apis::Core::JsonObjectSupport
|
317
395
|
end
|
318
396
|
|
397
|
+
class OnPremCluster
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
401
|
+
end
|
402
|
+
|
319
403
|
class Operation
|
320
404
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
405
|
|
@@ -352,6 +436,12 @@ module Google
|
|
352
436
|
include Google::Apis::Core::JsonObjectSupport
|
353
437
|
end
|
354
438
|
|
439
|
+
class ServiceMeshMembershipSpec
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
443
|
+
end
|
444
|
+
|
355
445
|
class ServiceMeshMembershipState
|
356
446
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
447
|
|
@@ -370,6 +460,12 @@ module Google
|
|
370
460
|
include Google::Apis::Core::JsonObjectSupport
|
371
461
|
end
|
372
462
|
|
463
|
+
class Status
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
467
|
+
end
|
468
|
+
|
373
469
|
class TestIamPermissionsRequest
|
374
470
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
471
|
|
@@ -382,6 +478,26 @@ module Google
|
|
382
478
|
include Google::Apis::Core::JsonObjectSupport
|
383
479
|
end
|
384
480
|
|
481
|
+
class TypeMeta
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
485
|
+
end
|
486
|
+
|
487
|
+
class AppDevExperienceFeatureSpec
|
488
|
+
# @private
|
489
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
490
|
+
end
|
491
|
+
end
|
492
|
+
|
493
|
+
class AppDevExperienceFeatureState
|
494
|
+
# @private
|
495
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
496
|
+
property :networking_install_succeeded, as: 'networkingInstallSucceeded', class: Google::Apis::GkehubV1alpha::Status, decorator: Google::Apis::GkehubV1alpha::Status::Representation
|
497
|
+
|
498
|
+
end
|
499
|
+
end
|
500
|
+
|
385
501
|
class AuditConfig
|
386
502
|
# @private
|
387
503
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -399,6 +515,16 @@ module Google
|
|
399
515
|
end
|
400
516
|
end
|
401
517
|
|
518
|
+
class Authority
|
519
|
+
# @private
|
520
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
521
|
+
property :identity_provider, as: 'identityProvider'
|
522
|
+
property :issuer, as: 'issuer'
|
523
|
+
property :oidc_jwks, :base64 => true, as: 'oidcJwks'
|
524
|
+
property :workload_identity_pool, as: 'workloadIdentityPool'
|
525
|
+
end
|
526
|
+
end
|
527
|
+
|
402
528
|
class Binding
|
403
529
|
# @private
|
404
530
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -425,6 +551,8 @@ module Google
|
|
425
551
|
class CommonFeatureSpec
|
426
552
|
# @private
|
427
553
|
class Representation < Google::Apis::Core::JsonRepresentation
|
554
|
+
property :appdevexperience, as: 'appdevexperience', class: Google::Apis::GkehubV1alpha::AppDevExperienceFeatureSpec, decorator: Google::Apis::GkehubV1alpha::AppDevExperienceFeatureSpec::Representation
|
555
|
+
|
428
556
|
property :cloudauditlogging, as: 'cloudauditlogging', class: Google::Apis::GkehubV1alpha::CloudAuditLoggingFeatureSpec, decorator: Google::Apis::GkehubV1alpha::CloudAuditLoggingFeatureSpec::Representation
|
429
557
|
|
430
558
|
property :multiclusteringress, as: 'multiclusteringress', class: Google::Apis::GkehubV1alpha::MultiClusterIngressFeatureSpec, decorator: Google::Apis::GkehubV1alpha::MultiClusterIngressFeatureSpec::Representation
|
@@ -435,6 +563,8 @@ module Google
|
|
435
563
|
class CommonFeatureState
|
436
564
|
# @private
|
437
565
|
class Representation < Google::Apis::Core::JsonRepresentation
|
566
|
+
property :appdevexperience, as: 'appdevexperience', class: Google::Apis::GkehubV1alpha::AppDevExperienceFeatureState, decorator: Google::Apis::GkehubV1alpha::AppDevExperienceFeatureState::Representation
|
567
|
+
|
438
568
|
property :servicemesh, as: 'servicemesh', class: Google::Apis::GkehubV1alpha::ServiceMeshFeatureState, decorator: Google::Apis::GkehubV1alpha::ServiceMeshFeatureState::Representation
|
439
569
|
|
440
570
|
property :state, as: 'state', class: Google::Apis::GkehubV1alpha::FeatureState, decorator: Google::Apis::GkehubV1alpha::FeatureState::Representation
|
@@ -468,6 +598,7 @@ module Google
|
|
468
598
|
class ConfigManagementConfigSync
|
469
599
|
# @private
|
470
600
|
class Representation < Google::Apis::Core::JsonRepresentation
|
601
|
+
property :enabled, as: 'enabled'
|
471
602
|
property :git, as: 'git', class: Google::Apis::GkehubV1alpha::ConfigManagementGitConfig, decorator: Google::Apis::GkehubV1alpha::ConfigManagementGitConfig::Representation
|
472
603
|
|
473
604
|
property :source_format, as: 'sourceFormat'
|
@@ -477,6 +608,7 @@ module Google
|
|
477
608
|
class ConfigManagementConfigSyncDeploymentState
|
478
609
|
# @private
|
479
610
|
class Representation < Google::Apis::Core::JsonRepresentation
|
611
|
+
property :admission_webhook, as: 'admissionWebhook'
|
480
612
|
property :git_sync, as: 'gitSync'
|
481
613
|
property :importer, as: 'importer'
|
482
614
|
property :monitor, as: 'monitor'
|
@@ -501,6 +633,7 @@ module Google
|
|
501
633
|
class ConfigManagementConfigSyncVersion
|
502
634
|
# @private
|
503
635
|
class Representation < Google::Apis::Core::JsonRepresentation
|
636
|
+
property :admission_webhook, as: 'admissionWebhook'
|
504
637
|
property :git_sync, as: 'gitSync'
|
505
638
|
property :importer, as: 'importer'
|
506
639
|
property :monitor, as: 'monitor'
|
@@ -693,6 +826,15 @@ module Google
|
|
693
826
|
end
|
694
827
|
end
|
695
828
|
|
829
|
+
class ConnectAgentResource
|
830
|
+
# @private
|
831
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
832
|
+
property :manifest, as: 'manifest'
|
833
|
+
property :type, as: 'type', class: Google::Apis::GkehubV1alpha::TypeMeta, decorator: Google::Apis::GkehubV1alpha::TypeMeta::Representation
|
834
|
+
|
835
|
+
end
|
836
|
+
end
|
837
|
+
|
696
838
|
class Empty
|
697
839
|
# @private
|
698
840
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -746,6 +888,22 @@ module Google
|
|
746
888
|
end
|
747
889
|
end
|
748
890
|
|
891
|
+
class GenerateConnectManifestResponse
|
892
|
+
# @private
|
893
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
894
|
+
collection :manifest, as: 'manifest', class: Google::Apis::GkehubV1alpha::ConnectAgentResource, decorator: Google::Apis::GkehubV1alpha::ConnectAgentResource::Representation
|
895
|
+
|
896
|
+
end
|
897
|
+
end
|
898
|
+
|
899
|
+
class GkeCluster
|
900
|
+
# @private
|
901
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
902
|
+
property :cluster_missing, as: 'clusterMissing'
|
903
|
+
property :resource_link, as: 'resourceLink'
|
904
|
+
end
|
905
|
+
end
|
906
|
+
|
749
907
|
class GoogleRpcStatus
|
750
908
|
# @private
|
751
909
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -801,6 +959,28 @@ module Google
|
|
801
959
|
end
|
802
960
|
end
|
803
961
|
|
962
|
+
class KubernetesMetadata
|
963
|
+
# @private
|
964
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
965
|
+
property :kubernetes_api_server_version, as: 'kubernetesApiServerVersion'
|
966
|
+
property :memory_mb, as: 'memoryMb'
|
967
|
+
property :node_count, as: 'nodeCount'
|
968
|
+
property :node_provider_id, as: 'nodeProviderId'
|
969
|
+
property :update_time, as: 'updateTime'
|
970
|
+
property :vcpu_count, as: 'vcpuCount'
|
971
|
+
end
|
972
|
+
end
|
973
|
+
|
974
|
+
class ListAdminClusterMembershipsResponse
|
975
|
+
# @private
|
976
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
977
|
+
collection :admin_cluster_memberships, as: 'adminClusterMemberships', class: Google::Apis::GkehubV1alpha::Membership, decorator: Google::Apis::GkehubV1alpha::Membership::Representation
|
978
|
+
|
979
|
+
property :next_page_token, as: 'nextPageToken'
|
980
|
+
collection :unreachable, as: 'unreachable'
|
981
|
+
end
|
982
|
+
end
|
983
|
+
|
804
984
|
class ListFeaturesResponse
|
805
985
|
# @private
|
806
986
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -819,6 +999,16 @@ module Google
|
|
819
999
|
end
|
820
1000
|
end
|
821
1001
|
|
1002
|
+
class ListMembershipsResponse
|
1003
|
+
# @private
|
1004
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1005
|
+
property :next_page_token, as: 'nextPageToken'
|
1006
|
+
collection :resources, as: 'resources', class: Google::Apis::GkehubV1alpha::Membership, decorator: Google::Apis::GkehubV1alpha::Membership::Representation
|
1007
|
+
|
1008
|
+
collection :unreachable, as: 'unreachable'
|
1009
|
+
end
|
1010
|
+
end
|
1011
|
+
|
822
1012
|
class ListOperationsResponse
|
823
1013
|
# @private
|
824
1014
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -839,6 +1029,41 @@ module Google
|
|
839
1029
|
end
|
840
1030
|
end
|
841
1031
|
|
1032
|
+
class Membership
|
1033
|
+
# @private
|
1034
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1035
|
+
property :authority, as: 'authority', class: Google::Apis::GkehubV1alpha::Authority, decorator: Google::Apis::GkehubV1alpha::Authority::Representation
|
1036
|
+
|
1037
|
+
property :create_time, as: 'createTime'
|
1038
|
+
property :delete_time, as: 'deleteTime'
|
1039
|
+
property :description, as: 'description'
|
1040
|
+
property :endpoint, as: 'endpoint', class: Google::Apis::GkehubV1alpha::MembershipEndpoint, decorator: Google::Apis::GkehubV1alpha::MembershipEndpoint::Representation
|
1041
|
+
|
1042
|
+
property :external_id, as: 'externalId'
|
1043
|
+
hash :labels, as: 'labels'
|
1044
|
+
property :last_connection_time, as: 'lastConnectionTime'
|
1045
|
+
property :name, as: 'name'
|
1046
|
+
property :state, as: 'state', class: Google::Apis::GkehubV1alpha::MembershipState, decorator: Google::Apis::GkehubV1alpha::MembershipState::Representation
|
1047
|
+
|
1048
|
+
property :unique_id, as: 'uniqueId'
|
1049
|
+
property :update_time, as: 'updateTime'
|
1050
|
+
end
|
1051
|
+
end
|
1052
|
+
|
1053
|
+
class MembershipEndpoint
|
1054
|
+
# @private
|
1055
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1056
|
+
property :gke_cluster, as: 'gkeCluster', class: Google::Apis::GkehubV1alpha::GkeCluster, decorator: Google::Apis::GkehubV1alpha::GkeCluster::Representation
|
1057
|
+
|
1058
|
+
property :kubernetes_metadata, as: 'kubernetesMetadata', class: Google::Apis::GkehubV1alpha::KubernetesMetadata, decorator: Google::Apis::GkehubV1alpha::KubernetesMetadata::Representation
|
1059
|
+
|
1060
|
+
property :multi_cloud_cluster, as: 'multiCloudCluster', class: Google::Apis::GkehubV1alpha::MultiCloudCluster, decorator: Google::Apis::GkehubV1alpha::MultiCloudCluster::Representation
|
1061
|
+
|
1062
|
+
property :on_prem_cluster, as: 'onPremCluster', class: Google::Apis::GkehubV1alpha::OnPremCluster, decorator: Google::Apis::GkehubV1alpha::OnPremCluster::Representation
|
1063
|
+
|
1064
|
+
end
|
1065
|
+
end
|
1066
|
+
|
842
1067
|
class MembershipFeatureSpec
|
843
1068
|
# @private
|
844
1069
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -846,12 +1071,16 @@ module Google
|
|
846
1071
|
|
847
1072
|
property :identityservice, as: 'identityservice', class: Google::Apis::GkehubV1alpha::IdentityServiceMembershipSpec, decorator: Google::Apis::GkehubV1alpha::IdentityServiceMembershipSpec::Representation
|
848
1073
|
|
1074
|
+
property :mesh, as: 'mesh', class: Google::Apis::GkehubV1alpha::ServiceMeshMembershipSpec, decorator: Google::Apis::GkehubV1alpha::ServiceMeshMembershipSpec::Representation
|
1075
|
+
|
849
1076
|
end
|
850
1077
|
end
|
851
1078
|
|
852
1079
|
class MembershipFeatureState
|
853
1080
|
# @private
|
854
1081
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1082
|
+
property :appdevexperience, as: 'appdevexperience', class: Google::Apis::GkehubV1alpha::AppDevExperienceFeatureState, decorator: Google::Apis::GkehubV1alpha::AppDevExperienceFeatureState::Representation
|
1083
|
+
|
855
1084
|
property :configmanagement, as: 'configmanagement', class: Google::Apis::GkehubV1alpha::ConfigManagementMembershipState, decorator: Google::Apis::GkehubV1alpha::ConfigManagementMembershipState::Representation
|
856
1085
|
|
857
1086
|
property :identityservice, as: 'identityservice', class: Google::Apis::GkehubV1alpha::IdentityServiceMembershipState, decorator: Google::Apis::GkehubV1alpha::IdentityServiceMembershipState::Representation
|
@@ -865,6 +1094,13 @@ module Google
|
|
865
1094
|
end
|
866
1095
|
end
|
867
1096
|
|
1097
|
+
class MembershipState
|
1098
|
+
# @private
|
1099
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1100
|
+
property :code, as: 'code'
|
1101
|
+
end
|
1102
|
+
end
|
1103
|
+
|
868
1104
|
class MeteringMembershipState
|
869
1105
|
# @private
|
870
1106
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -873,6 +1109,14 @@ module Google
|
|
873
1109
|
end
|
874
1110
|
end
|
875
1111
|
|
1112
|
+
class MultiCloudCluster
|
1113
|
+
# @private
|
1114
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1115
|
+
property :cluster_missing, as: 'clusterMissing'
|
1116
|
+
property :resource_link, as: 'resourceLink'
|
1117
|
+
end
|
1118
|
+
end
|
1119
|
+
|
876
1120
|
class MultiClusterIngressFeatureSpec
|
877
1121
|
# @private
|
878
1122
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -881,6 +1125,15 @@ module Google
|
|
881
1125
|
end
|
882
1126
|
end
|
883
1127
|
|
1128
|
+
class OnPremCluster
|
1129
|
+
# @private
|
1130
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1131
|
+
property :admin_cluster, as: 'adminCluster'
|
1132
|
+
property :cluster_missing, as: 'clusterMissing'
|
1133
|
+
property :resource_link, as: 'resourceLink'
|
1134
|
+
end
|
1135
|
+
end
|
1136
|
+
|
884
1137
|
class Operation
|
885
1138
|
# @private
|
886
1139
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -947,6 +1200,12 @@ module Google
|
|
947
1200
|
end
|
948
1201
|
end
|
949
1202
|
|
1203
|
+
class ServiceMeshMembershipSpec
|
1204
|
+
# @private
|
1205
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1206
|
+
end
|
1207
|
+
end
|
1208
|
+
|
950
1209
|
class ServiceMeshMembershipState
|
951
1210
|
# @private
|
952
1211
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -972,6 +1231,14 @@ module Google
|
|
972
1231
|
end
|
973
1232
|
end
|
974
1233
|
|
1234
|
+
class Status
|
1235
|
+
# @private
|
1236
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1237
|
+
property :code, as: 'code'
|
1238
|
+
property :description, as: 'description'
|
1239
|
+
end
|
1240
|
+
end
|
1241
|
+
|
975
1242
|
class TestIamPermissionsRequest
|
976
1243
|
# @private
|
977
1244
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -985,6 +1252,14 @@ module Google
|
|
985
1252
|
collection :permissions, as: 'permissions'
|
986
1253
|
end
|
987
1254
|
end
|
1255
|
+
|
1256
|
+
class TypeMeta
|
1257
|
+
# @private
|
1258
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1259
|
+
property :api_version, as: 'apiVersion'
|
1260
|
+
property :kind, as: 'kind'
|
1261
|
+
end
|
1262
|
+
end
|
988
1263
|
end
|
989
1264
|
end
|
990
1265
|
end
|