google-cloud-service_health-v1 1.2.0 → 1.2.1

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: f66ad1ca78216148c072b9101c6cb824899996c2095d7c25c632e573b057347c
4
- data.tar.gz: dba7723ebb43bbf1e9abb31277347729be302b7c343282eddb80805578681044
3
+ metadata.gz: aba307702a904a4c4facf1b5ef72d236157311f271fafa54e61cfe9b1d4eba89
4
+ data.tar.gz: c0c141e6bf1057af039b4354e1198958f02121c14e4e1df8b04c9fe6d6c1efcb
5
5
  SHA512:
6
- metadata.gz: ec1681272fd0a28a33ed2b5108c46fc8d84111cc141f54f9dd2a774df98bf257c6eebb7c6dd27d3535be80f87f03f8f17cc6818bff1eaed5d822f8a5e49ee23c
7
- data.tar.gz: b651a1f88c682e47c9c875a460ea619e9b7fbb730e736a768325aa2ff37e436976f30bd40c20dc14c4033065e4e15a12c4afa84e02278faef5800a0b7abb8aa4
6
+ metadata.gz: b34b7b2e51ebb8068398e0cddc7abb9bf1fd0cb7316d185769a41442b2220f3d02e222b723d3d6e3e0579e43336ec19f86fd9fffad73c714d5bbad20f9259933
7
+ data.tar.gz: ca4009dfa265e77d630a83c661772f1e09a9afa974821f66fa830c3974d1e8ebfb2cfb3225aff1437346f12f756cf39084ef095e676df5a20bc181b4a0318f0c
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ServiceHealth
23
23
  module V1
24
- VERSION = "1.2.0"
24
+ VERSION = "1.2.1"
25
25
  end
26
26
  end
27
27
  end
@@ -419,7 +419,7 @@ module Google
419
419
  extend ::Google::Protobuf::MessageExts::ClassMethods
420
420
  end
421
421
 
422
- # Message for requesting list of events.
422
+ # Requests list of events.
423
423
  # @!attribute [rw] parent
424
424
  # @return [::String]
425
425
  # Required. Parent value using the form
@@ -469,7 +469,7 @@ module Google
469
469
  extend ::Google::Protobuf::MessageExts::ClassMethods
470
470
  end
471
471
 
472
- # Message for response to listing events.
472
+ # Response to request for listing events.
473
473
  # @!attribute [r] events
474
474
  # @return [::Array<::Google::Cloud::ServiceHealth::V1::Event>]
475
475
  # Output only. List of events.
@@ -488,7 +488,7 @@ module Google
488
488
  extend ::Google::Protobuf::MessageExts::ClassMethods
489
489
  end
490
490
 
491
- # Message for getting an event.
491
+ # Gets information about a specific event.
492
492
  # @!attribute [rw] name
493
493
  # @return [::String]
494
494
  # Required. Unique name of the event in this scope including project
@@ -503,7 +503,7 @@ module Google
503
503
  extend ::Google::Protobuf::MessageExts::ClassMethods
504
504
  end
505
505
 
506
- # Message for requesting list of organization events.
506
+ # Requests list of events that affect an organization.
507
507
  # @!attribute [rw] parent
508
508
  # @return [::String]
509
509
  # Required. Parent value using the form
@@ -558,7 +558,7 @@ module Google
558
558
  extend ::Google::Protobuf::MessageExts::ClassMethods
559
559
  end
560
560
 
561
- # Message for response to listing organization events.
561
+ # Response to request for listing organization events.
562
562
  # @!attribute [r] organization_events
563
563
  # @return [::Array<::Google::Cloud::ServiceHealth::V1::OrganizationEvent>]
564
564
  # Output only. List of organization events affecting an organization.
@@ -577,7 +577,7 @@ module Google
577
577
  extend ::Google::Protobuf::MessageExts::ClassMethods
578
578
  end
579
579
 
580
- # Message for getting an organization event.
580
+ # Gets information about a specific event affecting an organization.
581
581
  # @!attribute [rw] name
582
582
  # @return [::String]
583
583
  # Required. Unique name of the event in this scope including organization and
@@ -594,7 +594,7 @@ module Google
594
594
  extend ::Google::Protobuf::MessageExts::ClassMethods
595
595
  end
596
596
 
597
- # Message for requesting list of organization impacts.
597
+ # Requests list of projects under an organization affected by an event.
598
598
  # @!attribute [rw] parent
599
599
  # @return [::String]
600
600
  # Required. Parent value using the form
@@ -646,7 +646,8 @@ module Google
646
646
  extend ::Google::Protobuf::MessageExts::ClassMethods
647
647
  end
648
648
 
649
- # Message for response to listing organization impacts.
649
+ # Response to request for listing projects under an organization affected by an
650
+ # event.
650
651
  # @!attribute [r] organization_impacts
651
652
  # @return [::Array<::Google::Cloud::ServiceHealth::V1::OrganizationImpact>]
652
653
  # Output only. List of
@@ -667,7 +668,7 @@ module Google
667
668
  extend ::Google::Protobuf::MessageExts::ClassMethods
668
669
  end
669
670
 
670
- # Message for getting an organization impact.
671
+ # Gets information about an event that affects a project under an organization.
671
672
  # @!attribute [rw] name
672
673
  # @return [::String]
673
674
  # Required. Name of the resource using the form
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-service_health-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-10 00:00:00.000000000 Z
11
+ date: 2025-01-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common