google-cloud-service_health-v1 1.0.0 → 1.0.2

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: 5636defd300a46d4e78943414f261f0698a6621fc9be2087b2456be1fd6ae401
4
- data.tar.gz: 2d6d661ec3b13f09ee1809bdc92e42bd34e97ca91ffeec9d1bcf2ac40ac4ccce
3
+ metadata.gz: 61d71e562f3bf7cabb08927786a8856d48a7d0a647d44976ed77e5f60b96eb26
4
+ data.tar.gz: f523a887b3e9ade129d6c0d306bb8d40241da29026b0bb4c9b572685dc4406d7
5
5
  SHA512:
6
- metadata.gz: 48dd5f76f37645fb942cac141d3267383d1d5df87de1fc878f6c629ca97e81be1f7d36da1d2d9ada37f0d57f70bbf6281c0af08d28d15a292bea218742674c2a
7
- data.tar.gz: 9f8f371420182950a5b02f61d92703b689b48e89f566378f714acc89bbf2e04d9340285f18a55aa8a64ac44046a14924a30cb17e24368550ccf0520df4dac17c
6
+ metadata.gz: b6ab8c675b26031af60d68f2f8d3f3b951dcdf2fd984aed7f7a843daa38e12012c698f391ef0a17b27b960135f61701b0d5f7f8b381a59dd8eff5059a1143705
7
+ data.tar.gz: c39a86fb53644d26c4bb13fa09cc4b9dd37ae6c9eb076127eb96ac85abba6196ef74cd8c6336bf6e957b0eca0ddf2c6311463a6b97088f167391b9a64721fd0a
@@ -251,7 +251,8 @@ module Google
251
251
  # response. The expression takes the following forms: <br>
252
252
  # * field=value for `category` and `state`<br>
253
253
  # * field &lt;, >, &lt;=, or >= value for `update_time` <br>
254
- # Examples: `category=INCIDENT`, `update_time>=2000-01-01T11:30:00-04:00`
254
+ # Examples: `category=INCIDENT`, `update_time>="2000-01-01T11:30:00-04:00"`,
255
+ # `event_impacts.product.product_name:"Eventarc"`
255
256
  # <br>
256
257
  #
257
258
  # Multiple filter queries are separated by spaces. Example:
@@ -261,7 +262,7 @@ module Google
261
262
  # AND and OR expressions explicitly.
262
263
  #
263
264
  # Filter is supported for the following fields: `category`, `state`,
264
- # `update_time`
265
+ # `update_time`, `event_impacts.product.product_name`
265
266
  # @param view [::Google::Cloud::ServiceHealth::V1::EventView]
266
267
  # Optional. Event fields to include in response.
267
268
  #
@@ -477,7 +478,7 @@ module Google
477
478
  # * field=value for `category` and `state`
478
479
  # * field &lt;, >, &lt;=, or >= value for `update_time`
479
480
  #
480
- # Examples: `category=INCIDENT`, `update_time>=2000-01-01T11:30:00-04:00`
481
+ # Examples: `category=INCIDENT`, `update_time>="2000-01-01T11:30:00-04:00"`
481
482
  #
482
483
  # Multiple filter queries are space-separated. Example:
483
484
  # `category=INCIDENT state=ACTIVE`.
@@ -245,7 +245,8 @@ module Google
245
245
  # response. The expression takes the following forms: <br>
246
246
  # * field=value for `category` and `state`<br>
247
247
  # * field &lt;, >, &lt;=, or >= value for `update_time` <br>
248
- # Examples: `category=INCIDENT`, `update_time>=2000-01-01T11:30:00-04:00`
248
+ # Examples: `category=INCIDENT`, `update_time>="2000-01-01T11:30:00-04:00"`,
249
+ # `event_impacts.product.product_name:"Eventarc"`
249
250
  # <br>
250
251
  #
251
252
  # Multiple filter queries are separated by spaces. Example:
@@ -255,7 +256,7 @@ module Google
255
256
  # AND and OR expressions explicitly.
256
257
  #
257
258
  # Filter is supported for the following fields: `category`, `state`,
258
- # `update_time`
259
+ # `update_time`, `event_impacts.product.product_name`
259
260
  # @param view [::Google::Cloud::ServiceHealth::V1::EventView]
260
261
  # Optional. Event fields to include in response.
261
262
  # @yield [result, operation] Access the result along with the TransportOperation object
@@ -456,7 +457,7 @@ module Google
456
457
  # * field=value for `category` and `state`
457
458
  # * field &lt;, >, &lt;=, or >= value for `update_time`
458
459
  #
459
- # Examples: `category=INCIDENT`, `update_time>=2000-01-01T11:30:00-04:00`
460
+ # Examples: `category=INCIDENT`, `update_time>="2000-01-01T11:30:00-04:00"`
460
461
  #
461
462
  # Multiple filter queries are space-separated. Example:
462
463
  # `category=INCIDENT state=ACTIVE`.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ServiceHealth
23
23
  module V1
24
- VERSION = "1.0.0"
24
+ VERSION = "1.0.2"
25
25
  end
26
26
  end
27
27
  end
@@ -28,6 +28,9 @@ module Google
28
28
  # @!attribute [rw] destinations
29
29
  # @return [::Array<::Google::Api::ClientLibraryDestination>]
30
30
  # The destination where API teams want this client library to be published.
31
+ # @!attribute [rw] selective_gapic_generation
32
+ # @return [::Google::Api::SelectiveGapicGeneration]
33
+ # Configuration for which RPCs should be generated in the GAPIC client.
31
34
  class CommonLanguageSettings
32
35
  include ::Google::Protobuf::MessageExts
33
36
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -196,9 +199,32 @@ module Google
196
199
  # @!attribute [rw] common
197
200
  # @return [::Google::Api::CommonLanguageSettings]
198
201
  # Some settings.
202
+ # @!attribute [rw] experimental_features
203
+ # @return [::Google::Api::PythonSettings::ExperimentalFeatures]
204
+ # Experimental features to be included during client library generation.
199
205
  class PythonSettings
200
206
  include ::Google::Protobuf::MessageExts
201
207
  extend ::Google::Protobuf::MessageExts::ClassMethods
208
+
209
+ # Experimental features to be included during client library generation.
210
+ # These fields will be deprecated once the feature graduates and is enabled
211
+ # by default.
212
+ # @!attribute [rw] rest_async_io_enabled
213
+ # @return [::Boolean]
214
+ # Enables generation of asynchronous REST clients if `rest` transport is
215
+ # enabled. By default, asynchronous REST clients will not be generated.
216
+ # This feature will be enabled by default 1 month after launching the
217
+ # feature in preview packages.
218
+ # @!attribute [rw] protobuf_pythonic_types_enabled
219
+ # @return [::Boolean]
220
+ # Enables generation of protobuf code using new types that are more
221
+ # Pythonic which are included in `protobuf>=5.29.x`. This feature will be
222
+ # enabled by default 1 month after launching the feature in preview
223
+ # packages.
224
+ class ExperimentalFeatures
225
+ include ::Google::Protobuf::MessageExts
226
+ extend ::Google::Protobuf::MessageExts::ClassMethods
227
+ end
202
228
  end
203
229
 
204
230
  # Settings for Node client libraries.
@@ -290,6 +316,13 @@ module Google
290
316
  # @return [::String]
291
317
  # The fully qualified name of the method, for which the options below apply.
292
318
  # This is used to find the method to apply the options.
319
+ #
320
+ # Example:
321
+ #
322
+ # publishing:
323
+ # method_settings:
324
+ # - selector: google.storage.control.v2.StorageControl.CreateFolder
325
+ # # method settings for CreateFolder...
293
326
  # @!attribute [rw] long_running
294
327
  # @return [::Google::Api::MethodSettings::LongRunning]
295
328
  # Describes settings to use for long-running operations when generating
@@ -298,17 +331,14 @@ module Google
298
331
  #
299
332
  # Example of a YAML configuration::
300
333
  #
301
- # publishing:
302
- # method_settings:
334
+ # publishing:
335
+ # method_settings:
303
336
  # - selector: google.cloud.speech.v2.Speech.BatchRecognize
304
337
  # long_running:
305
- # initial_poll_delay:
306
- # seconds: 60 # 1 minute
338
+ # initial_poll_delay: 60s # 1 minute
307
339
  # poll_delay_multiplier: 1.5
308
- # max_poll_delay:
309
- # seconds: 360 # 6 minutes
310
- # total_poll_timeout:
311
- # seconds: 54000 # 90 minutes
340
+ # max_poll_delay: 360s # 6 minutes
341
+ # total_poll_timeout: 54000s # 90 minutes
312
342
  # @!attribute [rw] auto_populated_fields
313
343
  # @return [::Array<::String>]
314
344
  # List of top-level fields of the request message, that should be
@@ -317,8 +347,8 @@ module Google
317
347
  #
318
348
  # Example of a YAML configuration:
319
349
  #
320
- # publishing:
321
- # method_settings:
350
+ # publishing:
351
+ # method_settings:
322
352
  # - selector: google.example.v1.ExampleService.CreateExample
323
353
  # auto_populated_fields:
324
354
  # - request_id
@@ -354,6 +384,17 @@ module Google
354
384
  end
355
385
  end
356
386
 
387
+ # This message is used to configure the generation of a subset of the RPCs in
388
+ # a service for client libraries.
389
+ # @!attribute [rw] methods
390
+ # @return [::Array<::String>]
391
+ # An allowlist of the fully qualified names of RPCs that should be included
392
+ # on public client surfaces.
393
+ class SelectiveGapicGeneration
394
+ include ::Google::Protobuf::MessageExts
395
+ extend ::Google::Protobuf::MessageExts::ClassMethods
396
+ end
397
+
357
398
  # The organization for which the client libraries are being published.
358
399
  # Affects the url where generated docs are published, etc.
359
400
  module ClientLibraryOrganization
@@ -124,8 +124,13 @@ module Google
124
124
  # @return [::String]
125
125
  # The plural name used in the resource name and permission names, such as
126
126
  # 'projects' for the resource name of 'projects/\\{project}' and the permission
127
- # name of 'cloudresourcemanager.googleapis.com/projects.get'. It is the same
128
- # concept of the `plural` field in k8s CRD spec
127
+ # name of 'cloudresourcemanager.googleapis.com/projects.get'. One exception
128
+ # to this is for Nested Collections that have stuttering names, as defined
129
+ # in [AIP-122](https://google.aip.dev/122#nested-collections), where the
130
+ # collection ID in the resource name pattern does not necessarily directly
131
+ # match the `plural` value.
132
+ #
133
+ # It is the same concept of the `plural` field in k8s CRD spec
129
134
  # https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/
130
135
  #
131
136
  # Note: The plural form is required even for singleton resources. See
@@ -416,6 +416,7 @@ module Google
416
416
  extend ::Google::Protobuf::MessageExts::ClassMethods
417
417
  end
418
418
 
419
+ # Message for requesting list of events.
419
420
  # @!attribute [rw] parent
420
421
  # @return [::String]
421
422
  # Required. Parent value using the form
@@ -445,7 +446,8 @@ module Google
445
446
  # response. The expression takes the following forms: <br>
446
447
  # * field=value for `category` and `state`<br>
447
448
  # * field &lt;, >, &lt;=, or >= value for `update_time` <br>
448
- # Examples: `category=INCIDENT`, `update_time>=2000-01-01T11:30:00-04:00`
449
+ # Examples: `category=INCIDENT`, `update_time>="2000-01-01T11:30:00-04:00"`,
450
+ # `event_impacts.product.product_name:"Eventarc"`
449
451
  # <br>
450
452
  #
451
453
  # Multiple filter queries are separated by spaces. Example:
@@ -455,7 +457,7 @@ module Google
455
457
  # AND and OR expressions explicitly.
456
458
  #
457
459
  # Filter is supported for the following fields: `category`, `state`,
458
- # `update_time`
460
+ # `update_time`, `event_impacts.product.product_name`
459
461
  # @!attribute [rw] view
460
462
  # @return [::Google::Cloud::ServiceHealth::V1::EventView]
461
463
  # Optional. Event fields to include in response.
@@ -464,6 +466,7 @@ module Google
464
466
  extend ::Google::Protobuf::MessageExts::ClassMethods
465
467
  end
466
468
 
469
+ # Message for response to listing events.
467
470
  # @!attribute [r] events
468
471
  # @return [::Array<::Google::Cloud::ServiceHealth::V1::Event>]
469
472
  # Output only. List of events.
@@ -482,7 +485,7 @@ module Google
482
485
  extend ::Google::Protobuf::MessageExts::ClassMethods
483
486
  end
484
487
 
485
- # Message for getting an event
488
+ # Message for getting an event.
486
489
  # @!attribute [rw] name
487
490
  # @return [::String]
488
491
  # Required. Unique name of the event in this scope including project
@@ -497,6 +500,7 @@ module Google
497
500
  extend ::Google::Protobuf::MessageExts::ClassMethods
498
501
  end
499
502
 
503
+ # Message for requesting list of organization events.
500
504
  # @!attribute [rw] parent
501
505
  # @return [::String]
502
506
  # Required. Parent value using the form
@@ -533,7 +537,7 @@ module Google
533
537
  # * field=value for `category` and `state`
534
538
  # * field &lt;, >, &lt;=, or >= value for `update_time`
535
539
  #
536
- # Examples: `category=INCIDENT`, `update_time>=2000-01-01T11:30:00-04:00`
540
+ # Examples: `category=INCIDENT`, `update_time>="2000-01-01T11:30:00-04:00"`
537
541
  #
538
542
  # Multiple filter queries are space-separated. Example:
539
543
  # `category=INCIDENT state=ACTIVE`.
@@ -551,6 +555,7 @@ module Google
551
555
  extend ::Google::Protobuf::MessageExts::ClassMethods
552
556
  end
553
557
 
558
+ # Message for response to listing organization events.
554
559
  # @!attribute [r] organization_events
555
560
  # @return [::Array<::Google::Cloud::ServiceHealth::V1::OrganizationEvent>]
556
561
  # Output only. List of organization events affecting an organization.
@@ -569,6 +574,7 @@ module Google
569
574
  extend ::Google::Protobuf::MessageExts::ClassMethods
570
575
  end
571
576
 
577
+ # Message for getting an organization event.
572
578
  # @!attribute [rw] name
573
579
  # @return [::String]
574
580
  # Required. Unique name of the event in this scope including organization and
@@ -585,7 +591,7 @@ module Google
585
591
  extend ::Google::Protobuf::MessageExts::ClassMethods
586
592
  end
587
593
 
588
- # Message for requesting list of OrganizationImpacts
594
+ # Message for requesting list of organization impacts.
589
595
  # @!attribute [rw] parent
590
596
  # @return [::String]
591
597
  # Required. Parent value using the form
@@ -637,6 +643,7 @@ module Google
637
643
  extend ::Google::Protobuf::MessageExts::ClassMethods
638
644
  end
639
645
 
646
+ # Message for response to listing organization impacts.
640
647
  # @!attribute [r] organization_impacts
641
648
  # @return [::Array<::Google::Cloud::ServiceHealth::V1::OrganizationImpact>]
642
649
  # Output only. List of
@@ -657,6 +664,7 @@ module Google
657
664
  extend ::Google::Protobuf::MessageExts::ClassMethods
658
665
  end
659
666
 
667
+ # Message for getting an organization impact.
660
668
  # @!attribute [rw] name
661
669
  # @return [::String]
662
670
  # 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.0.0
4
+ version: 1.0.2
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-07-10 00:00:00.000000000 Z
11
+ date: 2024-11-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -121,7 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
121
121
  - !ruby/object:Gem::Version
122
122
  version: '0'
123
123
  requirements: []
124
- rubygems_version: 3.5.6
124
+ rubygems_version: 3.5.22
125
125
  signing_key:
126
126
  specification_version: 4
127
127
  summary: Personalized Service Health helps you gain visibility into disruptive events