google-api-client 0.16.0 → 0.17.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +18 -0
- data/generated/google/apis/adexchangebuyer2_v2beta1.rb +1 -1
- data/generated/google/apis/adexchangebuyer2_v2beta1/classes.rb +13 -0
- data/generated/google/apis/adexchangebuyer2_v2beta1/representations.rb +1 -0
- data/generated/google/apis/adexchangebuyer2_v2beta1/service.rb +6 -1
- data/generated/google/apis/bigquery_v2.rb +1 -1
- data/generated/google/apis/bigquery_v2/classes.rb +1 -1
- data/generated/google/apis/cloudfunctions_v1.rb +1 -1
- data/generated/google/apis/cloudfunctions_v1/classes.rb +13 -1
- data/generated/google/apis/cloudfunctions_v1/representations.rb +2 -0
- data/generated/google/apis/cloudfunctions_v1beta2.rb +1 -1
- data/generated/google/apis/cloudfunctions_v1beta2/classes.rb +13 -1
- data/generated/google/apis/cloudfunctions_v1beta2/representations.rb +2 -0
- data/generated/google/apis/container_v1beta1.rb +1 -1
- data/generated/google/apis/container_v1beta1/classes.rb +52 -0
- data/generated/google/apis/container_v1beta1/representations.rb +17 -0
- data/generated/google/apis/container_v1beta1/service.rb +78 -0
- data/generated/google/apis/content_v2.rb +1 -1
- data/generated/google/apis/content_v2/classes.rb +6 -11
- data/generated/google/apis/content_v2/representations.rb +0 -1
- data/generated/google/apis/content_v2sandbox.rb +1 -1
- data/generated/google/apis/content_v2sandbox/classes.rb +6 -11
- data/generated/google/apis/content_v2sandbox/representations.rb +0 -1
- data/generated/google/apis/dataproc_v1.rb +1 -1
- data/generated/google/apis/dataproc_v1/service.rb +3 -3
- data/generated/google/apis/dataproc_v1beta2.rb +1 -1
- data/generated/google/apis/dataproc_v1beta2/service.rb +3 -3
- data/generated/google/apis/videointelligence_v1beta1.rb +1 -1
- data/generated/google/apis/videointelligence_v1beta1/classes.rb +149 -51
- data/generated/google/apis/videointelligence_v1beta1/representations.rb +66 -16
- data/generated/google/apis/vision_v1.rb +1 -1
- data/generated/google/apis/vision_v1/classes.rb +439 -563
- data/generated/google/apis/vision_v1/representations.rb +178 -178
- data/generated/google/apis/vision_v1/service.rb +8 -8
- data/generated/google/apis/youtube_partner_v1.rb +1 -1
- data/generated/google/apis/youtube_v3.rb +1 -1
- data/lib/google/apis/version.rb +1 -1
- metadata +2 -6
- data/generated/google/apis/cloudmonitoring_v2beta2.rb +0 -37
- data/generated/google/apis/cloudmonitoring_v2beta2/classes.rb +0 -679
- data/generated/google/apis/cloudmonitoring_v2beta2/representations.rb +0 -353
- data/generated/google/apis/cloudmonitoring_v2beta2/service.rb +0 -453
@@ -50,7 +50,7 @@ module Google
|
|
50
50
|
end
|
51
51
|
|
52
52
|
# Run image detection and annotation for a batch of images.
|
53
|
-
# @param [Google::Apis::VisionV1::
|
53
|
+
# @param [Google::Apis::VisionV1::GoogleCloudVisionV1BatchAnnotateImagesRequest] google_cloud_vision_v1_batch_annotate_images_request_object
|
54
54
|
# @param [String] fields
|
55
55
|
# Selector specifying which fields to include in a partial response.
|
56
56
|
# @param [String] quota_user
|
@@ -60,20 +60,20 @@ module Google
|
|
60
60
|
# Request-specific options
|
61
61
|
#
|
62
62
|
# @yield [result, err] Result & error if block supplied
|
63
|
-
# @yieldparam result [Google::Apis::VisionV1::
|
63
|
+
# @yieldparam result [Google::Apis::VisionV1::GoogleCloudVisionV1BatchAnnotateImagesResponse] parsed result object
|
64
64
|
# @yieldparam err [StandardError] error object if request failed
|
65
65
|
#
|
66
|
-
# @return [Google::Apis::VisionV1::
|
66
|
+
# @return [Google::Apis::VisionV1::GoogleCloudVisionV1BatchAnnotateImagesResponse]
|
67
67
|
#
|
68
68
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
69
69
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
70
70
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
71
|
-
def annotate_image(
|
71
|
+
def annotate_image(google_cloud_vision_v1_batch_annotate_images_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
72
72
|
command = make_simple_command(:post, 'v1/images:annotate', options)
|
73
|
-
command.request_representation = Google::Apis::VisionV1::
|
74
|
-
command.request_object =
|
75
|
-
command.response_representation = Google::Apis::VisionV1::
|
76
|
-
command.response_class = Google::Apis::VisionV1::
|
73
|
+
command.request_representation = Google::Apis::VisionV1::GoogleCloudVisionV1BatchAnnotateImagesRequest::Representation
|
74
|
+
command.request_object = google_cloud_vision_v1_batch_annotate_images_request_object
|
75
|
+
command.response_representation = Google::Apis::VisionV1::GoogleCloudVisionV1BatchAnnotateImagesResponse::Representation
|
76
|
+
command.response_class = Google::Apis::VisionV1::GoogleCloudVisionV1BatchAnnotateImagesResponse
|
77
77
|
command.query['fields'] = fields unless fields.nil?
|
78
78
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
79
79
|
execute_or_queue_command(command, &block)
|
@@ -25,7 +25,7 @@ module Google
|
|
25
25
|
# @see https://developers.google.com/youtube/partner/
|
26
26
|
module YoutubePartnerV1
|
27
27
|
VERSION = 'V1'
|
28
|
-
REVISION = '
|
28
|
+
REVISION = '20171030'
|
29
29
|
|
30
30
|
# View and manage your assets and associated content on YouTube
|
31
31
|
AUTH_YOUTUBEPARTNER = 'https://www.googleapis.com/auth/youtubepartner'
|
data/lib/google/apis/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-api-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.17.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Steven Bazyl
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2017-11-
|
14
|
+
date: 2017-11-06 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: representable
|
@@ -370,10 +370,6 @@ files:
|
|
370
370
|
- generated/google/apis/cloudkms_v1/classes.rb
|
371
371
|
- generated/google/apis/cloudkms_v1/representations.rb
|
372
372
|
- generated/google/apis/cloudkms_v1/service.rb
|
373
|
-
- generated/google/apis/cloudmonitoring_v2beta2.rb
|
374
|
-
- generated/google/apis/cloudmonitoring_v2beta2/classes.rb
|
375
|
-
- generated/google/apis/cloudmonitoring_v2beta2/representations.rb
|
376
|
-
- generated/google/apis/cloudmonitoring_v2beta2/service.rb
|
377
373
|
- generated/google/apis/cloudresourcemanager_v1.rb
|
378
374
|
- generated/google/apis/cloudresourcemanager_v1/classes.rb
|
379
375
|
- generated/google/apis/cloudresourcemanager_v1/representations.rb
|
@@ -1,37 +0,0 @@
|
|
1
|
-
# Copyright 2015 Google Inc.
|
2
|
-
#
|
3
|
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
-
# you may not use this file except in compliance with the License.
|
5
|
-
# You may obtain a copy of the License at
|
6
|
-
#
|
7
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
-
#
|
9
|
-
# Unless required by applicable law or agreed to in writing, software
|
10
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
-
# See the License for the specific language governing permissions and
|
13
|
-
# limitations under the License.
|
14
|
-
|
15
|
-
require 'google/apis/cloudmonitoring_v2beta2/service.rb'
|
16
|
-
require 'google/apis/cloudmonitoring_v2beta2/classes.rb'
|
17
|
-
require 'google/apis/cloudmonitoring_v2beta2/representations.rb'
|
18
|
-
|
19
|
-
module Google
|
20
|
-
module Apis
|
21
|
-
# Cloud Monitoring API
|
22
|
-
#
|
23
|
-
# Accesses Google Cloud Monitoring data.
|
24
|
-
#
|
25
|
-
# @see https://cloud.google.com/monitoring/v2beta2/
|
26
|
-
module CloudmonitoringV2beta2
|
27
|
-
VERSION = 'V2beta2'
|
28
|
-
REVISION = '20170501'
|
29
|
-
|
30
|
-
# View and manage your data across Google Cloud Platform services
|
31
|
-
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
32
|
-
|
33
|
-
# View and write monitoring data for all of your Google and third-party Cloud and API projects
|
34
|
-
AUTH_MONITORING = 'https://www.googleapis.com/auth/monitoring'
|
35
|
-
end
|
36
|
-
end
|
37
|
-
end
|
@@ -1,679 +0,0 @@
|
|
1
|
-
# Copyright 2015 Google Inc.
|
2
|
-
#
|
3
|
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
-
# you may not use this file except in compliance with the License.
|
5
|
-
# You may obtain a copy of the License at
|
6
|
-
#
|
7
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
-
#
|
9
|
-
# Unless required by applicable law or agreed to in writing, software
|
10
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
-
# See the License for the specific language governing permissions and
|
13
|
-
# limitations under the License.
|
14
|
-
|
15
|
-
require 'date'
|
16
|
-
require 'google/apis/core/base_service'
|
17
|
-
require 'google/apis/core/json_representation'
|
18
|
-
require 'google/apis/core/hashable'
|
19
|
-
require 'google/apis/errors'
|
20
|
-
|
21
|
-
module Google
|
22
|
-
module Apis
|
23
|
-
module CloudmonitoringV2beta2
|
24
|
-
|
25
|
-
# The response of cloudmonitoring.metricDescriptors.delete.
|
26
|
-
class DeleteMetricDescriptorResponse
|
27
|
-
include Google::Apis::Core::Hashable
|
28
|
-
|
29
|
-
# Identifies what kind of resource this is. Value: the fixed string "
|
30
|
-
# cloudmonitoring#deleteMetricDescriptorResponse".
|
31
|
-
# Corresponds to the JSON property `kind`
|
32
|
-
# @return [String]
|
33
|
-
attr_accessor :kind
|
34
|
-
|
35
|
-
def initialize(**args)
|
36
|
-
update!(**args)
|
37
|
-
end
|
38
|
-
|
39
|
-
# Update properties of this object
|
40
|
-
def update!(**args)
|
41
|
-
@kind = args[:kind] if args.key?(:kind)
|
42
|
-
end
|
43
|
-
end
|
44
|
-
|
45
|
-
# The request of cloudmonitoring.metricDescriptors.list.
|
46
|
-
class ListMetricDescriptorsRequest
|
47
|
-
include Google::Apis::Core::Hashable
|
48
|
-
|
49
|
-
# Identifies what kind of resource this is. Value: the fixed string "
|
50
|
-
# cloudmonitoring#listMetricDescriptorsRequest".
|
51
|
-
# Corresponds to the JSON property `kind`
|
52
|
-
# @return [String]
|
53
|
-
attr_accessor :kind
|
54
|
-
|
55
|
-
def initialize(**args)
|
56
|
-
update!(**args)
|
57
|
-
end
|
58
|
-
|
59
|
-
# Update properties of this object
|
60
|
-
def update!(**args)
|
61
|
-
@kind = args[:kind] if args.key?(:kind)
|
62
|
-
end
|
63
|
-
end
|
64
|
-
|
65
|
-
# The response of cloudmonitoring.metricDescriptors.list.
|
66
|
-
class ListMetricDescriptorsResponse
|
67
|
-
include Google::Apis::Core::Hashable
|
68
|
-
|
69
|
-
# Identifies what kind of resource this is. Value: the fixed string "
|
70
|
-
# cloudmonitoring#listMetricDescriptorsResponse".
|
71
|
-
# Corresponds to the JSON property `kind`
|
72
|
-
# @return [String]
|
73
|
-
attr_accessor :kind
|
74
|
-
|
75
|
-
# The returned metric descriptors.
|
76
|
-
# Corresponds to the JSON property `metrics`
|
77
|
-
# @return [Array<Google::Apis::CloudmonitoringV2beta2::MetricDescriptor>]
|
78
|
-
attr_accessor :metrics
|
79
|
-
|
80
|
-
# Pagination token. If present, indicates that additional results are available
|
81
|
-
# for retrieval. To access the results past the pagination limit, pass this
|
82
|
-
# value to the pageToken query parameter.
|
83
|
-
# Corresponds to the JSON property `nextPageToken`
|
84
|
-
# @return [String]
|
85
|
-
attr_accessor :next_page_token
|
86
|
-
|
87
|
-
def initialize(**args)
|
88
|
-
update!(**args)
|
89
|
-
end
|
90
|
-
|
91
|
-
# Update properties of this object
|
92
|
-
def update!(**args)
|
93
|
-
@kind = args[:kind] if args.key?(:kind)
|
94
|
-
@metrics = args[:metrics] if args.key?(:metrics)
|
95
|
-
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
96
|
-
end
|
97
|
-
end
|
98
|
-
|
99
|
-
# The request of cloudmonitoring.timeseriesDescriptors.list
|
100
|
-
class ListTimeseriesDescriptorsRequest
|
101
|
-
include Google::Apis::Core::Hashable
|
102
|
-
|
103
|
-
# Identifies what kind of resource this is. Value: the fixed string "
|
104
|
-
# cloudmonitoring#listTimeseriesDescriptorsRequest".
|
105
|
-
# Corresponds to the JSON property `kind`
|
106
|
-
# @return [String]
|
107
|
-
attr_accessor :kind
|
108
|
-
|
109
|
-
def initialize(**args)
|
110
|
-
update!(**args)
|
111
|
-
end
|
112
|
-
|
113
|
-
# Update properties of this object
|
114
|
-
def update!(**args)
|
115
|
-
@kind = args[:kind] if args.key?(:kind)
|
116
|
-
end
|
117
|
-
end
|
118
|
-
|
119
|
-
# The response of cloudmonitoring.timeseriesDescriptors.list
|
120
|
-
class ListTimeseriesDescriptorsResponse
|
121
|
-
include Google::Apis::Core::Hashable
|
122
|
-
|
123
|
-
# Identifies what kind of resource this is. Value: the fixed string "
|
124
|
-
# cloudmonitoring#listTimeseriesDescriptorsResponse".
|
125
|
-
# Corresponds to the JSON property `kind`
|
126
|
-
# @return [String]
|
127
|
-
attr_accessor :kind
|
128
|
-
|
129
|
-
# Pagination token. If present, indicates that additional results are available
|
130
|
-
# for retrieval. To access the results past the pagination limit, set this value
|
131
|
-
# to the pageToken query parameter.
|
132
|
-
# Corresponds to the JSON property `nextPageToken`
|
133
|
-
# @return [String]
|
134
|
-
attr_accessor :next_page_token
|
135
|
-
|
136
|
-
# The oldest timestamp of the interval of this query, as an RFC 3339 string.
|
137
|
-
# Corresponds to the JSON property `oldest`
|
138
|
-
# @return [DateTime]
|
139
|
-
attr_accessor :oldest
|
140
|
-
|
141
|
-
# The returned time series descriptors.
|
142
|
-
# Corresponds to the JSON property `timeseries`
|
143
|
-
# @return [Array<Google::Apis::CloudmonitoringV2beta2::TimeseriesDescriptor>]
|
144
|
-
attr_accessor :timeseries
|
145
|
-
|
146
|
-
# The youngest timestamp of the interval of this query, as an RFC 3339 string.
|
147
|
-
# Corresponds to the JSON property `youngest`
|
148
|
-
# @return [DateTime]
|
149
|
-
attr_accessor :youngest
|
150
|
-
|
151
|
-
def initialize(**args)
|
152
|
-
update!(**args)
|
153
|
-
end
|
154
|
-
|
155
|
-
# Update properties of this object
|
156
|
-
def update!(**args)
|
157
|
-
@kind = args[:kind] if args.key?(:kind)
|
158
|
-
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
159
|
-
@oldest = args[:oldest] if args.key?(:oldest)
|
160
|
-
@timeseries = args[:timeseries] if args.key?(:timeseries)
|
161
|
-
@youngest = args[:youngest] if args.key?(:youngest)
|
162
|
-
end
|
163
|
-
end
|
164
|
-
|
165
|
-
# The request of cloudmonitoring.timeseries.list
|
166
|
-
class ListTimeseriesRequest
|
167
|
-
include Google::Apis::Core::Hashable
|
168
|
-
|
169
|
-
# Identifies what kind of resource this is. Value: the fixed string "
|
170
|
-
# cloudmonitoring#listTimeseriesRequest".
|
171
|
-
# Corresponds to the JSON property `kind`
|
172
|
-
# @return [String]
|
173
|
-
attr_accessor :kind
|
174
|
-
|
175
|
-
def initialize(**args)
|
176
|
-
update!(**args)
|
177
|
-
end
|
178
|
-
|
179
|
-
# Update properties of this object
|
180
|
-
def update!(**args)
|
181
|
-
@kind = args[:kind] if args.key?(:kind)
|
182
|
-
end
|
183
|
-
end
|
184
|
-
|
185
|
-
# The response of cloudmonitoring.timeseries.list
|
186
|
-
class ListTimeseriesResponse
|
187
|
-
include Google::Apis::Core::Hashable
|
188
|
-
|
189
|
-
# Identifies what kind of resource this is. Value: the fixed string "
|
190
|
-
# cloudmonitoring#listTimeseriesResponse".
|
191
|
-
# Corresponds to the JSON property `kind`
|
192
|
-
# @return [String]
|
193
|
-
attr_accessor :kind
|
194
|
-
|
195
|
-
# Pagination token. If present, indicates that additional results are available
|
196
|
-
# for retrieval. To access the results past the pagination limit, set the
|
197
|
-
# pageToken query parameter to this value. All of the points of a time series
|
198
|
-
# will be returned before returning any point of the subsequent time series.
|
199
|
-
# Corresponds to the JSON property `nextPageToken`
|
200
|
-
# @return [String]
|
201
|
-
attr_accessor :next_page_token
|
202
|
-
|
203
|
-
# The oldest timestamp of the interval of this query as an RFC 3339 string.
|
204
|
-
# Corresponds to the JSON property `oldest`
|
205
|
-
# @return [DateTime]
|
206
|
-
attr_accessor :oldest
|
207
|
-
|
208
|
-
# The returned time series.
|
209
|
-
# Corresponds to the JSON property `timeseries`
|
210
|
-
# @return [Array<Google::Apis::CloudmonitoringV2beta2::Timeseries>]
|
211
|
-
attr_accessor :timeseries
|
212
|
-
|
213
|
-
# The youngest timestamp of the interval of this query as an RFC 3339 string.
|
214
|
-
# Corresponds to the JSON property `youngest`
|
215
|
-
# @return [DateTime]
|
216
|
-
attr_accessor :youngest
|
217
|
-
|
218
|
-
def initialize(**args)
|
219
|
-
update!(**args)
|
220
|
-
end
|
221
|
-
|
222
|
-
# Update properties of this object
|
223
|
-
def update!(**args)
|
224
|
-
@kind = args[:kind] if args.key?(:kind)
|
225
|
-
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
226
|
-
@oldest = args[:oldest] if args.key?(:oldest)
|
227
|
-
@timeseries = args[:timeseries] if args.key?(:timeseries)
|
228
|
-
@youngest = args[:youngest] if args.key?(:youngest)
|
229
|
-
end
|
230
|
-
end
|
231
|
-
|
232
|
-
# A metricDescriptor defines the name, label keys, and data type of a particular
|
233
|
-
# metric.
|
234
|
-
class MetricDescriptor
|
235
|
-
include Google::Apis::Core::Hashable
|
236
|
-
|
237
|
-
# Description of this metric.
|
238
|
-
# Corresponds to the JSON property `description`
|
239
|
-
# @return [String]
|
240
|
-
attr_accessor :description
|
241
|
-
|
242
|
-
# Labels defined for this metric.
|
243
|
-
# Corresponds to the JSON property `labels`
|
244
|
-
# @return [Array<Google::Apis::CloudmonitoringV2beta2::MetricDescriptorLabelDescriptor>]
|
245
|
-
attr_accessor :labels
|
246
|
-
|
247
|
-
# The name of this metric.
|
248
|
-
# Corresponds to the JSON property `name`
|
249
|
-
# @return [String]
|
250
|
-
attr_accessor :name
|
251
|
-
|
252
|
-
# The project ID to which the metric belongs.
|
253
|
-
# Corresponds to the JSON property `project`
|
254
|
-
# @return [String]
|
255
|
-
attr_accessor :project
|
256
|
-
|
257
|
-
# A type in a metric contains information about how the metric is collected and
|
258
|
-
# what its data points look like.
|
259
|
-
# Corresponds to the JSON property `typeDescriptor`
|
260
|
-
# @return [Google::Apis::CloudmonitoringV2beta2::MetricDescriptorTypeDescriptor]
|
261
|
-
attr_accessor :type_descriptor
|
262
|
-
|
263
|
-
def initialize(**args)
|
264
|
-
update!(**args)
|
265
|
-
end
|
266
|
-
|
267
|
-
# Update properties of this object
|
268
|
-
def update!(**args)
|
269
|
-
@description = args[:description] if args.key?(:description)
|
270
|
-
@labels = args[:labels] if args.key?(:labels)
|
271
|
-
@name = args[:name] if args.key?(:name)
|
272
|
-
@project = args[:project] if args.key?(:project)
|
273
|
-
@type_descriptor = args[:type_descriptor] if args.key?(:type_descriptor)
|
274
|
-
end
|
275
|
-
end
|
276
|
-
|
277
|
-
# A label in a metric is a description of this metric, including the key of this
|
278
|
-
# description (what the description is), and the value for this description.
|
279
|
-
class MetricDescriptorLabelDescriptor
|
280
|
-
include Google::Apis::Core::Hashable
|
281
|
-
|
282
|
-
# Label description.
|
283
|
-
# Corresponds to the JSON property `description`
|
284
|
-
# @return [String]
|
285
|
-
attr_accessor :description
|
286
|
-
|
287
|
-
# Label key.
|
288
|
-
# Corresponds to the JSON property `key`
|
289
|
-
# @return [String]
|
290
|
-
attr_accessor :key
|
291
|
-
|
292
|
-
def initialize(**args)
|
293
|
-
update!(**args)
|
294
|
-
end
|
295
|
-
|
296
|
-
# Update properties of this object
|
297
|
-
def update!(**args)
|
298
|
-
@description = args[:description] if args.key?(:description)
|
299
|
-
@key = args[:key] if args.key?(:key)
|
300
|
-
end
|
301
|
-
end
|
302
|
-
|
303
|
-
# A type in a metric contains information about how the metric is collected and
|
304
|
-
# what its data points look like.
|
305
|
-
class MetricDescriptorTypeDescriptor
|
306
|
-
include Google::Apis::Core::Hashable
|
307
|
-
|
308
|
-
# The method of collecting data for the metric. See Metric types.
|
309
|
-
# Corresponds to the JSON property `metricType`
|
310
|
-
# @return [String]
|
311
|
-
attr_accessor :metric_type
|
312
|
-
|
313
|
-
# The data type of of individual points in the metric's time series. See Metric
|
314
|
-
# value types.
|
315
|
-
# Corresponds to the JSON property `valueType`
|
316
|
-
# @return [String]
|
317
|
-
attr_accessor :value_type
|
318
|
-
|
319
|
-
def initialize(**args)
|
320
|
-
update!(**args)
|
321
|
-
end
|
322
|
-
|
323
|
-
# Update properties of this object
|
324
|
-
def update!(**args)
|
325
|
-
@metric_type = args[:metric_type] if args.key?(:metric_type)
|
326
|
-
@value_type = args[:value_type] if args.key?(:value_type)
|
327
|
-
end
|
328
|
-
end
|
329
|
-
|
330
|
-
# Point is a single point in a time series. It consists of a start time, an end
|
331
|
-
# time, and a value.
|
332
|
-
class Point
|
333
|
-
include Google::Apis::Core::Hashable
|
334
|
-
|
335
|
-
# The value of this data point. Either "true" or "false".
|
336
|
-
# Corresponds to the JSON property `boolValue`
|
337
|
-
# @return [Boolean]
|
338
|
-
attr_accessor :bool_value
|
339
|
-
alias_method :bool_value?, :bool_value
|
340
|
-
|
341
|
-
# Distribution data point value type. When writing distribution points, try to
|
342
|
-
# be consistent with the boundaries of your buckets. If you must modify the
|
343
|
-
# bucket boundaries, then do so by merging, partitioning, or appending rather
|
344
|
-
# than skewing them.
|
345
|
-
# Corresponds to the JSON property `distributionValue`
|
346
|
-
# @return [Google::Apis::CloudmonitoringV2beta2::PointDistribution]
|
347
|
-
attr_accessor :distribution_value
|
348
|
-
|
349
|
-
# The value of this data point as a double-precision floating-point number.
|
350
|
-
# Corresponds to the JSON property `doubleValue`
|
351
|
-
# @return [Float]
|
352
|
-
attr_accessor :double_value
|
353
|
-
|
354
|
-
# The interval [start, end] is the time period to which the point's value
|
355
|
-
# applies. For gauge metrics, whose values are instantaneous measurements, this
|
356
|
-
# interval should be empty (start should equal end). For cumulative metrics (of
|
357
|
-
# which deltas and rates are special cases), the interval should be non-empty.
|
358
|
-
# Both start and end are RFC 3339 strings.
|
359
|
-
# Corresponds to the JSON property `end`
|
360
|
-
# @return [DateTime]
|
361
|
-
attr_accessor :end
|
362
|
-
|
363
|
-
# The value of this data point as a 64-bit integer.
|
364
|
-
# Corresponds to the JSON property `int64Value`
|
365
|
-
# @return [Fixnum]
|
366
|
-
attr_accessor :int64_value
|
367
|
-
|
368
|
-
# The interval [start, end] is the time period to which the point's value
|
369
|
-
# applies. For gauge metrics, whose values are instantaneous measurements, this
|
370
|
-
# interval should be empty (start should equal end). For cumulative metrics (of
|
371
|
-
# which deltas and rates are special cases), the interval should be non-empty.
|
372
|
-
# Both start and end are RFC 3339 strings.
|
373
|
-
# Corresponds to the JSON property `start`
|
374
|
-
# @return [DateTime]
|
375
|
-
attr_accessor :start
|
376
|
-
|
377
|
-
# The value of this data point in string format.
|
378
|
-
# Corresponds to the JSON property `stringValue`
|
379
|
-
# @return [String]
|
380
|
-
attr_accessor :string_value
|
381
|
-
|
382
|
-
def initialize(**args)
|
383
|
-
update!(**args)
|
384
|
-
end
|
385
|
-
|
386
|
-
# Update properties of this object
|
387
|
-
def update!(**args)
|
388
|
-
@bool_value = args[:bool_value] if args.key?(:bool_value)
|
389
|
-
@distribution_value = args[:distribution_value] if args.key?(:distribution_value)
|
390
|
-
@double_value = args[:double_value] if args.key?(:double_value)
|
391
|
-
@end = args[:end] if args.key?(:end)
|
392
|
-
@int64_value = args[:int64_value] if args.key?(:int64_value)
|
393
|
-
@start = args[:start] if args.key?(:start)
|
394
|
-
@string_value = args[:string_value] if args.key?(:string_value)
|
395
|
-
end
|
396
|
-
end
|
397
|
-
|
398
|
-
# Distribution data point value type. When writing distribution points, try to
|
399
|
-
# be consistent with the boundaries of your buckets. If you must modify the
|
400
|
-
# bucket boundaries, then do so by merging, partitioning, or appending rather
|
401
|
-
# than skewing them.
|
402
|
-
class PointDistribution
|
403
|
-
include Google::Apis::Core::Hashable
|
404
|
-
|
405
|
-
# The finite buckets.
|
406
|
-
# Corresponds to the JSON property `buckets`
|
407
|
-
# @return [Array<Google::Apis::CloudmonitoringV2beta2::PointDistributionBucket>]
|
408
|
-
attr_accessor :buckets
|
409
|
-
|
410
|
-
# The overflow bucket is a special bucket that does not have the upperBound
|
411
|
-
# field; it includes all of the events that are no less than its lower bound.
|
412
|
-
# Corresponds to the JSON property `overflowBucket`
|
413
|
-
# @return [Google::Apis::CloudmonitoringV2beta2::PointDistributionOverflowBucket]
|
414
|
-
attr_accessor :overflow_bucket
|
415
|
-
|
416
|
-
# The underflow bucket is a special bucket that does not have the lowerBound
|
417
|
-
# field; it includes all of the events that are less than its upper bound.
|
418
|
-
# Corresponds to the JSON property `underflowBucket`
|
419
|
-
# @return [Google::Apis::CloudmonitoringV2beta2::PointDistributionUnderflowBucket]
|
420
|
-
attr_accessor :underflow_bucket
|
421
|
-
|
422
|
-
def initialize(**args)
|
423
|
-
update!(**args)
|
424
|
-
end
|
425
|
-
|
426
|
-
# Update properties of this object
|
427
|
-
def update!(**args)
|
428
|
-
@buckets = args[:buckets] if args.key?(:buckets)
|
429
|
-
@overflow_bucket = args[:overflow_bucket] if args.key?(:overflow_bucket)
|
430
|
-
@underflow_bucket = args[:underflow_bucket] if args.key?(:underflow_bucket)
|
431
|
-
end
|
432
|
-
end
|
433
|
-
|
434
|
-
# The histogram's bucket. Buckets that form the histogram of a distribution
|
435
|
-
# value. If the upper bound of a bucket, say U1, does not equal the lower bound
|
436
|
-
# of the next bucket, say L2, this means that there is no event in [U1, L2).
|
437
|
-
class PointDistributionBucket
|
438
|
-
include Google::Apis::Core::Hashable
|
439
|
-
|
440
|
-
# The number of events whose values are in the interval defined by this bucket.
|
441
|
-
# Corresponds to the JSON property `count`
|
442
|
-
# @return [Fixnum]
|
443
|
-
attr_accessor :count
|
444
|
-
|
445
|
-
# The lower bound of the value interval of this bucket (inclusive).
|
446
|
-
# Corresponds to the JSON property `lowerBound`
|
447
|
-
# @return [Float]
|
448
|
-
attr_accessor :lower_bound
|
449
|
-
|
450
|
-
# The upper bound of the value interval of this bucket (exclusive).
|
451
|
-
# Corresponds to the JSON property `upperBound`
|
452
|
-
# @return [Float]
|
453
|
-
attr_accessor :upper_bound
|
454
|
-
|
455
|
-
def initialize(**args)
|
456
|
-
update!(**args)
|
457
|
-
end
|
458
|
-
|
459
|
-
# Update properties of this object
|
460
|
-
def update!(**args)
|
461
|
-
@count = args[:count] if args.key?(:count)
|
462
|
-
@lower_bound = args[:lower_bound] if args.key?(:lower_bound)
|
463
|
-
@upper_bound = args[:upper_bound] if args.key?(:upper_bound)
|
464
|
-
end
|
465
|
-
end
|
466
|
-
|
467
|
-
# The overflow bucket is a special bucket that does not have the upperBound
|
468
|
-
# field; it includes all of the events that are no less than its lower bound.
|
469
|
-
class PointDistributionOverflowBucket
|
470
|
-
include Google::Apis::Core::Hashable
|
471
|
-
|
472
|
-
# The number of events whose values are in the interval defined by this bucket.
|
473
|
-
# Corresponds to the JSON property `count`
|
474
|
-
# @return [Fixnum]
|
475
|
-
attr_accessor :count
|
476
|
-
|
477
|
-
# The lower bound of the value interval of this bucket (inclusive).
|
478
|
-
# Corresponds to the JSON property `lowerBound`
|
479
|
-
# @return [Float]
|
480
|
-
attr_accessor :lower_bound
|
481
|
-
|
482
|
-
def initialize(**args)
|
483
|
-
update!(**args)
|
484
|
-
end
|
485
|
-
|
486
|
-
# Update properties of this object
|
487
|
-
def update!(**args)
|
488
|
-
@count = args[:count] if args.key?(:count)
|
489
|
-
@lower_bound = args[:lower_bound] if args.key?(:lower_bound)
|
490
|
-
end
|
491
|
-
end
|
492
|
-
|
493
|
-
# The underflow bucket is a special bucket that does not have the lowerBound
|
494
|
-
# field; it includes all of the events that are less than its upper bound.
|
495
|
-
class PointDistributionUnderflowBucket
|
496
|
-
include Google::Apis::Core::Hashable
|
497
|
-
|
498
|
-
# The number of events whose values are in the interval defined by this bucket.
|
499
|
-
# Corresponds to the JSON property `count`
|
500
|
-
# @return [Fixnum]
|
501
|
-
attr_accessor :count
|
502
|
-
|
503
|
-
# The upper bound of the value interval of this bucket (exclusive).
|
504
|
-
# Corresponds to the JSON property `upperBound`
|
505
|
-
# @return [Float]
|
506
|
-
attr_accessor :upper_bound
|
507
|
-
|
508
|
-
def initialize(**args)
|
509
|
-
update!(**args)
|
510
|
-
end
|
511
|
-
|
512
|
-
# Update properties of this object
|
513
|
-
def update!(**args)
|
514
|
-
@count = args[:count] if args.key?(:count)
|
515
|
-
@upper_bound = args[:upper_bound] if args.key?(:upper_bound)
|
516
|
-
end
|
517
|
-
end
|
518
|
-
|
519
|
-
# The monitoring data is organized as metrics and stored as data points that are
|
520
|
-
# recorded over time. Each data point represents information like the CPU
|
521
|
-
# utilization of your virtual machine. A historical record of these data points
|
522
|
-
# is called a time series.
|
523
|
-
class Timeseries
|
524
|
-
include Google::Apis::Core::Hashable
|
525
|
-
|
526
|
-
# The data points of this time series. The points are listed in order of their
|
527
|
-
# end timestamp, from younger to older.
|
528
|
-
# Corresponds to the JSON property `points`
|
529
|
-
# @return [Array<Google::Apis::CloudmonitoringV2beta2::Point>]
|
530
|
-
attr_accessor :points
|
531
|
-
|
532
|
-
# TimeseriesDescriptor identifies a single time series.
|
533
|
-
# Corresponds to the JSON property `timeseriesDesc`
|
534
|
-
# @return [Google::Apis::CloudmonitoringV2beta2::TimeseriesDescriptor]
|
535
|
-
attr_accessor :timeseries_desc
|
536
|
-
|
537
|
-
def initialize(**args)
|
538
|
-
update!(**args)
|
539
|
-
end
|
540
|
-
|
541
|
-
# Update properties of this object
|
542
|
-
def update!(**args)
|
543
|
-
@points = args[:points] if args.key?(:points)
|
544
|
-
@timeseries_desc = args[:timeseries_desc] if args.key?(:timeseries_desc)
|
545
|
-
end
|
546
|
-
end
|
547
|
-
|
548
|
-
# TimeseriesDescriptor identifies a single time series.
|
549
|
-
class TimeseriesDescriptor
|
550
|
-
include Google::Apis::Core::Hashable
|
551
|
-
|
552
|
-
# The label's name.
|
553
|
-
# Corresponds to the JSON property `labels`
|
554
|
-
# @return [Hash<String,String>]
|
555
|
-
attr_accessor :labels
|
556
|
-
|
557
|
-
# The name of the metric.
|
558
|
-
# Corresponds to the JSON property `metric`
|
559
|
-
# @return [String]
|
560
|
-
attr_accessor :metric
|
561
|
-
|
562
|
-
# The Developers Console project number to which this time series belongs.
|
563
|
-
# Corresponds to the JSON property `project`
|
564
|
-
# @return [String]
|
565
|
-
attr_accessor :project
|
566
|
-
|
567
|
-
def initialize(**args)
|
568
|
-
update!(**args)
|
569
|
-
end
|
570
|
-
|
571
|
-
# Update properties of this object
|
572
|
-
def update!(**args)
|
573
|
-
@labels = args[:labels] if args.key?(:labels)
|
574
|
-
@metric = args[:metric] if args.key?(:metric)
|
575
|
-
@project = args[:project] if args.key?(:project)
|
576
|
-
end
|
577
|
-
end
|
578
|
-
|
579
|
-
#
|
580
|
-
class TimeseriesDescriptorLabel
|
581
|
-
include Google::Apis::Core::Hashable
|
582
|
-
|
583
|
-
# The label's name.
|
584
|
-
# Corresponds to the JSON property `key`
|
585
|
-
# @return [String]
|
586
|
-
attr_accessor :key
|
587
|
-
|
588
|
-
# The label's value.
|
589
|
-
# Corresponds to the JSON property `value`
|
590
|
-
# @return [String]
|
591
|
-
attr_accessor :value
|
592
|
-
|
593
|
-
def initialize(**args)
|
594
|
-
update!(**args)
|
595
|
-
end
|
596
|
-
|
597
|
-
# Update properties of this object
|
598
|
-
def update!(**args)
|
599
|
-
@key = args[:key] if args.key?(:key)
|
600
|
-
@value = args[:value] if args.key?(:value)
|
601
|
-
end
|
602
|
-
end
|
603
|
-
|
604
|
-
# When writing time series, TimeseriesPoint should be used instead of Timeseries,
|
605
|
-
# to enforce single point for each time series in the timeseries.write request.
|
606
|
-
class TimeseriesPoint
|
607
|
-
include Google::Apis::Core::Hashable
|
608
|
-
|
609
|
-
# Point is a single point in a time series. It consists of a start time, an end
|
610
|
-
# time, and a value.
|
611
|
-
# Corresponds to the JSON property `point`
|
612
|
-
# @return [Google::Apis::CloudmonitoringV2beta2::Point]
|
613
|
-
attr_accessor :point
|
614
|
-
|
615
|
-
# TimeseriesDescriptor identifies a single time series.
|
616
|
-
# Corresponds to the JSON property `timeseriesDesc`
|
617
|
-
# @return [Google::Apis::CloudmonitoringV2beta2::TimeseriesDescriptor]
|
618
|
-
attr_accessor :timeseries_desc
|
619
|
-
|
620
|
-
def initialize(**args)
|
621
|
-
update!(**args)
|
622
|
-
end
|
623
|
-
|
624
|
-
# Update properties of this object
|
625
|
-
def update!(**args)
|
626
|
-
@point = args[:point] if args.key?(:point)
|
627
|
-
@timeseries_desc = args[:timeseries_desc] if args.key?(:timeseries_desc)
|
628
|
-
end
|
629
|
-
end
|
630
|
-
|
631
|
-
# The request of cloudmonitoring.timeseries.write
|
632
|
-
class WriteTimeseriesRequest
|
633
|
-
include Google::Apis::Core::Hashable
|
634
|
-
|
635
|
-
# The label's name.
|
636
|
-
# Corresponds to the JSON property `commonLabels`
|
637
|
-
# @return [Hash<String,String>]
|
638
|
-
attr_accessor :common_labels
|
639
|
-
|
640
|
-
# Provide time series specific labels and the data points for each time series.
|
641
|
-
# The labels in timeseries and the common_labels should form a complete list of
|
642
|
-
# labels that required by the metric.
|
643
|
-
# Corresponds to the JSON property `timeseries`
|
644
|
-
# @return [Array<Google::Apis::CloudmonitoringV2beta2::TimeseriesPoint>]
|
645
|
-
attr_accessor :timeseries
|
646
|
-
|
647
|
-
def initialize(**args)
|
648
|
-
update!(**args)
|
649
|
-
end
|
650
|
-
|
651
|
-
# Update properties of this object
|
652
|
-
def update!(**args)
|
653
|
-
@common_labels = args[:common_labels] if args.key?(:common_labels)
|
654
|
-
@timeseries = args[:timeseries] if args.key?(:timeseries)
|
655
|
-
end
|
656
|
-
end
|
657
|
-
|
658
|
-
# The response of cloudmonitoring.timeseries.write
|
659
|
-
class WriteTimeseriesResponse
|
660
|
-
include Google::Apis::Core::Hashable
|
661
|
-
|
662
|
-
# Identifies what kind of resource this is. Value: the fixed string "
|
663
|
-
# cloudmonitoring#writeTimeseriesResponse".
|
664
|
-
# Corresponds to the JSON property `kind`
|
665
|
-
# @return [String]
|
666
|
-
attr_accessor :kind
|
667
|
-
|
668
|
-
def initialize(**args)
|
669
|
-
update!(**args)
|
670
|
-
end
|
671
|
-
|
672
|
-
# Update properties of this object
|
673
|
-
def update!(**args)
|
674
|
-
@kind = args[:kind] if args.key?(:kind)
|
675
|
-
end
|
676
|
-
end
|
677
|
-
end
|
678
|
-
end
|
679
|
-
end
|