google-apis-gkehub_v1beta1 0.34.0 → 0.36.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9754ee90e1b738951bd930b0b7b89a46cfc054b244757676b6dfd763d894a4e2
4
- data.tar.gz: 26455d15b1e7eb01a17addc46f68706a3f2b7d3036b2d4cb5307f32718e848be
3
+ metadata.gz: ad430742f5b46713c942f857c6b8e2ac9228b3f3ab41aa05d62ca473a5a8bd33
4
+ data.tar.gz: 041db28f30b342af080c2a15124c2fe2854abdd45c418f0fbb0470d201f2eb67
5
5
  SHA512:
6
- metadata.gz: d982ae5ef73597aeb17d84d60957d0633090ab9b5c3a3470009602fe119b7ef40beddef10c04ed750d34e44a03c69effc85d7409445e5afbb96be1d35884b2a9
7
- data.tar.gz: c101f195e04b6655e4e8caec3f2ffe2ecc1484a2ab2ac64ebb8c34c6ccb4416e2221aa68dec397af1668916d2b30493bc3095e21072cbf7c5ffd70969104c508
6
+ metadata.gz: f062687978042b1eadc050b0deda885c14896452b22bdf29220f9802db227abe24f66bf4396996cf669d2a0b3248dd63907cf04024facc7525d5486aa56d6ca6
7
+ data.tar.gz: f0c7aac9f6b40f4438e9490fdcc55cb8900ee190a20d8c04269fba3b08888785f43756fe60efa630566b1291f6d5d82c16a875fc4d3218ba344d04e8a5791020
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-gkehub_v1beta1
2
2
 
3
+ ### v0.36.0 (2023-10-15)
4
+
5
+ * Regenerated from discovery document revision 20231006
6
+
7
+ ### v0.35.0 (2023-08-13)
8
+
9
+ * Regenerated from discovery document revision 20230804
10
+
3
11
  ### v0.34.0 (2023-04-30)
4
12
 
5
13
  * Regenerated from discovery document revision 20230424
@@ -793,8 +793,10 @@ module Google
793
793
  # @return [String]
794
794
  attr_accessor :last_connection_time
795
795
 
796
- # This field informs Fleet-based applications/services/UIs with the necessary
797
- # information for where each underlying Cluster reports its metrics.
796
+ # MonitoringConfig informs Fleet-based applications/services/UIs how the metrics
797
+ # for the underlying cluster is reported to cloud monitoring services. It can be
798
+ # set from empty to non-empty, but can't be mutated directly to prevent
799
+ # accidentally breaking the constinousty of metrics.
798
800
  # Corresponds to the JSON property `monitoringConfig`
799
801
  # @return [Google::Apis::GkehubV1beta1::MonitoringConfig]
800
802
  attr_accessor :monitoring_config
@@ -940,40 +942,40 @@ module Google
940
942
  end
941
943
  end
942
944
 
943
- # This field informs Fleet-based applications/services/UIs with the necessary
944
- # information for where each underlying Cluster reports its metrics.
945
+ # MonitoringConfig informs Fleet-based applications/services/UIs how the metrics
946
+ # for the underlying cluster is reported to cloud monitoring services. It can be
947
+ # set from empty to non-empty, but can't be mutated directly to prevent
948
+ # accidentally breaking the constinousty of metrics.
945
949
  class MonitoringConfig
946
950
  include Google::Apis::Core::Hashable
947
951
 
948
- # Immutable. Cluster name used to report metrics. For Anthos on VMWare/Baremetal,
949
- # it would be in format `memberClusters/cluster_name`; And for Anthos on
950
- # MultiCloud, it would be in format ``azureClusters, awsClusters`/cluster_name`.
952
+ # Optional. Cluster name used to report metrics. For Anthos on VMWare/Baremetal/
953
+ # MultiCloud clusters, it would be in format `cluster_type`/`cluster_name`, e.g.,
954
+ # "awsClusters/cluster_1".
951
955
  # Corresponds to the JSON property `cluster`
952
956
  # @return [String]
953
957
  attr_accessor :cluster
954
958
 
955
- # Immutable. Cluster hash, this is a unique string generated by google code,
956
- # which does not contain any PII, which we can use to reference the cluster.
957
- # This is expected to be created by the monitoring stack and persisted into the
958
- # Cluster object as well as to GKE-Hub.
959
+ # Optional. For GKE and Multicloud clusters, this is the UUID of the cluster
960
+ # resource. For VMWare and Baremetal clusters, this is the kube-system UID.
959
961
  # Corresponds to the JSON property `clusterHash`
960
962
  # @return [String]
961
963
  attr_accessor :cluster_hash
962
964
 
963
- # Kubernetes system metrics, if available, are written to this prefix. This
964
- # defaults to kubernetes.io for GKE, and kubernetes.io/anthos for Anthos
965
+ # Optional. Kubernetes system metrics, if available, are written to this prefix.
966
+ # This defaults to kubernetes.io for GKE, and kubernetes.io/anthos for Anthos
965
967
  # eventually. Noted: Anthos MultiCloud will have kubernetes.io prefix today but
966
- # will migration to be under kubernetes.io/anthos
968
+ # will migration to be under kubernetes.io/anthos.
967
969
  # Corresponds to the JSON property `kubernetesMetricsPrefix`
968
970
  # @return [String]
969
971
  attr_accessor :kubernetes_metrics_prefix
970
972
 
971
- # Immutable. Location used to report Metrics
973
+ # Optional. Location used to report Metrics
972
974
  # Corresponds to the JSON property `location`
973
975
  # @return [String]
974
976
  attr_accessor :location
975
977
 
976
- # Immutable. Project used to report Metrics
978
+ # Optional. Project used to report Metrics
977
979
  # Corresponds to the JSON property `projectId`
978
980
  # @return [String]
979
981
  attr_accessor :project_id
@@ -1103,13 +1105,13 @@ module Google
1103
1105
  # @return [String]
1104
1106
  attr_accessor :name
1105
1107
 
1106
- # The normal response of the operation in case of success. If the original
1107
- # method returns no data on success, such as `Delete`, the response is `google.
1108
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
1109
- # the response should be the resource. For other methods, the response should
1110
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
1111
- # example, if the original method name is `TakeSnapshot()`, the inferred
1112
- # response type is `TakeSnapshotResponse`.
1108
+ # The normal, successful response of the operation. If the original method
1109
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
1110
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
1111
+ # response should be the resource. For other methods, the response should have
1112
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
1113
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
1114
+ # `TakeSnapshotResponse`.
1113
1115
  # Corresponds to the JSON property `response`
1114
1116
  # @return [Hash<String,Object>]
1115
1117
  attr_accessor :response
@@ -1198,22 +1200,22 @@ module Google
1198
1200
  # evaluates to `true`. A condition can add constraints based on attributes of
1199
1201
  # the request, the resource, or both. To learn which resources support
1200
1202
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1201
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1203
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1202
1204
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1203
1205
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1204
1206
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1205
1207
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1206
1208
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1207
1209
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1208
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1209
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1210
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1211
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1212
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1213
- # access description: Does not grant access after Sep 2020 expression: request.
1214
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1215
- # a description of IAM and its features, see the [IAM documentation](https://
1216
- # cloud.google.com/iam/docs/).
1210
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1211
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1212
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1213
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1214
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1215
+ # title: expirable access description: Does not grant access after Sep 2020
1216
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1217
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1218
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1217
1219
  class Policy
1218
1220
  include Google::Apis::Core::Hashable
1219
1221
 
@@ -1364,22 +1366,22 @@ module Google
1364
1366
  # evaluates to `true`. A condition can add constraints based on attributes of
1365
1367
  # the request, the resource, or both. To learn which resources support
1366
1368
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1367
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1369
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1368
1370
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1369
1371
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1370
1372
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1371
1373
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1372
1374
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1373
1375
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1374
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1375
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1376
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1377
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1378
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1379
- # access description: Does not grant access after Sep 2020 expression: request.
1380
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1381
- # a description of IAM and its features, see the [IAM documentation](https://
1382
- # cloud.google.com/iam/docs/).
1376
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1377
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1378
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1379
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1380
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1381
+ # title: expirable access description: Does not grant access after Sep 2020
1382
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1383
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1384
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1383
1385
  # Corresponds to the JSON property `policy`
1384
1386
  # @return [Google::Apis::GkehubV1beta1::Policy]
1385
1387
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkehubV1beta1
18
18
  # Version of the google-apis-gkehub_v1beta1 gem
19
- GEM_VERSION = "0.34.0"
19
+ GEM_VERSION = "0.36.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230424"
25
+ REVISION = "20231006"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkehub_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.34.0
4
+ version: 0.36.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-30 00:00:00.000000000 Z
11
+ date: 2023-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta1/v0.34.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta1/v0.36.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for GKE Hub API V1beta1