google-apis-monitoring_v3 0.26.0 → 0.27.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: ae51723c0f5e9c77a61b617679f4cfa806c8ba0c6a63b9f5ff55fec622e7d0ab
4
- data.tar.gz: 3e47f020bc70d481d8bccd172e3955d0d9ea08a6451f9bec29188bf25e2322ef
3
+ metadata.gz: 6f7f68eb1104ee822b1c28e869f4390644d8bce13de93c3d1b082eae73adbc02
4
+ data.tar.gz: cc2aa5c7740ded88c12b8e8f44c309da26abe54b867a167c6df8ca44448b7c73
5
5
  SHA512:
6
- metadata.gz: 0a38eb7bec26b9d44bcdb7b56a57f5b2c0084b301fdb867f09c5c70652d264fabcdb5ab0704b2f920014f6502831d79c6bbc7fc556479ffff408e6d895999430
7
- data.tar.gz: e9aee504e8ba10ae2814ebd9b9560902ba3d7c1c77592ed6286e6453a1139a81080f0974188354d48aca088077822bc41b89fecec5b609744e6f5cdb510a3faf
6
+ metadata.gz: a99fe3edc69cad220bbc9600613724d1321f154881d192d2ea7b2be5ecab24eb5171f7b31b5f779ff5e5516c15af17cd13339a0033666bd18af8f3f43844a8ae
7
+ data.tar.gz: 4c5b95e0501b57c599cc5a4a8776f77034588b41ad13ae3f897256a6a4fa11001a0887bca2c30db379f1d75e375b8123fa339bd9892480d8f0e9d7b68f2e9eba
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-monitoring_v3
2
2
 
3
+ ### v0.27.0 (2022-05-27)
4
+
5
+ * Regenerated from discovery document revision 20220525
6
+
3
7
  ### v0.26.0 (2022-05-20)
4
8
 
5
9
  * Regenerated from discovery document revision 20220513
@@ -269,8 +269,8 @@ module Google
269
269
  include Google::Apis::Core::Hashable
270
270
 
271
271
  # The ID of the App Engine module underlying this service. Corresponds to the
272
- # module_id resource label in the gae_app monitored resource: https://cloud.
273
- # google.com/monitoring/api/resources#tag_gae_app
272
+ # module_id resource label in the gae_app monitored resource (https://cloud.
273
+ # google.com/monitoring/api/resources#tag_gae_app).
274
274
  # Corresponds to the JSON property `moduleId`
275
275
  # @return [String]
276
276
  attr_accessor :module_id
@@ -444,8 +444,8 @@ module Google
444
444
  include Google::Apis::Core::Hashable
445
445
 
446
446
  # The name of the Cloud Endpoints service underlying this service. Corresponds
447
- # to the service resource label in the api monitored resource: https://cloud.
448
- # google.com/monitoring/api/resources#tag_api
447
+ # to the service resource label in the api monitored resource (https://cloud.
448
+ # google.com/monitoring/api/resources#tag_api).
449
449
  # Corresponds to the JSON property `service`
450
450
  # @return [String]
451
451
  attr_accessor :service
@@ -465,15 +465,15 @@ module Google
465
465
  include Google::Apis::Core::Hashable
466
466
 
467
467
  # The location the service is run. Corresponds to the location resource label in
468
- # the cloud_run_revision monitored resource: https://cloud.google.com/monitoring/
469
- # api/resources#tag_cloud_run_revision
468
+ # the cloud_run_revision monitored resource (https://cloud.google.com/monitoring/
469
+ # api/resources#tag_cloud_run_revision).
470
470
  # Corresponds to the JSON property `location`
471
471
  # @return [String]
472
472
  attr_accessor :location
473
473
 
474
474
  # The name of the Cloud Run service. Corresponds to the service_name resource
475
- # label in the cloud_run_revision monitored resource: https://cloud.google.com/
476
- # monitoring/api/resources#tag_cloud_run_revision
475
+ # label in the cloud_run_revision monitored resource (https://cloud.google.com/
476
+ # monitoring/api/resources#tag_cloud_run_revision).
477
477
  # Corresponds to the JSON property `serviceName`
478
478
  # @return [String]
479
479
  attr_accessor :service_name
@@ -1409,7 +1409,8 @@ module Google
1409
1409
  end
1410
1410
 
1411
1411
  # GKE Namespace. The field names correspond to the resource metadata labels on
1412
- # monitored resources that fall under a namespace (e.g. k8s_container, k8s_pod).
1412
+ # monitored resources that fall under a namespace (for example, k8s_container or
1413
+ # k8s_pod).
1413
1414
  class GkeNamespace
1414
1415
  include Google::Apis::Core::Hashable
1415
1416
 
@@ -1450,8 +1451,8 @@ module Google
1450
1451
 
1451
1452
  # GKE Service. The "service" here represents a Kubernetes service object (https:/
1452
1453
  # /kubernetes.io/docs/concepts/services-networking/service). The field names
1453
- # correspond to the resource labels on k8s_service monitored resources: https://
1454
- # cloud.google.com/monitoring/api/resources#tag_k8s_service
1454
+ # correspond to the resource labels on k8s_service monitored resources (https://
1455
+ # cloud.google.com/monitoring/api/resources#tag_k8s_service).
1455
1456
  class GkeService
1456
1457
  include Google::Apis::Core::Hashable
1457
1458
 
@@ -1497,8 +1498,8 @@ module Google
1497
1498
  end
1498
1499
 
1499
1500
  # A GKE Workload (Deployment, StatefulSet, etc). The field names correspond to
1500
- # the metadata labels on monitored resources that fall under a workload (e.g.
1501
- # k8s_container, k8s_pod).
1501
+ # the metadata labels on monitored resources that fall under a workload (for
1502
+ # example, k8s_container or k8s_pod).
1502
1503
  class GkeWorkload
1503
1504
  include Google::Apis::Core::Hashable
1504
1505
 
@@ -1529,7 +1530,7 @@ module Google
1529
1530
  # @return [String]
1530
1531
  attr_accessor :top_level_controller_name
1531
1532
 
1532
- # The type of this workload (e.g. "Deployment" or "DaemonSet")
1533
+ # The type of this workload (for example, "Deployment" or "DaemonSet")
1533
1534
  # Corresponds to the JSON property `topLevelControllerType`
1534
1535
  # @return [String]
1535
1536
  attr_accessor :top_level_controller_type
@@ -3680,22 +3681,23 @@ module Google
3680
3681
  attr_accessor :display_name
3681
3682
 
3682
3683
  # GKE Namespace. The field names correspond to the resource metadata labels on
3683
- # monitored resources that fall under a namespace (e.g. k8s_container, k8s_pod).
3684
+ # monitored resources that fall under a namespace (for example, k8s_container or
3685
+ # k8s_pod).
3684
3686
  # Corresponds to the JSON property `gkeNamespace`
3685
3687
  # @return [Google::Apis::MonitoringV3::GkeNamespace]
3686
3688
  attr_accessor :gke_namespace
3687
3689
 
3688
3690
  # GKE Service. The "service" here represents a Kubernetes service object (https:/
3689
3691
  # /kubernetes.io/docs/concepts/services-networking/service). The field names
3690
- # correspond to the resource labels on k8s_service monitored resources: https://
3691
- # cloud.google.com/monitoring/api/resources#tag_k8s_service
3692
+ # correspond to the resource labels on k8s_service monitored resources (https://
3693
+ # cloud.google.com/monitoring/api/resources#tag_k8s_service).
3692
3694
  # Corresponds to the JSON property `gkeService`
3693
3695
  # @return [Google::Apis::MonitoringV3::GkeService]
3694
3696
  attr_accessor :gke_service
3695
3697
 
3696
3698
  # A GKE Workload (Deployment, StatefulSet, etc). The field names correspond to
3697
- # the metadata labels on monitored resources that fall under a workload (e.g.
3698
- # k8s_container, k8s_pod).
3699
+ # the metadata labels on monitored resources that fall under a workload (for
3700
+ # example, k8s_container or k8s_pod).
3699
3701
  # Corresponds to the JSON property `gkeWorkload`
3700
3702
  # @return [Google::Apis::MonitoringV3::GkeWorkload]
3701
3703
  attr_accessor :gke_workload
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MonitoringV3
18
18
  # Version of the google-apis-monitoring_v3 gem
19
- GEM_VERSION = "0.26.0"
19
+ GEM_VERSION = "0.27.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220513"
25
+ REVISION = "20220525"
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-monitoring_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.0
4
+ version: 0.27.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: 2022-05-23 00:00:00.000000000 Z
11
+ date: 2022-05-30 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-monitoring_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v3/v0.26.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v3/v0.27.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-monitoring_v3
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.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Monitoring API V3