google-apis-gkehub_v1beta 0.80.0 → 0.81.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: 1227b4abfb31c0d4c8ae04708e21f324b2ea5fa57f303a82ad2732cd13a20a61
4
- data.tar.gz: e7914f42218f3bd0f2e1c9ce9c22b42a0f94edc27f5c48aa4ce5c3d4a013e124
3
+ metadata.gz: 610e316f925ffdfc7a843090540cece064fd3474a9124c9b893f3e926774014e
4
+ data.tar.gz: 6de254220f3741f190213b224afb8911ea61e76d866b3b8d05e3cb36779c6de6
5
5
  SHA512:
6
- metadata.gz: cf8e8dd9793b4c0d0ac386b7d3ec4110f6c8120592ac7c1b9dd89477e49d1ed09adea6f3153a5357582281a5fe9119de225107295110b4f60a1735ad62777b31
7
- data.tar.gz: afeeb9e37b6396d9123ade2ed55085f7c35b8d432d17b315ff42ed3d3c1aa924fec9dac7d5ff0f2c81d49e9cce8c56d9f40736100d7c5147ec7a41f4cc381ded
6
+ metadata.gz: 28a3b8b45694a06065041018e9748f016dbed5bad90f96513bce80c990058c408c001d909a2a6e42016b6a7648c4c4bfc42a7256af954ad76f4a303a0901ac54
7
+ data.tar.gz: 2269249c4f07b540747bbae9cfbbaf1197ac73918f8bd3f512f11904bc85f516d7d38b40e438104a61deb0f0f6c6f80f6f8a8193fd98a999af1ff611a339f97c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkehub_v1beta
2
2
 
3
+ ### v0.81.0 (2025-02-26)
4
+
5
+ * Regenerated from discovery document revision 20250209
6
+
3
7
  ### v0.80.0 (2025-01-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20250103
@@ -22,60 +22,6 @@ module Google
22
22
  module Apis
23
23
  module GkehubV1beta
24
24
 
25
- # **Anthos Observability**: Spec
26
- class AnthosObservabilityFeatureSpec
27
- include Google::Apis::Core::Hashable
28
-
29
- # **Anthosobservability**: Per-Membership Feature spec.
30
- # Corresponds to the JSON property `defaultMembershipSpec`
31
- # @return [Google::Apis::GkehubV1beta::AnthosObservabilityMembershipSpec]
32
- attr_accessor :default_membership_spec
33
-
34
- def initialize(**args)
35
- update!(**args)
36
- end
37
-
38
- # Update properties of this object
39
- def update!(**args)
40
- @default_membership_spec = args[:default_membership_spec] if args.key?(:default_membership_spec)
41
- end
42
- end
43
-
44
- # **Anthosobservability**: Per-Membership Feature spec.
45
- class AnthosObservabilityMembershipSpec
46
- include Google::Apis::Core::Hashable
47
-
48
- # Use full of metrics rather than optimized metrics. See https://cloud.google.
49
- # com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#
50
- # optimized_metrics_default_metrics
51
- # Corresponds to the JSON property `doNotOptimizeMetrics`
52
- # @return [Boolean]
53
- attr_accessor :do_not_optimize_metrics
54
- alias_method :do_not_optimize_metrics?, :do_not_optimize_metrics
55
-
56
- # Enable collecting and reporting metrics and logs from user apps.
57
- # Corresponds to the JSON property `enableStackdriverOnApplications`
58
- # @return [Boolean]
59
- attr_accessor :enable_stackdriver_on_applications
60
- alias_method :enable_stackdriver_on_applications?, :enable_stackdriver_on_applications
61
-
62
- # the version of stackdriver operator used by this feature
63
- # Corresponds to the JSON property `version`
64
- # @return [String]
65
- attr_accessor :version
66
-
67
- def initialize(**args)
68
- update!(**args)
69
- end
70
-
71
- # Update properties of this object
72
- def update!(**args)
73
- @do_not_optimize_metrics = args[:do_not_optimize_metrics] if args.key?(:do_not_optimize_metrics)
74
- @enable_stackdriver_on_applications = args[:enable_stackdriver_on_applications] if args.key?(:enable_stackdriver_on_applications)
75
- @version = args[:version] if args.key?(:version)
76
- end
77
- end
78
-
79
25
  # Spec for App Dev Experience Feature.
80
26
  class AppDevExperienceFeatureSpec
81
27
  include Google::Apis::Core::Hashable
@@ -762,11 +708,6 @@ module Google
762
708
  class CommonFeatureSpec
763
709
  include Google::Apis::Core::Hashable
764
710
 
765
- # **Anthos Observability**: Spec
766
- # Corresponds to the JSON property `anthosobservability`
767
- # @return [Google::Apis::GkehubV1beta::AnthosObservabilityFeatureSpec]
768
- attr_accessor :anthosobservability
769
-
770
711
  # Spec for App Dev Experience Feature.
771
712
  # Corresponds to the JSON property `appdevexperience`
772
713
  # @return [Google::Apis::GkehubV1beta::AppDevExperienceFeatureSpec]
@@ -800,7 +741,6 @@ module Google
800
741
 
801
742
  # Update properties of this object
802
743
  def update!(**args)
803
- @anthosobservability = args[:anthosobservability] if args.key?(:anthosobservability)
804
744
  @appdevexperience = args[:appdevexperience] if args.key?(:appdevexperience)
805
745
  @clusterupgrade = args[:clusterupgrade] if args.key?(:clusterupgrade)
806
746
  @dataplanev2 = args[:dataplanev2] if args.key?(:dataplanev2)
@@ -1001,13 +941,6 @@ module Google
1001
941
  class ConfigManagementConfigSync
1002
942
  include Google::Apis::Core::Hashable
1003
943
 
1004
- # Optional. Set to true to allow the vertical scaling. Defaults to false which
1005
- # disallows vertical scaling. This field is deprecated.
1006
- # Corresponds to the JSON property `allowVerticalScale`
1007
- # @return [Boolean]
1008
- attr_accessor :allow_vertical_scale
1009
- alias_method :allow_vertical_scale?, :allow_vertical_scale
1010
-
1011
944
  # Optional. Enables the installation of ConfigSync. If set to true, ConfigSync
1012
945
  # resources will be created and the other ConfigSync fields will be applied if
1013
946
  # exist. If set to false, all other ConfigSync fields will be ignored,
@@ -1068,7 +1001,6 @@ module Google
1068
1001
 
1069
1002
  # Update properties of this object
1070
1003
  def update!(**args)
1071
- @allow_vertical_scale = args[:allow_vertical_scale] if args.key?(:allow_vertical_scale)
1072
1004
  @enabled = args[:enabled] if args.key?(:enabled)
1073
1005
  @git = args[:git] if args.key?(:git)
1074
1006
  @metrics_gcp_service_account_email = args[:metrics_gcp_service_account_email] if args.key?(:metrics_gcp_service_account_email)
@@ -1392,8 +1324,8 @@ module Google
1392
1324
  attr_accessor :policy_dir
1393
1325
 
1394
1326
  # Required. Type of secret configured for access to the Git repo. Must be one of
1395
- # ssh, cookiefile, gcenode, token, gcpserviceaccount or none. The validation of
1396
- # this is case-sensitive. Required.
1327
+ # ssh, cookiefile, gcenode, token, gcpserviceaccount, githubapp or none. The
1328
+ # validation of this is case-sensitive.
1397
1329
  # Corresponds to the JSON property `secretType`
1398
1330
  # @return [String]
1399
1331
  attr_accessor :secret_type
@@ -1403,7 +1335,7 @@ module Google
1403
1335
  # @return [String]
1404
1336
  attr_accessor :sync_branch
1405
1337
 
1406
- # Optional. The URL of the Git repository to use as the source of truth.
1338
+ # Required. The URL of the Git repository to use as the source of truth.
1407
1339
  # Corresponds to the JSON property `syncRepo`
1408
1340
  # @return [String]
1409
1341
  attr_accessor :sync_repo
@@ -1729,12 +1661,14 @@ module Google
1729
1661
  # @return [String]
1730
1662
  attr_accessor :policy_dir
1731
1663
 
1732
- # Optional. Type of secret configured for access to the Git repo.
1664
+ # Required. Type of secret configured for access to the OCI repo. Must be one of
1665
+ # gcenode, gcpserviceaccount, k8sserviceaccount or none. The validation of this
1666
+ # is case-sensitive.
1733
1667
  # Corresponds to the JSON property `secretType`
1734
1668
  # @return [String]
1735
1669
  attr_accessor :secret_type
1736
1670
 
1737
- # Optional. The OCI image repository URL for the package to sync from. e.g. `
1671
+ # Required. The OCI image repository URL for the package to sync from. e.g. `
1738
1672
  # LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME`.
1739
1673
  # Corresponds to the JSON property `syncRepo`
1740
1674
  # @return [String]
@@ -4242,11 +4176,6 @@ module Google
4242
4176
  class MembershipFeatureSpec
4243
4177
  include Google::Apis::Core::Hashable
4244
4178
 
4245
- # **Anthosobservability**: Per-Membership Feature spec.
4246
- # Corresponds to the JSON property `anthosobservability`
4247
- # @return [Google::Apis::GkehubV1beta::AnthosObservabilityMembershipSpec]
4248
- attr_accessor :anthosobservability
4249
-
4250
4179
  # **Cloud Build**: Configurations for each Cloud Build enabled cluster.
4251
4180
  # Corresponds to the JSON property `cloudbuild`
4252
4181
  # @return [Google::Apis::GkehubV1beta::MembershipSpec]
@@ -4291,7 +4220,6 @@ module Google
4291
4220
 
4292
4221
  # Update properties of this object
4293
4222
  def update!(**args)
4294
- @anthosobservability = args[:anthosobservability] if args.key?(:anthosobservability)
4295
4223
  @cloudbuild = args[:cloudbuild] if args.key?(:cloudbuild)
4296
4224
  @configmanagement = args[:configmanagement] if args.key?(:configmanagement)
4297
4225
  @fleetobservability = args[:fleetobservability] if args.key?(:fleetobservability)
@@ -5704,7 +5632,8 @@ module Google
5704
5632
  end
5705
5633
  end
5706
5634
 
5707
- # Condition being reported.
5635
+ # Condition being reported. TODO b/395151419: Remove this message once the
5636
+ # membership-level conditions field uses the common Condition message.
5708
5637
  class ServiceMeshCondition
5709
5638
  include Google::Apis::Core::Hashable
5710
5639
 
@@ -5836,7 +5765,8 @@ module Google
5836
5765
  class ServiceMeshMembershipState
5837
5766
  include Google::Apis::Core::Hashable
5838
5767
 
5839
- # Output only. List of conditions reported for this membership.
5768
+ # Output only. List of conditions reported for this membership. TODO b/395151419:
5769
+ # Use the common Condition message.
5840
5770
  # Corresponds to the JSON property `conditions`
5841
5771
  # @return [Array<Google::Apis::GkehubV1beta::ServiceMeshCondition>]
5842
5772
  attr_accessor :conditions
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkehubV1beta
18
18
  # Version of the google-apis-gkehub_v1beta gem
19
- GEM_VERSION = "0.80.0"
19
+ GEM_VERSION = "0.81.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 = "20250103"
25
+ REVISION = "20250209"
26
26
  end
27
27
  end
28
28
  end
@@ -22,18 +22,6 @@ module Google
22
22
  module Apis
23
23
  module GkehubV1beta
24
24
 
25
- class AnthosObservabilityFeatureSpec
26
- class Representation < Google::Apis::Core::JsonRepresentation; end
27
-
28
- include Google::Apis::Core::JsonObjectSupport
29
- end
30
-
31
- class AnthosObservabilityMembershipSpec
32
- class Representation < Google::Apis::Core::JsonRepresentation; end
33
-
34
- include Google::Apis::Core::JsonObjectSupport
35
- end
36
-
37
25
  class AppDevExperienceFeatureSpec
38
26
  class Representation < Google::Apis::Core::JsonRepresentation; end
39
27
 
@@ -1012,23 +1000,6 @@ module Google
1012
1000
  include Google::Apis::Core::JsonObjectSupport
1013
1001
  end
1014
1002
 
1015
- class AnthosObservabilityFeatureSpec
1016
- # @private
1017
- class Representation < Google::Apis::Core::JsonRepresentation
1018
- property :default_membership_spec, as: 'defaultMembershipSpec', class: Google::Apis::GkehubV1beta::AnthosObservabilityMembershipSpec, decorator: Google::Apis::GkehubV1beta::AnthosObservabilityMembershipSpec::Representation
1019
-
1020
- end
1021
- end
1022
-
1023
- class AnthosObservabilityMembershipSpec
1024
- # @private
1025
- class Representation < Google::Apis::Core::JsonRepresentation
1026
- property :do_not_optimize_metrics, as: 'doNotOptimizeMetrics'
1027
- property :enable_stackdriver_on_applications, as: 'enableStackdriverOnApplications'
1028
- property :version, as: 'version'
1029
- end
1030
- end
1031
-
1032
1003
  class AppDevExperienceFeatureSpec
1033
1004
  # @private
1034
1005
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1222,8 +1193,6 @@ module Google
1222
1193
  class CommonFeatureSpec
1223
1194
  # @private
1224
1195
  class Representation < Google::Apis::Core::JsonRepresentation
1225
- property :anthosobservability, as: 'anthosobservability', class: Google::Apis::GkehubV1beta::AnthosObservabilityFeatureSpec, decorator: Google::Apis::GkehubV1beta::AnthosObservabilityFeatureSpec::Representation
1226
-
1227
1196
  property :appdevexperience, as: 'appdevexperience', class: Google::Apis::GkehubV1beta::AppDevExperienceFeatureSpec, decorator: Google::Apis::GkehubV1beta::AppDevExperienceFeatureSpec::Representation
1228
1197
 
1229
1198
  property :clusterupgrade, as: 'clusterupgrade', class: Google::Apis::GkehubV1beta::ClusterUpgradeFleetSpec, decorator: Google::Apis::GkehubV1beta::ClusterUpgradeFleetSpec::Representation
@@ -1307,7 +1276,6 @@ module Google
1307
1276
  class ConfigManagementConfigSync
1308
1277
  # @private
1309
1278
  class Representation < Google::Apis::Core::JsonRepresentation
1310
- property :allow_vertical_scale, as: 'allowVerticalScale'
1311
1279
  property :enabled, as: 'enabled'
1312
1280
  property :git, as: 'git', class: Google::Apis::GkehubV1beta::ConfigManagementGitConfig, decorator: Google::Apis::GkehubV1beta::ConfigManagementGitConfig::Representation
1313
1281
 
@@ -2212,8 +2180,6 @@ module Google
2212
2180
  class MembershipFeatureSpec
2213
2181
  # @private
2214
2182
  class Representation < Google::Apis::Core::JsonRepresentation
2215
- property :anthosobservability, as: 'anthosobservability', class: Google::Apis::GkehubV1beta::AnthosObservabilityMembershipSpec, decorator: Google::Apis::GkehubV1beta::AnthosObservabilityMembershipSpec::Representation
2216
-
2217
2183
  property :cloudbuild, as: 'cloudbuild', class: Google::Apis::GkehubV1beta::MembershipSpec, decorator: Google::Apis::GkehubV1beta::MembershipSpec::Representation
2218
2184
 
2219
2185
  property :configmanagement, as: 'configmanagement', class: Google::Apis::GkehubV1beta::ConfigManagementMembershipSpec, decorator: Google::Apis::GkehubV1beta::ConfigManagementMembershipSpec::Representation
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkehub_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.80.0
4
+ version: 0.81.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-12 00:00:00.000000000 Z
10
+ date: 2025-03-02 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_v1beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.80.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.81.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1beta
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.2
76
+ rubygems_version: 3.6.5
77
77
  specification_version: 4
78
78
  summary: Simple REST client for GKE Hub API V1beta
79
79
  test_files: []