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.
- checksums.yaml +4 -4
- data/lib/google/cloud/monitoring/v3/alert_policy_service_client.rb +5 -5
- data/lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/alert.rb +4 -0
- data/lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/alert_service.rb +5 -5
- data/lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/common.rb +253 -210
- data/lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/group_service.rb +7 -7
- data/lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/metric_service.rb +13 -13
- data/lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/notification.rb +3 -0
- data/lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/notification_service.rb +12 -12
- data/lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/service_service.rb +13 -13
- data/lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime_service.rb +5 -5
- data/lib/google/cloud/monitoring/v3/group_service_client.rb +7 -7
- data/lib/google/cloud/monitoring/v3/metric_service_client.rb +13 -13
- data/lib/google/cloud/monitoring/v3/notification_channel_service_client.rb +12 -12
- data/lib/google/cloud/monitoring/v3/service_monitoring_service_client.rb +13 -13
- data/lib/google/cloud/monitoring/v3/uptime_check_service_client.rb +5 -5
- data/lib/google/cloud/monitoring/version.rb +1 -1
- data/lib/google/monitoring/v3/alert_pb.rb +1 -0
- data/lib/google/monitoring/v3/alert_service_pb.rb +3 -1
- data/lib/google/monitoring/v3/group_pb.rb +1 -0
- data/lib/google/monitoring/v3/group_service_pb.rb +3 -1
- data/lib/google/monitoring/v3/metric_service_pb.rb +3 -1
- data/lib/google/monitoring/v3/notification_pb.rb +2 -0
- data/lib/google/monitoring/v3/notification_service_pb.rb +3 -1
- data/lib/google/monitoring/v3/service_pb.rb +1 -0
- data/lib/google/monitoring/v3/service_service_pb.rb +3 -1
- data/lib/google/monitoring/v3/uptime_pb.rb +1 -0
- data/lib/google/monitoring/v3/uptime_service_pb.rb +3 -1
- metadata +2 -2
@@ -19,7 +19,7 @@ module Google
|
|
19
19
|
# The `ListGroup` request.
|
20
20
|
# @!attribute [rw] name
|
21
21
|
# @return [String]
|
22
|
-
# The project whose groups are to be listed. The format is
|
22
|
+
# Required. The project whose groups are to be listed. The format is
|
23
23
|
# `"projects/{project_id_or_number}"`.
|
24
24
|
# @!attribute [rw] children_of_group
|
25
25
|
# @return [String]
|
@@ -63,18 +63,18 @@ module Google
|
|
63
63
|
# The `GetGroup` request.
|
64
64
|
# @!attribute [rw] name
|
65
65
|
# @return [String]
|
66
|
-
# The group to retrieve. The format is
|
66
|
+
# Required. The group to retrieve. The format is
|
67
67
|
# `"projects/{project_id_or_number}/groups/{group_id}"`.
|
68
68
|
class GetGroupRequest; end
|
69
69
|
|
70
70
|
# The `CreateGroup` request.
|
71
71
|
# @!attribute [rw] name
|
72
72
|
# @return [String]
|
73
|
-
# The project in which to create the group. The format is
|
73
|
+
# Required. The project in which to create the group. The format is
|
74
74
|
# `"projects/{project_id_or_number}"`.
|
75
75
|
# @!attribute [rw] group
|
76
76
|
# @return [Google::Monitoring::V3::Group]
|
77
|
-
# A group definition. It is an error to define the `name` field because
|
77
|
+
# Required. A group definition. It is an error to define the `name` field because
|
78
78
|
# the system assigns the name.
|
79
79
|
# @!attribute [rw] validate_only
|
80
80
|
# @return [true, false]
|
@@ -84,7 +84,7 @@ module Google
|
|
84
84
|
# The `UpdateGroup` request.
|
85
85
|
# @!attribute [rw] group
|
86
86
|
# @return [Google::Monitoring::V3::Group]
|
87
|
-
# The new definition of the group. All fields of the existing group,
|
87
|
+
# Required. The new definition of the group. All fields of the existing group,
|
88
88
|
# excepting `name`, are replaced with the corresponding fields of this group.
|
89
89
|
# @!attribute [rw] validate_only
|
90
90
|
# @return [true, false]
|
@@ -95,7 +95,7 @@ module Google
|
|
95
95
|
# single group without any descendants.
|
96
96
|
# @!attribute [rw] name
|
97
97
|
# @return [String]
|
98
|
-
# The group to delete. The format is
|
98
|
+
# Required. The group to delete. The format is
|
99
99
|
# `"projects/{project_id_or_number}/groups/{group_id}"`.
|
100
100
|
# @!attribute [rw] recursive
|
101
101
|
# @return [true, false]
|
@@ -107,7 +107,7 @@ module Google
|
|
107
107
|
# The `ListGroupMembers` request.
|
108
108
|
# @!attribute [rw] name
|
109
109
|
# @return [String]
|
110
|
-
# The group whose members are listed. The format is
|
110
|
+
# Required. The group whose members are listed. The format is
|
111
111
|
# `"projects/{project_id_or_number}/groups/{group_id}"`.
|
112
112
|
# @!attribute [rw] page_size
|
113
113
|
# @return [Integer]
|
@@ -19,7 +19,7 @@ module Google
|
|
19
19
|
# The `ListMonitoredResourceDescriptors` request.
|
20
20
|
# @!attribute [rw] name
|
21
21
|
# @return [String]
|
22
|
-
# The project on which to execute the request. The format is
|
22
|
+
# Required. The project on which to execute the request. The format is
|
23
23
|
# `"projects/{project_id_or_number}"`.
|
24
24
|
# @!attribute [rw] filter
|
25
25
|
# @return [String]
|
@@ -55,7 +55,7 @@ module Google
|
|
55
55
|
# The `GetMonitoredResourceDescriptor` request.
|
56
56
|
# @!attribute [rw] name
|
57
57
|
# @return [String]
|
58
|
-
# The monitored resource descriptor to get. The format is
|
58
|
+
# Required. The monitored resource descriptor to get. The format is
|
59
59
|
# `"projects/{project_id_or_number}/monitoredResourceDescriptors/{resource_type}"`.
|
60
60
|
# The `{resource_type}` is a predefined type, such as
|
61
61
|
# `cloudsql_database`.
|
@@ -64,7 +64,7 @@ module Google
|
|
64
64
|
# The `ListMetricDescriptors` request.
|
65
65
|
# @!attribute [rw] name
|
66
66
|
# @return [String]
|
67
|
-
# The project on which to execute the request. The format is
|
67
|
+
# Required. The project on which to execute the request. The format is
|
68
68
|
# `"projects/{project_id_or_number}"`.
|
69
69
|
# @!attribute [rw] filter
|
70
70
|
# @return [String]
|
@@ -101,7 +101,7 @@ module Google
|
|
101
101
|
# The `GetMetricDescriptor` request.
|
102
102
|
# @!attribute [rw] name
|
103
103
|
# @return [String]
|
104
|
-
# The metric descriptor on which to execute the request. The format is
|
104
|
+
# Required. The metric descriptor on which to execute the request. The format is
|
105
105
|
# `"projects/{project_id_or_number}/metricDescriptors/{metric_id}"`.
|
106
106
|
# An example value of `{metric_id}` is
|
107
107
|
# `"compute.googleapis.com/instance/disk/read_bytes_count"`.
|
@@ -110,18 +110,18 @@ module Google
|
|
110
110
|
# The `CreateMetricDescriptor` request.
|
111
111
|
# @!attribute [rw] name
|
112
112
|
# @return [String]
|
113
|
-
# The project on which to execute the request. The format is
|
113
|
+
# Required. The project on which to execute the request. The format is
|
114
114
|
# `"projects/{project_id_or_number}"`.
|
115
115
|
# @!attribute [rw] metric_descriptor
|
116
116
|
# @return [Google::Api::MetricDescriptor]
|
117
|
-
# The new [custom metric](https://cloud.google.com/monitoring/custom-metrics)
|
117
|
+
# Required. The new [custom metric](https://cloud.google.com/monitoring/custom-metrics)
|
118
118
|
# descriptor.
|
119
119
|
class CreateMetricDescriptorRequest; end
|
120
120
|
|
121
121
|
# The `DeleteMetricDescriptor` request.
|
122
122
|
# @!attribute [rw] name
|
123
123
|
# @return [String]
|
124
|
-
# The metric descriptor on which to execute the request. The format is
|
124
|
+
# Required. The metric descriptor on which to execute the request. The format is
|
125
125
|
# `"projects/{project_id_or_number}/metricDescriptors/{metric_id}"`.
|
126
126
|
# An example of `{metric_id}` is:
|
127
127
|
# `"custom.googleapis.com/my_test_metric"`.
|
@@ -130,11 +130,11 @@ module Google
|
|
130
130
|
# The `ListTimeSeries` request.
|
131
131
|
# @!attribute [rw] name
|
132
132
|
# @return [String]
|
133
|
-
# The project on which to execute the request. The format is
|
133
|
+
# Required. The project on which to execute the request. The format is
|
134
134
|
# "projects/\\{project_id_or_number}".
|
135
135
|
# @!attribute [rw] filter
|
136
136
|
# @return [String]
|
137
|
-
# A [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters) that specifies which time
|
137
|
+
# Required. A [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters) that specifies which time
|
138
138
|
# series should be returned. The filter must specify a single metric type,
|
139
139
|
# and can additionally specify metric labels and other information. For
|
140
140
|
# example:
|
@@ -143,7 +143,7 @@ module Google
|
|
143
143
|
# metric.labels.instance_name = "my-instance-name"
|
144
144
|
# @!attribute [rw] interval
|
145
145
|
# @return [Google::Monitoring::V3::TimeInterval]
|
146
|
-
# The time interval for which results should be returned. Only time series
|
146
|
+
# Required. The time interval for which results should be returned. Only time series
|
147
147
|
# that contain data points in the specified interval are included
|
148
148
|
# in the response.
|
149
149
|
# @!attribute [rw] aggregation
|
@@ -159,7 +159,7 @@ module Google
|
|
159
159
|
# currently returned in reverse time order (most recent to oldest).
|
160
160
|
# @!attribute [rw] view
|
161
161
|
# @return [Google::Monitoring::V3::ListTimeSeriesRequest::TimeSeriesView]
|
162
|
-
# Specifies which information is returned about the time series.
|
162
|
+
# Required. Specifies which information is returned about the time series.
|
163
163
|
# @!attribute [rw] page_size
|
164
164
|
# @return [Integer]
|
165
165
|
# A positive number that is the maximum number of results to return. If
|
@@ -203,11 +203,11 @@ module Google
|
|
203
203
|
# The `CreateTimeSeries` request.
|
204
204
|
# @!attribute [rw] name
|
205
205
|
# @return [String]
|
206
|
-
# The project on which to execute the request. The format is
|
206
|
+
# Required. The project on which to execute the request. The format is
|
207
207
|
# `"projects/{project_id_or_number}"`.
|
208
208
|
# @!attribute [rw] time_series
|
209
209
|
# @return [Array<Google::Monitoring::V3::TimeSeries>]
|
210
|
-
# The new data to be added to a list of time series.
|
210
|
+
# Required. The new data to be added to a list of time series.
|
211
211
|
# Adds at most one data point to each of several time series. The new data
|
212
212
|
# point must be more recent than any other point in its time series. Each
|
213
213
|
# `TimeSeries` value must fully specify a unique time series by supplying
|
@@ -48,6 +48,9 @@ module Google
|
|
48
48
|
# @return [Array<Google::Monitoring::V3::ServiceTier>]
|
49
49
|
# The tiers that support this notification channel; the project service tier
|
50
50
|
# must be one of the supported_tiers.
|
51
|
+
# @!attribute [rw] launch_stage
|
52
|
+
# @return [Google::Api::LaunchStage]
|
53
|
+
# The product launch stage for channels of this type.
|
51
54
|
class NotificationChannelDescriptor; end
|
52
55
|
|
53
56
|
# A `NotificationChannel` is a medium through which an alert is
|
@@ -19,7 +19,7 @@ module Google
|
|
19
19
|
# The `ListNotificationChannelDescriptors` request.
|
20
20
|
# @!attribute [rw] name
|
21
21
|
# @return [String]
|
22
|
-
# The REST resource name of the parent from which to retrieve
|
22
|
+
# Required. The REST resource name of the parent from which to retrieve
|
23
23
|
# the notification channel descriptors. The expected syntax is:
|
24
24
|
#
|
25
25
|
# projects/[PROJECT_ID]
|
@@ -56,14 +56,14 @@ module Google
|
|
56
56
|
# The `GetNotificationChannelDescriptor` response.
|
57
57
|
# @!attribute [rw] name
|
58
58
|
# @return [String]
|
59
|
-
# The channel type for which to execute the request. The format is
|
59
|
+
# Required. The channel type for which to execute the request. The format is
|
60
60
|
# `projects/[PROJECT_ID]/notificationChannelDescriptors/{channel_type}`.
|
61
61
|
class GetNotificationChannelDescriptorRequest; end
|
62
62
|
|
63
63
|
# The `CreateNotificationChannel` request.
|
64
64
|
# @!attribute [rw] name
|
65
65
|
# @return [String]
|
66
|
-
# The project on which to execute the request. The format is:
|
66
|
+
# Required. The project on which to execute the request. The format is:
|
67
67
|
#
|
68
68
|
# projects/[PROJECT_ID]
|
69
69
|
#
|
@@ -73,13 +73,13 @@ module Google
|
|
73
73
|
# but will add `/notificationChannels/[CHANNEL_ID]` to identify the channel.
|
74
74
|
# @!attribute [rw] notification_channel
|
75
75
|
# @return [Google::Monitoring::V3::NotificationChannel]
|
76
|
-
# The definition of the `NotificationChannel` to create.
|
76
|
+
# Required. The definition of the `NotificationChannel` to create.
|
77
77
|
class CreateNotificationChannelRequest; end
|
78
78
|
|
79
79
|
# The `ListNotificationChannels` request.
|
80
80
|
# @!attribute [rw] name
|
81
81
|
# @return [String]
|
82
|
-
# The project on which to execute the request. The format is
|
82
|
+
# Required. The project on which to execute the request. The format is
|
83
83
|
# `projects/[PROJECT_ID]`. That is, this names the container
|
84
84
|
# in which to look for the notification channels; it does not name a
|
85
85
|
# specific channel. To query a specific channel by REST resource name, use
|
@@ -128,7 +128,7 @@ module Google
|
|
128
128
|
# The `GetNotificationChannel` request.
|
129
129
|
# @!attribute [rw] name
|
130
130
|
# @return [String]
|
131
|
-
# The channel for which to execute the request. The format is
|
131
|
+
# Required. The channel for which to execute the request. The format is
|
132
132
|
# `projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID]`.
|
133
133
|
class GetNotificationChannelRequest; end
|
134
134
|
|
@@ -138,7 +138,7 @@ module Google
|
|
138
138
|
# The fields to update.
|
139
139
|
# @!attribute [rw] notification_channel
|
140
140
|
# @return [Google::Monitoring::V3::NotificationChannel]
|
141
|
-
# A description of the changes to be applied to the specified
|
141
|
+
# Required. A description of the changes to be applied to the specified
|
142
142
|
# notification channel. The description must provide a definition for
|
143
143
|
# fields to be updated; the names of these fields should also be
|
144
144
|
# included in the `update_mask`.
|
@@ -147,7 +147,7 @@ module Google
|
|
147
147
|
# The `DeleteNotificationChannel` request.
|
148
148
|
# @!attribute [rw] name
|
149
149
|
# @return [String]
|
150
|
-
# The channel for which to execute the request. The format is
|
150
|
+
# Required. The channel for which to execute the request. The format is
|
151
151
|
# `projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID]`.
|
152
152
|
# @!attribute [rw] force
|
153
153
|
# @return [true, false]
|
@@ -160,13 +160,13 @@ module Google
|
|
160
160
|
# The `SendNotificationChannelVerificationCode` request.
|
161
161
|
# @!attribute [rw] name
|
162
162
|
# @return [String]
|
163
|
-
# The notification channel to which to send a verification code.
|
163
|
+
# Required. The notification channel to which to send a verification code.
|
164
164
|
class SendNotificationChannelVerificationCodeRequest; end
|
165
165
|
|
166
166
|
# The `GetNotificationChannelVerificationCode` request.
|
167
167
|
# @!attribute [rw] name
|
168
168
|
# @return [String]
|
169
|
-
# The notification channel for which a verification code is to be generated
|
169
|
+
# Required. The notification channel for which a verification code is to be generated
|
170
170
|
# and retrieved. This must name a channel that is already verified; if
|
171
171
|
# the specified channel is not verified, the request will fail.
|
172
172
|
# @!attribute [rw] expire_time
|
@@ -199,10 +199,10 @@ module Google
|
|
199
199
|
# The `VerifyNotificationChannel` request.
|
200
200
|
# @!attribute [rw] name
|
201
201
|
# @return [String]
|
202
|
-
# The notification channel to verify.
|
202
|
+
# Required. The notification channel to verify.
|
203
203
|
# @!attribute [rw] code
|
204
204
|
# @return [String]
|
205
|
-
# The verification code that was delivered to the channel as
|
205
|
+
# Required. The verification code that was delivered to the channel as
|
206
206
|
# a result of invoking the `SendNotificationChannelVerificationCode` API
|
207
207
|
# method or that was retrieved from a verified channel via
|
208
208
|
# `GetNotificationChannelVerificationCode`. For example, one might have
|
@@ -19,7 +19,7 @@ module Google
|
|
19
19
|
# The `CreateService` request.
|
20
20
|
# @!attribute [rw] parent
|
21
21
|
# @return [String]
|
22
|
-
# Resource name of the parent workspace.
|
22
|
+
# Required. Resource name of the parent workspace.
|
23
23
|
# Of the form `projects/{project_id}`.
|
24
24
|
# @!attribute [rw] service_id
|
25
25
|
# @return [String]
|
@@ -27,20 +27,20 @@ module Google
|
|
27
27
|
# generated instead. Must match the pattern [a-z0-9\-]+
|
28
28
|
# @!attribute [rw] service
|
29
29
|
# @return [Google::Monitoring::V3::Service]
|
30
|
-
# The `Service` to create.
|
30
|
+
# Required. The `Service` to create.
|
31
31
|
class CreateServiceRequest; end
|
32
32
|
|
33
33
|
# The `GetService` request.
|
34
34
|
# @!attribute [rw] name
|
35
35
|
# @return [String]
|
36
|
-
# Resource name of the `Service`.
|
36
|
+
# Required. Resource name of the `Service`.
|
37
37
|
# Of the form `projects/{project_id}/services/{service_id}`.
|
38
38
|
class GetServiceRequest; end
|
39
39
|
|
40
40
|
# The `ListServices` request.
|
41
41
|
# @!attribute [rw] parent
|
42
42
|
# @return [String]
|
43
|
-
# Resource name of the parent `Workspace`.
|
43
|
+
# Required. Resource name of the parent `Workspace`.
|
44
44
|
# Of the form `projects/{project_id}`.
|
45
45
|
# @!attribute [rw] filter
|
46
46
|
# @return [String]
|
@@ -84,7 +84,7 @@ module Google
|
|
84
84
|
# The `UpdateService` request.
|
85
85
|
# @!attribute [rw] service
|
86
86
|
# @return [Google::Monitoring::V3::Service]
|
87
|
-
# The `Service` to draw updates from.
|
87
|
+
# Required. The `Service` to draw updates from.
|
88
88
|
# The given `name` specifies the resource to update.
|
89
89
|
# @!attribute [rw] update_mask
|
90
90
|
# @return [Google::Protobuf::FieldMask]
|
@@ -94,14 +94,14 @@ module Google
|
|
94
94
|
# The `DeleteService` request.
|
95
95
|
# @!attribute [rw] name
|
96
96
|
# @return [String]
|
97
|
-
# Resource name of the `Service` to delete.
|
98
|
-
# Of the form `projects/{project_id}/
|
97
|
+
# Required. Resource name of the `Service` to delete.
|
98
|
+
# Of the form `projects/{project_id}/services/{service_id}`.
|
99
99
|
class DeleteServiceRequest; end
|
100
100
|
|
101
101
|
# The `CreateServiceLevelObjective` request.
|
102
102
|
# @!attribute [rw] parent
|
103
103
|
# @return [String]
|
104
|
-
# Resource name of the parent `Service`.
|
104
|
+
# Required. Resource name of the parent `Service`.
|
105
105
|
# Of the form `projects/{project_id}/services/{service_id}`.
|
106
106
|
# @!attribute [rw] service_level_objective_id
|
107
107
|
# @return [String]
|
@@ -110,7 +110,7 @@ module Google
|
|
110
110
|
# match the pattern [a-z0-9\-]+
|
111
111
|
# @!attribute [rw] service_level_objective
|
112
112
|
# @return [Google::Monitoring::V3::ServiceLevelObjective]
|
113
|
-
# The `ServiceLevelObjective` to create.
|
113
|
+
# Required. The `ServiceLevelObjective` to create.
|
114
114
|
# The provided `name` will be respected if no `ServiceLevelObjective` exists
|
115
115
|
# with this name.
|
116
116
|
class CreateServiceLevelObjectiveRequest; end
|
@@ -118,7 +118,7 @@ module Google
|
|
118
118
|
# The `GetServiceLevelObjective` request.
|
119
119
|
# @!attribute [rw] name
|
120
120
|
# @return [String]
|
121
|
-
# Resource name of the `ServiceLevelObjective` to get.
|
121
|
+
# Required. Resource name of the `ServiceLevelObjective` to get.
|
122
122
|
# Of the form
|
123
123
|
# `projects/{project_id}/services/{service_id}/serviceLevelObjectives/{slo_name}`.
|
124
124
|
# @!attribute [rw] view
|
@@ -132,7 +132,7 @@ module Google
|
|
132
132
|
# The `ListServiceLevelObjectives` request.
|
133
133
|
# @!attribute [rw] parent
|
134
134
|
# @return [String]
|
135
|
-
# Resource name of the parent `Service`.
|
135
|
+
# Required. Resource name of the parent `Service`.
|
136
136
|
# Of the form `projects/{project_id}/services/{service_id}`.
|
137
137
|
# @!attribute [rw] filter
|
138
138
|
# @return [String]
|
@@ -168,7 +168,7 @@ module Google
|
|
168
168
|
# The `UpdateServiceLevelObjective` request.
|
169
169
|
# @!attribute [rw] service_level_objective
|
170
170
|
# @return [Google::Monitoring::V3::ServiceLevelObjective]
|
171
|
-
# The `ServiceLevelObjective` to draw updates from.
|
171
|
+
# Required. The `ServiceLevelObjective` to draw updates from.
|
172
172
|
# The given `name` specifies the resource to update.
|
173
173
|
# @!attribute [rw] update_mask
|
174
174
|
# @return [Google::Protobuf::FieldMask]
|
@@ -178,7 +178,7 @@ module Google
|
|
178
178
|
# The `DeleteServiceLevelObjective` request.
|
179
179
|
# @!attribute [rw] name
|
180
180
|
# @return [String]
|
181
|
-
# Resource name of the `ServiceLevelObjective` to delete.
|
181
|
+
# Required. Resource name of the `ServiceLevelObjective` to delete.
|
182
182
|
# Of the form
|
183
183
|
# `projects/{project_id}/services/{service_id}/serviceLevelObjectives/{slo_name}`.
|
184
184
|
class DeleteServiceLevelObjectiveRequest; end
|
@@ -19,7 +19,7 @@ module Google
|
|
19
19
|
# The protocol for the `ListUptimeCheckConfigs` request.
|
20
20
|
# @!attribute [rw] parent
|
21
21
|
# @return [String]
|
22
|
-
# The project whose Uptime check configurations are listed. The format
|
22
|
+
# Required. The project whose Uptime check configurations are listed. The format
|
23
23
|
# is `projects/[PROJECT_ID]`.
|
24
24
|
# @!attribute [rw] page_size
|
25
25
|
# @return [Integer]
|
@@ -54,18 +54,18 @@ module Google
|
|
54
54
|
# The protocol for the `GetUptimeCheckConfig` request.
|
55
55
|
# @!attribute [rw] name
|
56
56
|
# @return [String]
|
57
|
-
# The Uptime check configuration to retrieve. The format
|
57
|
+
# Required. The Uptime check configuration to retrieve. The format
|
58
58
|
# is `projects/[PROJECT_ID]/uptimeCheckConfigs/[UPTIME_CHECK_ID]`.
|
59
59
|
class GetUptimeCheckConfigRequest; end
|
60
60
|
|
61
61
|
# The protocol for the `CreateUptimeCheckConfig` request.
|
62
62
|
# @!attribute [rw] parent
|
63
63
|
# @return [String]
|
64
|
-
# The project in which to create the Uptime check. The format
|
64
|
+
# Required. The project in which to create the Uptime check. The format
|
65
65
|
# is `projects/[PROJECT_ID]`.
|
66
66
|
# @!attribute [rw] uptime_check_config
|
67
67
|
# @return [Google::Monitoring::V3::UptimeCheckConfig]
|
68
|
-
# The new Uptime check configuration.
|
68
|
+
# Required. The new Uptime check configuration.
|
69
69
|
class CreateUptimeCheckConfigRequest; end
|
70
70
|
|
71
71
|
# The protocol for the `UpdateUptimeCheckConfig` request.
|
@@ -93,7 +93,7 @@ module Google
|
|
93
93
|
# The protocol for the `DeleteUptimeCheckConfig` request.
|
94
94
|
# @!attribute [rw] name
|
95
95
|
# @return [String]
|
96
|
-
# The Uptime check configuration to delete. The format
|
96
|
+
# Required. The Uptime check configuration to delete. The format
|
97
97
|
# is `projects/[PROJECT_ID]/uptimeCheckConfigs/[UPTIME_CHECK_ID]`.
|
98
98
|
class DeleteUptimeCheckConfigRequest; end
|
99
99
|
|
@@ -282,7 +282,7 @@ module Google
|
|
282
282
|
# Lists the existing groups.
|
283
283
|
#
|
284
284
|
# @param name [String]
|
285
|
-
# The project whose groups are to be listed. The format is
|
285
|
+
# Required. The project whose groups are to be listed. The format is
|
286
286
|
# `"projects/{project_id_or_number}"`.
|
287
287
|
# @param children_of_group [String]
|
288
288
|
# A group name: `"projects/{project_id_or_number}/groups/{group_id}"`.
|
@@ -358,7 +358,7 @@ module Google
|
|
358
358
|
# Gets a single group.
|
359
359
|
#
|
360
360
|
# @param name [String]
|
361
|
-
# The group to retrieve. The format is
|
361
|
+
# Required. The group to retrieve. The format is
|
362
362
|
# `"projects/{project_id_or_number}/groups/{group_id}"`.
|
363
363
|
# @param options [Google::Gax::CallOptions]
|
364
364
|
# Overrides the default settings for this call, e.g, timeout,
|
@@ -389,10 +389,10 @@ module Google
|
|
389
389
|
# Creates a new group.
|
390
390
|
#
|
391
391
|
# @param name [String]
|
392
|
-
# The project in which to create the group. The format is
|
392
|
+
# Required. The project in which to create the group. The format is
|
393
393
|
# `"projects/{project_id_or_number}"`.
|
394
394
|
# @param group [Google::Monitoring::V3::Group | Hash]
|
395
|
-
# A group definition. It is an error to define the `name` field because
|
395
|
+
# Required. A group definition. It is an error to define the `name` field because
|
396
396
|
# the system assigns the name.
|
397
397
|
# A hash of the same form as `Google::Monitoring::V3::Group`
|
398
398
|
# can also be provided.
|
@@ -435,7 +435,7 @@ module Google
|
|
435
435
|
# You can change any group attributes except `name`.
|
436
436
|
#
|
437
437
|
# @param group [Google::Monitoring::V3::Group | Hash]
|
438
|
-
# The new definition of the group. All fields of the existing group,
|
438
|
+
# Required. The new definition of the group. All fields of the existing group,
|
439
439
|
# excepting `name`, are replaced with the corresponding fields of this group.
|
440
440
|
# A hash of the same form as `Google::Monitoring::V3::Group`
|
441
441
|
# can also be provided.
|
@@ -474,7 +474,7 @@ module Google
|
|
474
474
|
# Deletes an existing group.
|
475
475
|
#
|
476
476
|
# @param name [String]
|
477
|
-
# The group to delete. The format is
|
477
|
+
# Required. The group to delete. The format is
|
478
478
|
# `"projects/{project_id_or_number}/groups/{group_id}"`.
|
479
479
|
# @param recursive [true, false]
|
480
480
|
# If this field is true, then the request means to delete a group with all
|
@@ -511,7 +511,7 @@ module Google
|
|
511
511
|
# Lists the monitored resources that are members of a group.
|
512
512
|
#
|
513
513
|
# @param name [String]
|
514
|
-
# The group whose members are listed. The format is
|
514
|
+
# Required. The group whose members are listed. The format is
|
515
515
|
# `"projects/{project_id_or_number}/groups/{group_id}"`.
|
516
516
|
# @param page_size [Integer]
|
517
517
|
# The maximum number of resources contained in the underlying API
|