google-apis-gkehub_v1alpha 0.85.0 → 0.87.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: dd11af6082bd55ef470327a1dcf296452a81c4b6bd325d48ada4e654a5c2012a
4
- data.tar.gz: 1d67321b58db59950087a38435147f13592608368ec7aa477c2dd18733df1607
3
+ metadata.gz: a1388c6783d662d2fb377880b8acfc85e65f1f8df4c51a3a5953b73da9390078
4
+ data.tar.gz: 836cb23fe8dbf584308cd88e1b352b1659a3b7f877f50ffc602781888b1cbd37
5
5
  SHA512:
6
- metadata.gz: 68fc472706dad30bdabc0a6732f5c11b92445d9f37ea3eb951e5e2e9998d5dd2a8ee2a66e1ef13010a9822eda96f4eb6700c5a303b10d8f7a13dddd722127e5a
7
- data.tar.gz: 8b9fd95e7aa8603247287b9219f7ad45fc67d8585fa48a92215a4fba0af8713ae531ed7fde15281a52a9b2b9f419da08bbea59397ae4d61437257d3cbb38fdf2
6
+ metadata.gz: 7895e2f4b10e4497f76884bd68479306db315bd6dd8a4a8762e498057fd97f968326bebd937172a6d78ea863025c3086644ebe71b98295fa2e8ec163d6635153
7
+ data.tar.gz: ab0cd5fbcde8e65bb11f6a98e3f2413a7abd665ee3c4697b68d1a5dc140b04152b2e28560e73a407eb495a89bcc9236d83715616ed2f4094fd9ecd8f2f2b53ba
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-gkehub_v1alpha
2
2
 
3
+ ### v0.87.0 (2025-02-26)
4
+
5
+ * Regenerated from discovery document revision 20250209
6
+
7
+ ### v0.86.0 (2025-01-12)
8
+
9
+ * Regenerated from discovery document revision 20250103
10
+ * Regenerated using generator version 0.16.0
11
+
3
12
  ### v0.85.0 (2024-12-15)
4
13
 
5
14
  * Regenerated from discovery document revision 20241206
@@ -22,60 +22,6 @@ module Google
22
22
  module Apis
23
23
  module GkehubV1alpha
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::GkehubV1alpha::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
@@ -892,11 +838,6 @@ module Google
892
838
  class CommonFeatureSpec
893
839
  include Google::Apis::Core::Hashable
894
840
 
895
- # **Anthos Observability**: Spec
896
- # Corresponds to the JSON property `anthosobservability`
897
- # @return [Google::Apis::GkehubV1alpha::AnthosObservabilityFeatureSpec]
898
- attr_accessor :anthosobservability
899
-
900
841
  # Spec for App Dev Experience Feature.
901
842
  # Corresponds to the JSON property `appdevexperience`
902
843
  # @return [Google::Apis::GkehubV1alpha::AppDevExperienceFeatureSpec]
@@ -947,7 +888,6 @@ module Google
947
888
 
948
889
  # Update properties of this object
949
890
  def update!(**args)
950
- @anthosobservability = args[:anthosobservability] if args.key?(:anthosobservability)
951
891
  @appdevexperience = args[:appdevexperience] if args.key?(:appdevexperience)
952
892
  @cloudauditlogging = args[:cloudauditlogging] if args.key?(:cloudauditlogging)
953
893
  @clusterupgrade = args[:clusterupgrade] if args.key?(:clusterupgrade)
@@ -1164,18 +1104,11 @@ module Google
1164
1104
  class ConfigManagementConfigSync
1165
1105
  include Google::Apis::Core::Hashable
1166
1106
 
1167
- # Set to true to allow the vertical scaling. Defaults to false which disallows
1168
- # vertical scaling. This field is deprecated.
1169
- # Corresponds to the JSON property `allowVerticalScale`
1170
- # @return [Boolean]
1171
- attr_accessor :allow_vertical_scale
1172
- alias_method :allow_vertical_scale?, :allow_vertical_scale
1173
-
1174
- # Enables the installation of ConfigSync. If set to true, ConfigSync resources
1175
- # will be created and the other ConfigSync fields will be applied if exist. If
1176
- # set to false, all other ConfigSync fields will be ignored, ConfigSync
1177
- # resources will be deleted. If omitted, ConfigSync resources will be managed
1178
- # depends on the presence of the git or oci field.
1107
+ # Optional. Enables the installation of ConfigSync. If set to true, ConfigSync
1108
+ # resources will be created and the other ConfigSync fields will be applied if
1109
+ # exist. If set to false, all other ConfigSync fields will be ignored,
1110
+ # ConfigSync resources will be deleted. If omitted, ConfigSync resources will be
1111
+ # managed depends on the presence of the git or oci field.
1179
1112
  # Corresponds to the JSON property `enabled`
1180
1113
  # @return [Boolean]
1181
1114
  attr_accessor :enabled
@@ -1186,15 +1119,15 @@ module Google
1186
1119
  # @return [Google::Apis::GkehubV1alpha::ConfigManagementGitConfig]
1187
1120
  attr_accessor :git
1188
1121
 
1189
- # The Email of the Google Cloud Service Account (GSA) used for exporting Config
1190
- # Sync metrics to Cloud Monitoring and Cloud Monarch when Workload Identity is
1191
- # enabled. The GSA should have the Monitoring Metric Writer (roles/monitoring.
1192
- # metricWriter) IAM role. The Kubernetes ServiceAccount `default` in the
1193
- # namespace `config-management-monitoring` should be bound to the GSA.
1194
- # Deprecated: If Workload Identity Federation for GKE is enabled, Google Cloud
1195
- # Service Account is no longer needed for exporting Config Sync metrics: https://
1196
- # cloud.google.com/kubernetes-engine/enterprise/config-sync/docs/how-to/monitor-
1197
- # config-sync-cloud-monitoring#custom-monitoring.
1122
+ # Optional. The Email of the Google Cloud Service Account (GSA) used for
1123
+ # exporting Config Sync metrics to Cloud Monitoring and Cloud Monarch when
1124
+ # Workload Identity is enabled. The GSA should have the Monitoring Metric Writer
1125
+ # (roles/monitoring.metricWriter) IAM role. The Kubernetes ServiceAccount `
1126
+ # default` in the namespace `config-management-monitoring` should be bound to
1127
+ # the GSA. Deprecated: If Workload Identity Federation for GKE is enabled,
1128
+ # Google Cloud Service Account is no longer needed for exporting Config Sync
1129
+ # metrics: https://cloud.google.com/kubernetes-engine/enterprise/config-sync/
1130
+ # docs/how-to/monitor-config-sync-cloud-monitoring#custom-monitoring.
1198
1131
  # Corresponds to the JSON property `metricsGcpServiceAccountEmail`
1199
1132
  # @return [String]
1200
1133
  attr_accessor :metrics_gcp_service_account_email
@@ -1204,21 +1137,22 @@ module Google
1204
1137
  # @return [Google::Apis::GkehubV1alpha::ConfigManagementOciConfig]
1205
1138
  attr_accessor :oci
1206
1139
 
1207
- # Set to true to enable the Config Sync admission webhook to prevent drifts. If
1208
- # set to `false`, disables the Config Sync admission webhook and does not
1209
- # prevent drifts.
1140
+ # Optional. Set to true to enable the Config Sync admission webhook to prevent
1141
+ # drifts. If set to `false`, disables the Config Sync admission webhook and does
1142
+ # not prevent drifts.
1210
1143
  # Corresponds to the JSON property `preventDrift`
1211
1144
  # @return [Boolean]
1212
1145
  attr_accessor :prevent_drift
1213
1146
  alias_method :prevent_drift?, :prevent_drift
1214
1147
 
1215
- # Specifies whether the Config Sync Repo is in "hierarchical" or "unstructured"
1216
- # mode.
1148
+ # Optional. Specifies whether the Config Sync Repo is in "hierarchical" or "
1149
+ # unstructured" mode.
1217
1150
  # Corresponds to the JSON property `sourceFormat`
1218
1151
  # @return [String]
1219
1152
  attr_accessor :source_format
1220
1153
 
1221
- # Set to true to stop syncing configs for a single cluster. Default to false.
1154
+ # Optional. Set to true to stop syncing configs for a single cluster. Default to
1155
+ # false.
1222
1156
  # Corresponds to the JSON property `stopSyncing`
1223
1157
  # @return [Boolean]
1224
1158
  attr_accessor :stop_syncing
@@ -1230,7 +1164,6 @@ module Google
1230
1164
 
1231
1165
  # Update properties of this object
1232
1166
  def update!(**args)
1233
- @allow_vertical_scale = args[:allow_vertical_scale] if args.key?(:allow_vertical_scale)
1234
1167
  @enabled = args[:enabled] if args.key?(:enabled)
1235
1168
  @git = args[:git] if args.key?(:git)
1236
1169
  @metrics_gcp_service_account_email = args[:metrics_gcp_service_account_email] if args.key?(:metrics_gcp_service_account_email)
@@ -1331,7 +1264,8 @@ module Google
1331
1264
  class ConfigManagementConfigSyncState
1332
1265
  include Google::Apis::Core::Hashable
1333
1266
 
1334
- # Whether syncing resources to the cluster is stopped at the cluster level.
1267
+ # Output only. Whether syncing resources to the cluster is stopped at the
1268
+ # cluster level.
1335
1269
  # Corresponds to the JSON property `clusterLevelStopSyncingState`
1336
1270
  # @return [String]
1337
1271
  attr_accessor :cluster_level_stop_syncing_state
@@ -1346,22 +1280,23 @@ module Google
1346
1280
  # @return [Google::Apis::GkehubV1alpha::ConfigManagementConfigSyncDeploymentState]
1347
1281
  attr_accessor :deployment_state
1348
1282
 
1349
- # Errors pertaining to the installation of Config Sync.
1283
+ # Output only. Errors pertaining to the installation of Config Sync.
1350
1284
  # Corresponds to the JSON property `errors`
1351
1285
  # @return [Array<Google::Apis::GkehubV1alpha::ConfigManagementConfigSyncError>]
1352
1286
  attr_accessor :errors
1353
1287
 
1354
- # The state of the Reposync CRD
1288
+ # Output only. The state of the Reposync CRD
1355
1289
  # Corresponds to the JSON property `reposyncCrd`
1356
1290
  # @return [String]
1357
1291
  attr_accessor :reposync_crd
1358
1292
 
1359
- # The state of the RootSync CRD
1293
+ # Output only. The state of the RootSync CRD
1360
1294
  # Corresponds to the JSON property `rootsyncCrd`
1361
1295
  # @return [String]
1362
1296
  attr_accessor :rootsync_crd
1363
1297
 
1364
- # The state of CS This field summarizes the other fields in this message.
1298
+ # Output only. The state of CS This field summarizes the other fields in this
1299
+ # message.
1365
1300
  # Corresponds to the JSON property `state`
1366
1301
  # @return [String]
1367
1302
  attr_accessor :state
@@ -1533,46 +1468,47 @@ module Google
1533
1468
  class ConfigManagementGitConfig
1534
1469
  include Google::Apis::Core::Hashable
1535
1470
 
1536
- # The Google Cloud Service Account Email used for auth when secret_type is
1537
- # gcpServiceAccount.
1471
+ # Optional. The Google Cloud Service Account Email used for auth when
1472
+ # secret_type is gcpServiceAccount.
1538
1473
  # Corresponds to the JSON property `gcpServiceAccountEmail`
1539
1474
  # @return [String]
1540
1475
  attr_accessor :gcp_service_account_email
1541
1476
 
1542
- # URL for the HTTPS proxy to be used when communicating with the Git repo.
1477
+ # Optional. URL for the HTTPS proxy to be used when communicating with the Git
1478
+ # repo.
1543
1479
  # Corresponds to the JSON property `httpsProxy`
1544
1480
  # @return [String]
1545
1481
  attr_accessor :https_proxy
1546
1482
 
1547
- # The path within the Git repository that represents the top level of the repo
1548
- # to sync. Default: the root directory of the repository.
1483
+ # Optional. The path within the Git repository that represents the top level of
1484
+ # the repo to sync. Default: the root directory of the repository.
1549
1485
  # Corresponds to the JSON property `policyDir`
1550
1486
  # @return [String]
1551
1487
  attr_accessor :policy_dir
1552
1488
 
1553
- # Type of secret configured for access to the Git repo. Must be one of ssh,
1554
- # cookiefile, gcenode, token, gcpserviceaccount or none. The validation of this
1555
- # is case-sensitive. Required.
1489
+ # Required. Type of secret configured for access to the Git repo. Must be one of
1490
+ # ssh, cookiefile, gcenode, token, gcpserviceaccount, githubapp or none. The
1491
+ # validation of this is case-sensitive.
1556
1492
  # Corresponds to the JSON property `secretType`
1557
1493
  # @return [String]
1558
1494
  attr_accessor :secret_type
1559
1495
 
1560
- # The branch of the repository to sync from. Default: master.
1496
+ # Optional. The branch of the repository to sync from. Default: master.
1561
1497
  # Corresponds to the JSON property `syncBranch`
1562
1498
  # @return [String]
1563
1499
  attr_accessor :sync_branch
1564
1500
 
1565
- # The URL of the Git repository to use as the source of truth.
1501
+ # Required. The URL of the Git repository to use as the source of truth.
1566
1502
  # Corresponds to the JSON property `syncRepo`
1567
1503
  # @return [String]
1568
1504
  attr_accessor :sync_repo
1569
1505
 
1570
- # Git revision (tag or hash) to check out. Default HEAD.
1506
+ # Optional. Git revision (tag or hash) to check out. Default HEAD.
1571
1507
  # Corresponds to the JSON property `syncRev`
1572
1508
  # @return [String]
1573
1509
  attr_accessor :sync_rev
1574
1510
 
1575
- # Period in seconds between consecutive syncs. Default: 15.
1511
+ # Optional. Period in seconds between consecutive syncs. Default: 15.
1576
1512
  # Corresponds to the JSON property `syncWaitSecs`
1577
1513
  # @return [Fixnum]
1578
1514
  attr_accessor :sync_wait_secs
@@ -1763,9 +1699,9 @@ module Google
1763
1699
  # @return [Google::Apis::GkehubV1alpha::ConfigManagementBinauthzConfig]
1764
1700
  attr_accessor :binauthz
1765
1701
 
1766
- # The user-specified cluster name used by Config Sync cluster-name-selector
1767
- # annotation or ClusterSelector, for applying configs to only a subset of
1768
- # clusters. Omit this field if the cluster's fleet membership name is used by
1702
+ # Optional. The user-specified cluster name used by Config Sync cluster-name-
1703
+ # selector annotation or ClusterSelector, for applying configs to only a subset
1704
+ # of clusters. Omit this field if the cluster's fleet membership name is used by
1769
1705
  # Config Sync cluster-name-selector annotation or ClusterSelector. Set this
1770
1706
  # field if a name different from the cluster's fleet membership name is used by
1771
1707
  # Config Sync cluster-name-selector annotation or ClusterSelector.
@@ -1783,7 +1719,7 @@ module Google
1783
1719
  # @return [Google::Apis::GkehubV1alpha::ConfigManagementHierarchyControllerConfig]
1784
1720
  attr_accessor :hierarchy_controller
1785
1721
 
1786
- # Enables automatic Feature management.
1722
+ # Optional. Enables automatic Feature management.
1787
1723
  # Corresponds to the JSON property `management`
1788
1724
  # @return [String]
1789
1725
  attr_accessor :management
@@ -1793,7 +1729,7 @@ module Google
1793
1729
  # @return [Google::Apis::GkehubV1alpha::ConfigManagementPolicyController]
1794
1730
  attr_accessor :policy_controller
1795
1731
 
1796
- # Version of ACM installed.
1732
+ # Optional. Version of ACM installed.
1797
1733
  # Corresponds to the JSON property `version`
1798
1734
  # @return [String]
1799
1735
  attr_accessor :version
@@ -1823,8 +1759,9 @@ module Google
1823
1759
  # @return [Google::Apis::GkehubV1alpha::ConfigManagementBinauthzState]
1824
1760
  attr_accessor :binauthz_state
1825
1761
 
1826
- # This field is set to the `cluster_name` field of the Membership Spec if it is
1827
- # not empty. Otherwise, it is set to the cluster's fleet membership name.
1762
+ # Output only. This field is set to the `cluster_name` field of the Membership
1763
+ # Spec if it is not empty. Otherwise, it is set to the cluster's fleet
1764
+ # membership name.
1828
1765
  # Corresponds to the JSON property `clusterName`
1829
1766
  # @return [String]
1830
1767
  attr_accessor :cluster_name
@@ -1875,30 +1812,32 @@ module Google
1875
1812
  class ConfigManagementOciConfig
1876
1813
  include Google::Apis::Core::Hashable
1877
1814
 
1878
- # The Google Cloud Service Account Email used for auth when secret_type is
1879
- # gcpServiceAccount.
1815
+ # Optional. The Google Cloud Service Account Email used for auth when
1816
+ # secret_type is gcpServiceAccount.
1880
1817
  # Corresponds to the JSON property `gcpServiceAccountEmail`
1881
1818
  # @return [String]
1882
1819
  attr_accessor :gcp_service_account_email
1883
1820
 
1884
- # The absolute path of the directory that contains the local resources. Default:
1885
- # the root directory of the image.
1821
+ # Optional. The absolute path of the directory that contains the local resources.
1822
+ # Default: the root directory of the image.
1886
1823
  # Corresponds to the JSON property `policyDir`
1887
1824
  # @return [String]
1888
1825
  attr_accessor :policy_dir
1889
1826
 
1890
- # Type of secret configured for access to the Git repo.
1827
+ # Required. Type of secret configured for access to the OCI repo. Must be one of
1828
+ # gcenode, gcpserviceaccount, k8sserviceaccount or none. The validation of this
1829
+ # is case-sensitive.
1891
1830
  # Corresponds to the JSON property `secretType`
1892
1831
  # @return [String]
1893
1832
  attr_accessor :secret_type
1894
1833
 
1895
- # The OCI image repository URL for the package to sync from. e.g. `LOCATION-
1896
- # docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME`.
1834
+ # Required. The OCI image repository URL for the package to sync from. e.g. `
1835
+ # LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME`.
1897
1836
  # Corresponds to the JSON property `syncRepo`
1898
1837
  # @return [String]
1899
1838
  attr_accessor :sync_repo
1900
1839
 
1901
- # Period in seconds between consecutive syncs. Default: 15.
1840
+ # Optional. Period in seconds between consecutive syncs. Default: 15.
1902
1841
  # Corresponds to the JSON property `syncWaitSecs`
1903
1842
  # @return [Fixnum]
1904
1843
  attr_accessor :sync_wait_secs
@@ -4487,11 +4426,6 @@ module Google
4487
4426
  class MembershipFeatureSpec
4488
4427
  include Google::Apis::Core::Hashable
4489
4428
 
4490
- # **Anthosobservability**: Per-Membership Feature spec.
4491
- # Corresponds to the JSON property `anthosobservability`
4492
- # @return [Google::Apis::GkehubV1alpha::AnthosObservabilityMembershipSpec]
4493
- attr_accessor :anthosobservability
4494
-
4495
4429
  # **Cloud Build**: Configurations for each Cloud Build enabled cluster.
4496
4430
  # Corresponds to the JSON property `cloudbuild`
4497
4431
  # @return [Google::Apis::GkehubV1alpha::CloudBuildMembershipSpec]
@@ -4548,7 +4482,6 @@ module Google
4548
4482
 
4549
4483
  # Update properties of this object
4550
4484
  def update!(**args)
4551
- @anthosobservability = args[:anthosobservability] if args.key?(:anthosobservability)
4552
4485
  @cloudbuild = args[:cloudbuild] if args.key?(:cloudbuild)
4553
4486
  @configmanagement = args[:configmanagement] if args.key?(:configmanagement)
4554
4487
  @fleetobservability = args[:fleetobservability] if args.key?(:fleetobservability)
@@ -6121,7 +6054,8 @@ module Google
6121
6054
  end
6122
6055
  end
6123
6056
 
6124
- # Condition being reported.
6057
+ # Condition being reported. TODO b/395151419: Remove this message once the
6058
+ # membership-level conditions field uses the common Condition message.
6125
6059
  class ServiceMeshCondition
6126
6060
  include Google::Apis::Core::Hashable
6127
6061
 
@@ -6215,6 +6149,45 @@ module Google
6215
6149
  end
6216
6150
  end
6217
6151
 
6152
+ # Condition being reported. TODO b/395151419: This message should be used to
6153
+ # replace the membership-level Condition message.
6154
+ class ServiceMeshFeatureCondition
6155
+ include Google::Apis::Core::Hashable
6156
+
6157
+ # Unique identifier of the condition which describes the condition recognizable
6158
+ # to the user.
6159
+ # Corresponds to the JSON property `code`
6160
+ # @return [String]
6161
+ attr_accessor :code
6162
+
6163
+ # A short summary about the issue.
6164
+ # Corresponds to the JSON property `details`
6165
+ # @return [String]
6166
+ attr_accessor :details
6167
+
6168
+ # Links contains actionable information.
6169
+ # Corresponds to the JSON property `documentationLink`
6170
+ # @return [String]
6171
+ attr_accessor :documentation_link
6172
+
6173
+ # Severity level of the condition.
6174
+ # Corresponds to the JSON property `severity`
6175
+ # @return [String]
6176
+ attr_accessor :severity
6177
+
6178
+ def initialize(**args)
6179
+ update!(**args)
6180
+ end
6181
+
6182
+ # Update properties of this object
6183
+ def update!(**args)
6184
+ @code = args[:code] if args.key?(:code)
6185
+ @details = args[:details] if args.key?(:details)
6186
+ @documentation_link = args[:documentation_link] if args.key?(:documentation_link)
6187
+ @severity = args[:severity] if args.key?(:severity)
6188
+ end
6189
+ end
6190
+
6218
6191
  # **Service Mesh**: State for the whole Hub, as analyzed by the Service Mesh Hub
6219
6192
  # Controller.
6220
6193
  class ServiceMeshFeatureState
@@ -6225,6 +6198,11 @@ module Google
6225
6198
  # @return [Array<Google::Apis::GkehubV1alpha::ServiceMeshAnalysisMessage>]
6226
6199
  attr_accessor :analysis_messages
6227
6200
 
6201
+ # Output only. List of conditions reported for this feature.
6202
+ # Corresponds to the JSON property `conditions`
6203
+ # @return [Array<Google::Apis::GkehubV1alpha::ServiceMeshFeatureCondition>]
6204
+ attr_accessor :conditions
6205
+
6228
6206
  def initialize(**args)
6229
6207
  update!(**args)
6230
6208
  end
@@ -6232,6 +6210,7 @@ module Google
6232
6210
  # Update properties of this object
6233
6211
  def update!(**args)
6234
6212
  @analysis_messages = args[:analysis_messages] if args.key?(:analysis_messages)
6213
+ @conditions = args[:conditions] if args.key?(:conditions)
6235
6214
  end
6236
6215
  end
6237
6216
 
@@ -6285,7 +6264,8 @@ module Google
6285
6264
  # @return [Array<Google::Apis::GkehubV1alpha::ServiceMeshAnalysisMessage>]
6286
6265
  attr_accessor :analysis_messages
6287
6266
 
6288
- # Output only. List of conditions reported for this membership.
6267
+ # Output only. List of conditions reported for this membership. TODO b/395151419:
6268
+ # Use the common Condition message.
6289
6269
  # Corresponds to the JSON property `conditions`
6290
6270
  # @return [Array<Google::Apis::GkehubV1alpha::ServiceMeshCondition>]
6291
6271
  attr_accessor :conditions
@@ -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.85.0"
19
+ GEM_VERSION = "0.87.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241206"
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 GkehubV1alpha
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
 
@@ -1042,6 +1030,12 @@ module Google
1042
1030
  include Google::Apis::Core::JsonObjectSupport
1043
1031
  end
1044
1032
 
1033
+ class ServiceMeshFeatureCondition
1034
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1035
+
1036
+ include Google::Apis::Core::JsonObjectSupport
1037
+ end
1038
+
1045
1039
  class ServiceMeshFeatureState
1046
1040
  class Representation < Google::Apis::Core::JsonRepresentation; end
1047
1041
 
@@ -1126,23 +1120,6 @@ module Google
1126
1120
  include Google::Apis::Core::JsonObjectSupport
1127
1121
  end
1128
1122
 
1129
- class AnthosObservabilityFeatureSpec
1130
- # @private
1131
- class Representation < Google::Apis::Core::JsonRepresentation
1132
- property :default_membership_spec, as: 'defaultMembershipSpec', class: Google::Apis::GkehubV1alpha::AnthosObservabilityMembershipSpec, decorator: Google::Apis::GkehubV1alpha::AnthosObservabilityMembershipSpec::Representation
1133
-
1134
- end
1135
- end
1136
-
1137
- class AnthosObservabilityMembershipSpec
1138
- # @private
1139
- class Representation < Google::Apis::Core::JsonRepresentation
1140
- property :do_not_optimize_metrics, as: 'doNotOptimizeMetrics'
1141
- property :enable_stackdriver_on_applications, as: 'enableStackdriverOnApplications'
1142
- property :version, as: 'version'
1143
- end
1144
- end
1145
-
1146
1123
  class AppDevExperienceFeatureSpec
1147
1124
  # @private
1148
1125
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1374,8 +1351,6 @@ module Google
1374
1351
  class CommonFeatureSpec
1375
1352
  # @private
1376
1353
  class Representation < Google::Apis::Core::JsonRepresentation
1377
- property :anthosobservability, as: 'anthosobservability', class: Google::Apis::GkehubV1alpha::AnthosObservabilityFeatureSpec, decorator: Google::Apis::GkehubV1alpha::AnthosObservabilityFeatureSpec::Representation
1378
-
1379
1354
  property :appdevexperience, as: 'appdevexperience', class: Google::Apis::GkehubV1alpha::AppDevExperienceFeatureSpec, decorator: Google::Apis::GkehubV1alpha::AppDevExperienceFeatureSpec::Representation
1380
1355
 
1381
1356
  property :cloudauditlogging, as: 'cloudauditlogging', class: Google::Apis::GkehubV1alpha::CloudAuditLoggingFeatureSpec, decorator: Google::Apis::GkehubV1alpha::CloudAuditLoggingFeatureSpec::Representation
@@ -1469,7 +1444,6 @@ module Google
1469
1444
  class ConfigManagementConfigSync
1470
1445
  # @private
1471
1446
  class Representation < Google::Apis::Core::JsonRepresentation
1472
- property :allow_vertical_scale, as: 'allowVerticalScale'
1473
1447
  property :enabled, as: 'enabled'
1474
1448
  property :git, as: 'git', class: Google::Apis::GkehubV1alpha::ConfigManagementGitConfig, decorator: Google::Apis::GkehubV1alpha::ConfigManagementGitConfig::Representation
1475
1449
 
@@ -2401,8 +2375,6 @@ module Google
2401
2375
  class MembershipFeatureSpec
2402
2376
  # @private
2403
2377
  class Representation < Google::Apis::Core::JsonRepresentation
2404
- property :anthosobservability, as: 'anthosobservability', class: Google::Apis::GkehubV1alpha::AnthosObservabilityMembershipSpec, decorator: Google::Apis::GkehubV1alpha::AnthosObservabilityMembershipSpec::Representation
2405
-
2406
2378
  property :cloudbuild, as: 'cloudbuild', class: Google::Apis::GkehubV1alpha::CloudBuildMembershipSpec, decorator: Google::Apis::GkehubV1alpha::CloudBuildMembershipSpec::Representation
2407
2379
 
2408
2380
  property :configmanagement, as: 'configmanagement', class: Google::Apis::GkehubV1alpha::ConfigManagementMembershipSpec, decorator: Google::Apis::GkehubV1alpha::ConfigManagementMembershipSpec::Representation
@@ -2886,11 +2858,23 @@ module Google
2886
2858
  end
2887
2859
  end
2888
2860
 
2861
+ class ServiceMeshFeatureCondition
2862
+ # @private
2863
+ class Representation < Google::Apis::Core::JsonRepresentation
2864
+ property :code, as: 'code'
2865
+ property :details, as: 'details'
2866
+ property :documentation_link, as: 'documentationLink'
2867
+ property :severity, as: 'severity'
2868
+ end
2869
+ end
2870
+
2889
2871
  class ServiceMeshFeatureState
2890
2872
  # @private
2891
2873
  class Representation < Google::Apis::Core::JsonRepresentation
2892
2874
  collection :analysis_messages, as: 'analysisMessages', class: Google::Apis::GkehubV1alpha::ServiceMeshAnalysisMessage, decorator: Google::Apis::GkehubV1alpha::ServiceMeshAnalysisMessage::Representation
2893
2875
 
2876
+ collection :conditions, as: 'conditions', class: Google::Apis::GkehubV1alpha::ServiceMeshFeatureCondition, decorator: Google::Apis::GkehubV1alpha::ServiceMeshFeatureCondition::Representation
2877
+
2894
2878
  end
2895
2879
  end
2896
2880
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkehub_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.85.0
4
+ version: 0.87.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-15 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.85.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.87.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1alpha
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.23
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for GKE Hub API V1alpha
82
79
  test_files: []