google-cloud-monitoring 0.34.2 → 0.35.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.
Files changed (29) hide show
  1. checksums.yaml +4 -4
  2. data/lib/google/cloud/monitoring/v3/alert_policy_service_client.rb +5 -5
  3. data/lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/alert.rb +4 -0
  4. data/lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/alert_service.rb +5 -5
  5. data/lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/common.rb +253 -210
  6. data/lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/group_service.rb +7 -7
  7. data/lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/metric_service.rb +13 -13
  8. data/lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/notification.rb +3 -0
  9. data/lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/notification_service.rb +12 -12
  10. data/lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/service_service.rb +13 -13
  11. data/lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime_service.rb +5 -5
  12. data/lib/google/cloud/monitoring/v3/group_service_client.rb +7 -7
  13. data/lib/google/cloud/monitoring/v3/metric_service_client.rb +13 -13
  14. data/lib/google/cloud/monitoring/v3/notification_channel_service_client.rb +12 -12
  15. data/lib/google/cloud/monitoring/v3/service_monitoring_service_client.rb +13 -13
  16. data/lib/google/cloud/monitoring/v3/uptime_check_service_client.rb +5 -5
  17. data/lib/google/cloud/monitoring/version.rb +1 -1
  18. data/lib/google/monitoring/v3/alert_pb.rb +1 -0
  19. data/lib/google/monitoring/v3/alert_service_pb.rb +3 -1
  20. data/lib/google/monitoring/v3/group_pb.rb +1 -0
  21. data/lib/google/monitoring/v3/group_service_pb.rb +3 -1
  22. data/lib/google/monitoring/v3/metric_service_pb.rb +3 -1
  23. data/lib/google/monitoring/v3/notification_pb.rb +2 -0
  24. data/lib/google/monitoring/v3/notification_service_pb.rb +3 -1
  25. data/lib/google/monitoring/v3/service_pb.rb +1 -0
  26. data/lib/google/monitoring/v3/service_service_pb.rb +3 -1
  27. data/lib/google/monitoring/v3/uptime_pb.rb +1 -0
  28. data/lib/google/monitoring/v3/uptime_service_pb.rb +3 -1
  29. metadata +2 -2
@@ -309,7 +309,7 @@ module Google
309
309
  # Lists monitored resource descriptors that match a filter. This method does not require a Stackdriver account.
310
310
  #
311
311
  # @param name [String]
312
- # The project on which to execute the request. The format is
312
+ # Required. The project on which to execute the request. The format is
313
313
  # `"projects/{project_id_or_number}"`.
314
314
  # @param filter [String]
315
315
  # An optional [filter](https://cloud.google.com/monitoring/api/v3/filters) describing
@@ -374,7 +374,7 @@ module Google
374
374
  # Gets a single monitored resource descriptor. This method does not require a Stackdriver account.
375
375
  #
376
376
  # @param name [String]
377
- # The monitored resource descriptor to get. The format is
377
+ # Required. The monitored resource descriptor to get. The format is
378
378
  # `"projects/{project_id_or_number}/monitoredResourceDescriptors/{resource_type}"`.
379
379
  # The `{resource_type}` is a predefined type, such as
380
380
  # `cloudsql_database`.
@@ -407,7 +407,7 @@ module Google
407
407
  # Lists metric descriptors that match a filter. This method does not require a Stackdriver account.
408
408
  #
409
409
  # @param name [String]
410
- # The project on which to execute the request. The format is
410
+ # Required. The project on which to execute the request. The format is
411
411
  # `"projects/{project_id_or_number}"`.
412
412
  # @param filter [String]
413
413
  # If this field is empty, all custom and
@@ -473,7 +473,7 @@ module Google
473
473
  # Gets a single metric descriptor. This method does not require a Stackdriver account.
474
474
  #
475
475
  # @param name [String]
476
- # The metric descriptor on which to execute the request. The format is
476
+ # Required. The metric descriptor on which to execute the request. The format is
477
477
  # `"projects/{project_id_or_number}/metricDescriptors/{metric_id}"`.
478
478
  # An example value of `{metric_id}` is
479
479
  # `"compute.googleapis.com/instance/disk/read_bytes_count"`.
@@ -508,10 +508,10 @@ module Google
508
508
  # [custom metrics](https://cloud.google.com/monitoring/custom-metrics).
509
509
  #
510
510
  # @param name [String]
511
- # The project on which to execute the request. The format is
511
+ # Required. The project on which to execute the request. The format is
512
512
  # `"projects/{project_id_or_number}"`.
513
513
  # @param metric_descriptor [Google::Api::MetricDescriptor | Hash]
514
- # The new [custom metric](https://cloud.google.com/monitoring/custom-metrics)
514
+ # Required. The new [custom metric](https://cloud.google.com/monitoring/custom-metrics)
515
515
  # descriptor.
516
516
  # A hash of the same form as `Google::Api::MetricDescriptor`
517
517
  # can also be provided.
@@ -550,7 +550,7 @@ module Google
550
550
  # [custom metrics](https://cloud.google.com/monitoring/custom-metrics) can be deleted.
551
551
  #
552
552
  # @param name [String]
553
- # The metric descriptor on which to execute the request. The format is
553
+ # Required. The metric descriptor on which to execute the request. The format is
554
554
  # `"projects/{project_id_or_number}/metricDescriptors/{metric_id}"`.
555
555
  # An example of `{metric_id}` is:
556
556
  # `"custom.googleapis.com/my_test_metric"`.
@@ -583,10 +583,10 @@ module Google
583
583
  # Lists time series that match a filter. This method does not require a Stackdriver account.
584
584
  #
585
585
  # @param name [String]
586
- # The project on which to execute the request. The format is
586
+ # Required. The project on which to execute the request. The format is
587
587
  # "projects/\\{project_id_or_number}".
588
588
  # @param filter [String]
589
- # A [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters) that specifies which time
589
+ # Required. A [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters) that specifies which time
590
590
  # series should be returned. The filter must specify a single metric type,
591
591
  # and can additionally specify metric labels and other information. For
592
592
  # example:
@@ -594,13 +594,13 @@ module Google
594
594
  # metric.type = "compute.googleapis.com/instance/cpu/usage_time" AND
595
595
  # metric.labels.instance_name = "my-instance-name"
596
596
  # @param interval [Google::Monitoring::V3::TimeInterval | Hash]
597
- # The time interval for which results should be returned. Only time series
597
+ # Required. The time interval for which results should be returned. Only time series
598
598
  # that contain data points in the specified interval are included
599
599
  # in the response.
600
600
  # A hash of the same form as `Google::Monitoring::V3::TimeInterval`
601
601
  # can also be provided.
602
602
  # @param view [Google::Monitoring::V3::ListTimeSeriesRequest::TimeSeriesView]
603
- # Specifies which information is returned about the time series.
603
+ # Required. Specifies which information is returned about the time series.
604
604
  # @param aggregation [Google::Monitoring::V3::Aggregation | Hash]
605
605
  # Specifies the alignment of data points in individual time series as
606
606
  # well as how to combine the retrieved time series across specified labels.
@@ -687,10 +687,10 @@ module Google
687
687
  # included in the error response.
688
688
  #
689
689
  # @param name [String]
690
- # The project on which to execute the request. The format is
690
+ # Required. The project on which to execute the request. The format is
691
691
  # `"projects/{project_id_or_number}"`.
692
692
  # @param time_series [Array<Google::Monitoring::V3::TimeSeries | Hash>]
693
- # The new data to be added to a list of time series.
693
+ # Required. The new data to be added to a list of time series.
694
694
  # Adds at most one data point to each of several time series. The new data
695
695
  # point must be more recent than any other point in its time series. Each
696
696
  # `TimeSeries` value must fully specify a unique time series by supplying
@@ -322,7 +322,7 @@ module Google
322
322
  # makes it possible for new channel types to be dynamically added.
323
323
  #
324
324
  # @param name [String]
325
- # The REST resource name of the parent from which to retrieve
325
+ # Required. The REST resource name of the parent from which to retrieve
326
326
  # the notification channel descriptors. The expected syntax is:
327
327
  #
328
328
  # projects/[PROJECT_ID]
@@ -385,7 +385,7 @@ module Google
385
385
  # are expected / permitted for a notification channel of the given type.
386
386
  #
387
387
  # @param name [String]
388
- # The channel type for which to execute the request. The format is
388
+ # Required. The channel type for which to execute the request. The format is
389
389
  # `projects/[PROJECT_ID]/notificationChannelDescriptors/{channel_type}`.
390
390
  # @param options [Google::Gax::CallOptions]
391
391
  # Overrides the default settings for this call, e.g, timeout,
@@ -416,7 +416,7 @@ module Google
416
416
  # Lists the notification channels that have been created for the project.
417
417
  #
418
418
  # @param name [String]
419
- # The project on which to execute the request. The format is
419
+ # Required. The project on which to execute the request. The format is
420
420
  # `projects/[PROJECT_ID]`. That is, this names the container
421
421
  # in which to look for the notification channels; it does not name a
422
422
  # specific channel. To query a specific channel by REST resource name, use
@@ -497,7 +497,7 @@ module Google
497
497
  # that was supplied in the call to the create method.
498
498
  #
499
499
  # @param name [String]
500
- # The channel for which to execute the request. The format is
500
+ # Required. The channel for which to execute the request. The format is
501
501
  # `projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID]`.
502
502
  # @param options [Google::Gax::CallOptions]
503
503
  # Overrides the default settings for this call, e.g, timeout,
@@ -529,7 +529,7 @@ module Google
529
529
  # endpoint such as an email address, SMS number, or PagerDuty service.
530
530
  #
531
531
  # @param name [String]
532
- # The project on which to execute the request. The format is:
532
+ # Required. The project on which to execute the request. The format is:
533
533
  #
534
534
  # projects/[PROJECT_ID]
535
535
  #
@@ -538,7 +538,7 @@ module Google
538
538
  # channel's name will have a normalized version of this field as a prefix,
539
539
  # but will add `/notificationChannels/[CHANNEL_ID]` to identify the channel.
540
540
  # @param notification_channel [Google::Monitoring::V3::NotificationChannel | Hash]
541
- # The definition of the `NotificationChannel` to create.
541
+ # Required. The definition of the `NotificationChannel` to create.
542
542
  # A hash of the same form as `Google::Monitoring::V3::NotificationChannel`
543
543
  # can also be provided.
544
544
  # @param options [Google::Gax::CallOptions]
@@ -576,7 +576,7 @@ module Google
576
576
  # remain unchanged.
577
577
  #
578
578
  # @param notification_channel [Google::Monitoring::V3::NotificationChannel | Hash]
579
- # A description of the changes to be applied to the specified
579
+ # Required. A description of the changes to be applied to the specified
580
580
  # notification channel. The description must provide a definition for
581
581
  # fields to be updated; the names of these fields should also be
582
582
  # included in the `update_mask`.
@@ -619,7 +619,7 @@ module Google
619
619
  # Deletes a notification channel.
620
620
  #
621
621
  # @param name [String]
622
- # The channel for which to execute the request. The format is
622
+ # Required. The channel for which to execute the request. The format is
623
623
  # `projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID]`.
624
624
  # @param force [true, false]
625
625
  # If true, the notification channel will be deleted regardless of its
@@ -658,7 +658,7 @@ module Google
658
658
  # can then be supplied in `VerifyNotificationChannel` to verify the channel.
659
659
  #
660
660
  # @param name [String]
661
- # The notification channel to which to send a verification code.
661
+ # Required. The notification channel to which to send a verification code.
662
662
  # @param options [Google::Gax::CallOptions]
663
663
  # Overrides the default settings for this call, e.g, timeout,
664
664
  # retries, etc.
@@ -708,7 +708,7 @@ module Google
708
708
  # 64 encoded string that has a longer expiration time.
709
709
  #
710
710
  # @param name [String]
711
- # The notification channel for which a verification code is to be generated
711
+ # Required. The notification channel for which a verification code is to be generated
712
712
  # and retrieved. This must name a channel that is already verified; if
713
713
  # the specified channel is not verified, the request will fail.
714
714
  # @param expire_time [Google::Protobuf::Timestamp | Hash]
@@ -756,9 +756,9 @@ module Google
756
756
  # `SendNotificationChannelVerificationCode`.
757
757
  #
758
758
  # @param name [String]
759
- # The notification channel to verify.
759
+ # Required. The notification channel to verify.
760
760
  # @param code [String]
761
- # The verification code that was delivered to the channel as
761
+ # Required. The verification code that was delivered to the channel as
762
762
  # a result of invoking the `SendNotificationChannelVerificationCode` API
763
763
  # method or that was retrieved from a verified channel via
764
764
  # `GetNotificationChannelVerificationCode`. For example, one might have
@@ -325,10 +325,10 @@ module Google
325
325
  # Create a `Service`.
326
326
  #
327
327
  # @param parent [String]
328
- # Resource name of the parent workspace.
328
+ # Required. Resource name of the parent workspace.
329
329
  # Of the form `projects/{project_id}`.
330
330
  # @param service [Google::Monitoring::V3::Service | Hash]
331
- # The `Service` to create.
331
+ # Required. The `Service` to create.
332
332
  # A hash of the same form as `Google::Monitoring::V3::Service`
333
333
  # can also be provided.
334
334
  # @param service_id [String]
@@ -370,7 +370,7 @@ module Google
370
370
  # Get the named `Service`.
371
371
  #
372
372
  # @param name [String]
373
- # Resource name of the `Service`.
373
+ # Required. Resource name of the `Service`.
374
374
  # Of the form `projects/{project_id}/services/{service_id}`.
375
375
  # @param options [Google::Gax::CallOptions]
376
376
  # Overrides the default settings for this call, e.g, timeout,
@@ -401,7 +401,7 @@ module Google
401
401
  # List `Service`s for this workspace.
402
402
  #
403
403
  # @param parent [String]
404
- # Resource name of the parent `Workspace`.
404
+ # Required. Resource name of the parent `Workspace`.
405
405
  # Of the form `projects/{project_id}`.
406
406
  # @param filter [String]
407
407
  # A filter specifying what `Service`s to return. The filter currently
@@ -474,7 +474,7 @@ module Google
474
474
  # Update this `Service`.
475
475
  #
476
476
  # @param service [Google::Monitoring::V3::Service | Hash]
477
- # The `Service` to draw updates from.
477
+ # Required. The `Service` to draw updates from.
478
478
  # The given `name` specifies the resource to update.
479
479
  # A hash of the same form as `Google::Monitoring::V3::Service`
480
480
  # can also be provided.
@@ -515,8 +515,8 @@ module Google
515
515
  # Soft delete this `Service`.
516
516
  #
517
517
  # @param name [String]
518
- # Resource name of the `Service` to delete.
519
- # Of the form `projects/{project_id}/service/{service_id}`.
518
+ # Required. Resource name of the `Service` to delete.
519
+ # Of the form `projects/{project_id}/services/{service_id}`.
520
520
  # @param options [Google::Gax::CallOptions]
521
521
  # Overrides the default settings for this call, e.g, timeout,
522
522
  # retries, etc.
@@ -546,10 +546,10 @@ module Google
546
546
  # Create a `ServiceLevelObjective` for the given `Service`.
547
547
  #
548
548
  # @param parent [String]
549
- # Resource name of the parent `Service`.
549
+ # Required. Resource name of the parent `Service`.
550
550
  # Of the form `projects/{project_id}/services/{service_id}`.
551
551
  # @param service_level_objective [Google::Monitoring::V3::ServiceLevelObjective | Hash]
552
- # The `ServiceLevelObjective` to create.
552
+ # Required. The `ServiceLevelObjective` to create.
553
553
  # The provided `name` will be respected if no `ServiceLevelObjective` exists
554
554
  # with this name.
555
555
  # A hash of the same form as `Google::Monitoring::V3::ServiceLevelObjective`
@@ -594,7 +594,7 @@ module Google
594
594
  # Get a `ServiceLevelObjective` by name.
595
595
  #
596
596
  # @param name [String]
597
- # Resource name of the `ServiceLevelObjective` to get.
597
+ # Required. Resource name of the `ServiceLevelObjective` to get.
598
598
  # Of the form
599
599
  # `projects/{project_id}/services/{service_id}/serviceLevelObjectives/{slo_name}`.
600
600
  # @param view [Google::Monitoring::V3::ServiceLevelObjective::View]
@@ -633,7 +633,7 @@ module Google
633
633
  # List the `ServiceLevelObjective`s for the given `Service`.
634
634
  #
635
635
  # @param parent [String]
636
- # Resource name of the parent `Service`.
636
+ # Required. Resource name of the parent `Service`.
637
637
  # Of the form `projects/{project_id}/services/{service_id}`.
638
638
  # @param filter [String]
639
639
  # A filter specifying what `ServiceLevelObjective`s to return.
@@ -699,7 +699,7 @@ module Google
699
699
  # Update the given `ServiceLevelObjective`.
700
700
  #
701
701
  # @param service_level_objective [Google::Monitoring::V3::ServiceLevelObjective | Hash]
702
- # The `ServiceLevelObjective` to draw updates from.
702
+ # Required. The `ServiceLevelObjective` to draw updates from.
703
703
  # The given `name` specifies the resource to update.
704
704
  # A hash of the same form as `Google::Monitoring::V3::ServiceLevelObjective`
705
705
  # can also be provided.
@@ -740,7 +740,7 @@ module Google
740
740
  # Delete the given `ServiceLevelObjective`.
741
741
  #
742
742
  # @param name [String]
743
- # Resource name of the `ServiceLevelObjective` to delete.
743
+ # Required. Resource name of the `ServiceLevelObjective` to delete.
744
744
  # Of the form
745
745
  # `projects/{project_id}/services/{service_id}/serviceLevelObjectives/{slo_name}`.
746
746
  # @param options [Google::Gax::CallOptions]
@@ -276,7 +276,7 @@ module Google
276
276
  # (leaving out any invalid configurations).
277
277
  #
278
278
  # @param parent [String]
279
- # The project whose Uptime check configurations are listed. The format
279
+ # Required. The project whose Uptime check configurations are listed. The format
280
280
  # is `projects/[PROJECT_ID]`.
281
281
  # @param page_size [Integer]
282
282
  # The maximum number of resources contained in the underlying API
@@ -331,7 +331,7 @@ module Google
331
331
  # Gets a single Uptime check configuration.
332
332
  #
333
333
  # @param name [String]
334
- # The Uptime check configuration to retrieve. The format
334
+ # Required. The Uptime check configuration to retrieve. The format
335
335
  # is `projects/[PROJECT_ID]/uptimeCheckConfigs/[UPTIME_CHECK_ID]`.
336
336
  # @param options [Google::Gax::CallOptions]
337
337
  # Overrides the default settings for this call, e.g, timeout,
@@ -362,10 +362,10 @@ module Google
362
362
  # Creates a new Uptime check configuration.
363
363
  #
364
364
  # @param parent [String]
365
- # The project in which to create the Uptime check. The format
365
+ # Required. The project in which to create the Uptime check. The format
366
366
  # is `projects/[PROJECT_ID]`.
367
367
  # @param uptime_check_config [Google::Monitoring::V3::UptimeCheckConfig | Hash]
368
- # The new Uptime check configuration.
368
+ # Required. The new Uptime check configuration.
369
369
  # A hash of the same form as `Google::Monitoring::V3::UptimeCheckConfig`
370
370
  # can also be provided.
371
371
  # @param options [Google::Gax::CallOptions]
@@ -460,7 +460,7 @@ module Google
460
460
  # other dependent configs that would be rendered invalid by the deletion.
461
461
  #
462
462
  # @param name [String]
463
- # The Uptime check configuration to delete. The format
463
+ # Required. The Uptime check configuration to delete. The format
464
464
  # is `projects/[PROJECT_ID]/uptimeCheckConfigs/[UPTIME_CHECK_ID]`.
465
465
  # @param options [Google::Gax::CallOptions]
466
466
  # Overrides the default settings for this call, e.g, timeout,
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Monitoring
19
- VERSION = "0.34.2".freeze
19
+ VERSION = "0.35.0".freeze
20
20
  end
21
21
  end
22
22
  end
@@ -4,6 +4,7 @@
4
4
 
5
5
  require 'google/protobuf'
6
6
 
7
+ require 'google/api/resource_pb'
7
8
  require 'google/monitoring/v3/common_pb'
8
9
  require 'google/monitoring/v3/mutation_record_pb'
9
10
  require 'google/protobuf/duration_pb'
@@ -5,10 +5,12 @@
5
5
  require 'google/protobuf'
6
6
 
7
7
  require 'google/api/annotations_pb'
8
+ require 'google/api/client_pb'
9
+ require 'google/api/field_behavior_pb'
10
+ require 'google/api/resource_pb'
8
11
  require 'google/monitoring/v3/alert_pb'
9
12
  require 'google/protobuf/empty_pb'
10
13
  require 'google/protobuf/field_mask_pb'
11
- require 'google/api/client_pb'
12
14
  Google::Protobuf::DescriptorPool.generated_pool.build do
13
15
  add_message "google.monitoring.v3.CreateAlertPolicyRequest" do
14
16
  optional :name, :string, 3
@@ -4,6 +4,7 @@
4
4
 
5
5
  require 'google/protobuf'
6
6
 
7
+ require 'google/api/resource_pb'
7
8
  Google::Protobuf::DescriptorPool.generated_pool.build do
8
9
  add_message "google.monitoring.v3.Group" do
9
10
  optional :name, :string, 1
@@ -5,11 +5,13 @@
5
5
  require 'google/protobuf'
6
6
 
7
7
  require 'google/api/annotations_pb'
8
+ require 'google/api/client_pb'
9
+ require 'google/api/field_behavior_pb'
8
10
  require 'google/api/monitored_resource_pb'
11
+ require 'google/api/resource_pb'
9
12
  require 'google/monitoring/v3/common_pb'
10
13
  require 'google/monitoring/v3/group_pb'
11
14
  require 'google/protobuf/empty_pb'
12
- require 'google/api/client_pb'
13
15
  Google::Protobuf::DescriptorPool.generated_pool.build do
14
16
  add_message "google.monitoring.v3.ListGroupsRequest" do
15
17
  optional :name, :string, 7
@@ -5,15 +5,17 @@
5
5
  require 'google/protobuf'
6
6
 
7
7
  require 'google/api/annotations_pb'
8
+ require 'google/api/client_pb'
9
+ require 'google/api/field_behavior_pb'
8
10
  require 'google/api/metric_pb'
9
11
  require 'google/api/monitored_resource_pb'
12
+ require 'google/api/resource_pb'
10
13
  require 'google/monitoring/v3/alert_pb'
11
14
  require 'google/monitoring/v3/common_pb'
12
15
  require 'google/monitoring/v3/metric_pb'
13
16
  require 'google/protobuf/duration_pb'
14
17
  require 'google/protobuf/empty_pb'
15
18
  require 'google/rpc/status_pb'
16
- require 'google/api/client_pb'
17
19
  Google::Protobuf::DescriptorPool.generated_pool.build do
18
20
  add_message "google.monitoring.v3.ListMonitoredResourceDescriptorsRequest" do
19
21
  optional :name, :string, 5
@@ -6,6 +6,7 @@ require 'google/protobuf'
6
6
 
7
7
  require 'google/api/label_pb'
8
8
  require 'google/api/launch_stage_pb'
9
+ require 'google/api/resource_pb'
9
10
  require 'google/monitoring/v3/common_pb'
10
11
  require 'google/protobuf/wrappers_pb'
11
12
  Google::Protobuf::DescriptorPool.generated_pool.build do
@@ -16,6 +17,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
16
17
  optional :description, :string, 3
17
18
  repeated :labels, :message, 4, "google.api.LabelDescriptor"
18
19
  repeated :supported_tiers, :enum, 5, "google.monitoring.v3.ServiceTier"
20
+ optional :launch_stage, :enum, 7, "google.api.LaunchStage"
19
21
  end
20
22
  add_message "google.monitoring.v3.NotificationChannel" do
21
23
  optional :type, :string, 1
@@ -5,12 +5,14 @@
5
5
  require 'google/protobuf'
6
6
 
7
7
  require 'google/api/annotations_pb'
8
+ require 'google/api/client_pb'
9
+ require 'google/api/field_behavior_pb'
10
+ require 'google/api/resource_pb'
8
11
  require 'google/monitoring/v3/notification_pb'
9
12
  require 'google/protobuf/empty_pb'
10
13
  require 'google/protobuf/field_mask_pb'
11
14
  require 'google/protobuf/struct_pb'
12
15
  require 'google/protobuf/timestamp_pb'
13
- require 'google/api/client_pb'
14
16
  Google::Protobuf::DescriptorPool.generated_pool.build do
15
17
  add_message "google.monitoring.v3.ListNotificationChannelDescriptorsRequest" do
16
18
  optional :name, :string, 4
@@ -5,6 +5,7 @@
5
5
  require 'google/protobuf'
6
6
 
7
7
  require 'google/api/monitored_resource_pb'
8
+ require 'google/api/resource_pb'
8
9
  require 'google/protobuf/duration_pb'
9
10
  require 'google/protobuf/timestamp_pb'
10
11
  require 'google/type/calendar_period_pb'