google-apis-gkehub_v2alpha 0.23.0 → 0.24.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1a8e4fed2f299864ac26541734997662a081ebe4074c82fe7d5430bcbb76f7be
4
- data.tar.gz: 9cb768a89448782cc5fc9e69a40dd6171f01035c03548a8e563667ab702dd222
3
+ metadata.gz: c935679a1b99cd7d6bd37bc8a77954aed5d37a7cebd2b55eaa8085048582f539
4
+ data.tar.gz: 764b54fac4648273cc15cd6ff1cac8bcaa7eca29ce1ffa45d75064967f5c07f3
5
5
  SHA512:
6
- metadata.gz: dbedc2f9755d4b3f032625cda9e23736adafcec5a91a5153cf896fb2135a6dd1b5e50e4e5c9bae983f0097a2025b761379572cd95367222193fce11061e5bf6d
7
- data.tar.gz: 8e87d6adf63954b89923df1d1f3bee45d26adee03b5252796066df8f070e5a4637df8548e4b2c4c827c5a7ab81ddc3e90a211f5cc09c9e1f4a2a0a81d9d6a71e
6
+ metadata.gz: 38c05ad35223e906004713684fd5f4b5b48464f5fb780d85d6dc12e99a711b62426f4a6514b8a91b54a16e11756b983568f599904504dd02e13f240bd8a41586
7
+ data.tar.gz: c8dd275e42b48a3397f9d0057c0e150800f837082b32286253a4fb8abe3e49397abfbd260b15aa8c295e8da087ab7e34833e7195333f4eb25e7b472389fa9604
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkehub_v2alpha
2
2
 
3
+ ### v0.24.0 (2025-04-20)
4
+
5
+ * Regenerated from discovery document revision 20250415
6
+
3
7
  ### v0.23.0 (2025-03-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20250324
@@ -1484,6 +1484,12 @@ module Google
1484
1484
  # @return [Google::Apis::GkehubV2alpha::PolicyControllerSpec]
1485
1485
  attr_accessor :policycontroller
1486
1486
 
1487
+ # **RBAC RoleBinding Actuation**: The membership-specific input for
1488
+ # RBACRoleBindingActuation feature.
1489
+ # Corresponds to the JSON property `rbacrolebindingactuation`
1490
+ # @return [Google::Apis::GkehubV2alpha::RbacRoleBindingActuationSpec]
1491
+ attr_accessor :rbacrolebindingactuation
1492
+
1487
1493
  # **Service Mesh**: Spec for a single Membership for the servicemesh feature
1488
1494
  # Corresponds to the JSON property `servicemesh`
1489
1495
  # @return [Google::Apis::GkehubV2alpha::ServiceMeshSpec]
@@ -1506,6 +1512,7 @@ module Google
1506
1512
  @identityservice = args[:identityservice] if args.key?(:identityservice)
1507
1513
  @origin = args[:origin] if args.key?(:origin)
1508
1514
  @policycontroller = args[:policycontroller] if args.key?(:policycontroller)
1515
+ @rbacrolebindingactuation = args[:rbacrolebindingactuation] if args.key?(:rbacrolebindingactuation)
1509
1516
  @servicemesh = args[:servicemesh] if args.key?(:servicemesh)
1510
1517
  @workloadcertificate = args[:workloadcertificate] if args.key?(:workloadcertificate)
1511
1518
  end
@@ -1548,6 +1555,12 @@ module Google
1548
1555
  # @return [Google::Apis::GkehubV2alpha::PolicyControllerState]
1549
1556
  attr_accessor :policycontroller
1550
1557
 
1558
+ # **RBAC RoleBinding Actuation**: A membership-specific Feature state for the
1559
+ # RBACRoleBindingActuation fleet feature.
1560
+ # Corresponds to the JSON property `rbacrolebindingactuation`
1561
+ # @return [Google::Apis::GkehubV2alpha::RbacRoleBindingActuationState]
1562
+ attr_accessor :rbacrolebindingactuation
1563
+
1551
1564
  # **Service Mesh**: State for a single Membership, as analyzed by the Service
1552
1565
  # Mesh Hub Controller.
1553
1566
  # Corresponds to the JSON property `servicemesh`
@@ -1571,6 +1584,7 @@ module Google
1571
1584
  @identityservice = args[:identityservice] if args.key?(:identityservice)
1572
1585
  @metering = args[:metering] if args.key?(:metering)
1573
1586
  @policycontroller = args[:policycontroller] if args.key?(:policycontroller)
1587
+ @rbacrolebindingactuation = args[:rbacrolebindingactuation] if args.key?(:rbacrolebindingactuation)
1574
1588
  @servicemesh = args[:servicemesh] if args.key?(:servicemesh)
1575
1589
  @state = args[:state] if args.key?(:state)
1576
1590
  end
@@ -3067,6 +3081,75 @@ module Google
3067
3081
  end
3068
3082
  end
3069
3083
 
3084
+ # RBACRoleBindingState is the status of an RBACRoleBinding which exists on a
3085
+ # membership.
3086
+ class RbacRoleBindingActuationRbacRoleBindingState
3087
+ include Google::Apis::Core::Hashable
3088
+
3089
+ # The reason for the failure.
3090
+ # Corresponds to the JSON property `description`
3091
+ # @return [String]
3092
+ attr_accessor :description
3093
+
3094
+ # Output only. The state of the RBACRoleBinding.
3095
+ # Corresponds to the JSON property `state`
3096
+ # @return [String]
3097
+ attr_accessor :state
3098
+
3099
+ # The time the RBACRoleBinding status was last updated.
3100
+ # Corresponds to the JSON property `updateTime`
3101
+ # @return [String]
3102
+ attr_accessor :update_time
3103
+
3104
+ def initialize(**args)
3105
+ update!(**args)
3106
+ end
3107
+
3108
+ # Update properties of this object
3109
+ def update!(**args)
3110
+ @description = args[:description] if args.key?(:description)
3111
+ @state = args[:state] if args.key?(:state)
3112
+ @update_time = args[:update_time] if args.key?(:update_time)
3113
+ end
3114
+ end
3115
+
3116
+ # **RBAC RoleBinding Actuation**: The membership-specific input for
3117
+ # RBACRoleBindingActuation feature.
3118
+ class RbacRoleBindingActuationSpec
3119
+ include Google::Apis::Core::Hashable
3120
+
3121
+ def initialize(**args)
3122
+ update!(**args)
3123
+ end
3124
+
3125
+ # Update properties of this object
3126
+ def update!(**args)
3127
+ end
3128
+ end
3129
+
3130
+ # **RBAC RoleBinding Actuation**: A membership-specific Feature state for the
3131
+ # RBACRoleBindingActuation fleet feature.
3132
+ class RbacRoleBindingActuationState
3133
+ include Google::Apis::Core::Hashable
3134
+
3135
+ # Output only. The state of RBACRoleBindings using custom roles that exist on
3136
+ # the cluster, keyed by RBACRoleBinding resource name with format: projects/`
3137
+ # project`/locations/`location`/scopes/`scope`/rbacrolebindings/`rbacrolebinding`
3138
+ # .
3139
+ # Corresponds to the JSON property `rbacrolebindingStates`
3140
+ # @return [Hash<String,Google::Apis::GkehubV2alpha::RbacRoleBindingActuationRbacRoleBindingState>]
3141
+ attr_accessor :rbacrolebinding_states
3142
+
3143
+ def initialize(**args)
3144
+ update!(**args)
3145
+ end
3146
+
3147
+ # Update properties of this object
3148
+ def update!(**args)
3149
+ @rbacrolebinding_states = args[:rbacrolebinding_states] if args.key?(:rbacrolebinding_states)
3150
+ end
3151
+ end
3152
+
3070
3153
  # AnalysisMessage is a single message produced by an analyzer, and it used to
3071
3154
  # communicate to the end user about the state of their Service Mesh
3072
3155
  # configuration.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkehubV2alpha
18
18
  # Version of the google-apis-gkehub_v2alpha gem
19
- GEM_VERSION = "0.23.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250324"
25
+ REVISION = "20250415"
26
26
  end
27
27
  end
28
28
  end
@@ -508,6 +508,24 @@ module Google
508
508
  include Google::Apis::Core::JsonObjectSupport
509
509
  end
510
510
 
511
+ class RbacRoleBindingActuationRbacRoleBindingState
512
+ class Representation < Google::Apis::Core::JsonRepresentation; end
513
+
514
+ include Google::Apis::Core::JsonObjectSupport
515
+ end
516
+
517
+ class RbacRoleBindingActuationSpec
518
+ class Representation < Google::Apis::Core::JsonRepresentation; end
519
+
520
+ include Google::Apis::Core::JsonObjectSupport
521
+ end
522
+
523
+ class RbacRoleBindingActuationState
524
+ class Representation < Google::Apis::Core::JsonRepresentation; end
525
+
526
+ include Google::Apis::Core::JsonObjectSupport
527
+ end
528
+
511
529
  class ServiceMeshAnalysisMessage
512
530
  class Representation < Google::Apis::Core::JsonRepresentation; end
513
531
 
@@ -1001,6 +1019,8 @@ module Google
1001
1019
 
1002
1020
  property :policycontroller, as: 'policycontroller', class: Google::Apis::GkehubV2alpha::PolicyControllerSpec, decorator: Google::Apis::GkehubV2alpha::PolicyControllerSpec::Representation
1003
1021
 
1022
+ property :rbacrolebindingactuation, as: 'rbacrolebindingactuation', class: Google::Apis::GkehubV2alpha::RbacRoleBindingActuationSpec, decorator: Google::Apis::GkehubV2alpha::RbacRoleBindingActuationSpec::Representation
1023
+
1004
1024
  property :servicemesh, as: 'servicemesh', class: Google::Apis::GkehubV2alpha::ServiceMeshSpec, decorator: Google::Apis::GkehubV2alpha::ServiceMeshSpec::Representation
1005
1025
 
1006
1026
  property :workloadcertificate, as: 'workloadcertificate', class: Google::Apis::GkehubV2alpha::WorkloadCertificateSpec, decorator: Google::Apis::GkehubV2alpha::WorkloadCertificateSpec::Representation
@@ -1023,6 +1043,8 @@ module Google
1023
1043
 
1024
1044
  property :policycontroller, as: 'policycontroller', class: Google::Apis::GkehubV2alpha::PolicyControllerState, decorator: Google::Apis::GkehubV2alpha::PolicyControllerState::Representation
1025
1045
 
1046
+ property :rbacrolebindingactuation, as: 'rbacrolebindingactuation', class: Google::Apis::GkehubV2alpha::RbacRoleBindingActuationState, decorator: Google::Apis::GkehubV2alpha::RbacRoleBindingActuationState::Representation
1047
+
1026
1048
  property :servicemesh, as: 'servicemesh', class: Google::Apis::GkehubV2alpha::ServiceMeshState, decorator: Google::Apis::GkehubV2alpha::ServiceMeshState::Representation
1027
1049
 
1028
1050
  property :state, as: 'state', class: Google::Apis::GkehubV2alpha::State, decorator: Google::Apis::GkehubV2alpha::State::Representation
@@ -1442,6 +1464,29 @@ module Google
1442
1464
  end
1443
1465
  end
1444
1466
 
1467
+ class RbacRoleBindingActuationRbacRoleBindingState
1468
+ # @private
1469
+ class Representation < Google::Apis::Core::JsonRepresentation
1470
+ property :description, as: 'description'
1471
+ property :state, as: 'state'
1472
+ property :update_time, as: 'updateTime'
1473
+ end
1474
+ end
1475
+
1476
+ class RbacRoleBindingActuationSpec
1477
+ # @private
1478
+ class Representation < Google::Apis::Core::JsonRepresentation
1479
+ end
1480
+ end
1481
+
1482
+ class RbacRoleBindingActuationState
1483
+ # @private
1484
+ class Representation < Google::Apis::Core::JsonRepresentation
1485
+ hash :rbacrolebinding_states, as: 'rbacrolebindingStates', class: Google::Apis::GkehubV2alpha::RbacRoleBindingActuationRbacRoleBindingState, decorator: Google::Apis::GkehubV2alpha::RbacRoleBindingActuationRbacRoleBindingState::Representation
1486
+
1487
+ end
1488
+ end
1489
+
1445
1490
  class ServiceMeshAnalysisMessage
1446
1491
  # @private
1447
1492
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkehub_v2alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-30 00:00:00.000000000 Z
10
+ date: 2025-04-20 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v2alpha/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v2alpha/v0.23.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v2alpha/v0.24.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v2alpha
62
62
  rdoc_options: []
63
63
  require_paths: