google-apis-observability_v1 0.2.0 → 0.14.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/CHANGELOG.md +49 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/observability_v1/classes.rb +429 -0
- data/lib/google/apis/observability_v1/gem_version.rb +3 -3
- data/lib/google/apis/observability_v1/representations.rb +181 -0
- data/lib/google/apis/observability_v1/service.rb +1087 -26
- data/lib/google/apis/observability_v1.rb +2 -1
- metadata +5 -5
|
@@ -22,18 +22,60 @@ module Google
|
|
|
22
22
|
module Apis
|
|
23
23
|
module ObservabilityV1
|
|
24
24
|
|
|
25
|
+
class Bucket
|
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
27
|
+
|
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
29
|
+
end
|
|
30
|
+
|
|
25
31
|
class CancelOperationRequest
|
|
26
32
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
27
33
|
|
|
28
34
|
include Google::Apis::Core::JsonObjectSupport
|
|
29
35
|
end
|
|
30
36
|
|
|
37
|
+
class CmekSettings
|
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
39
|
+
|
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
41
|
+
end
|
|
42
|
+
|
|
43
|
+
class Dataset
|
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
45
|
+
|
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
47
|
+
end
|
|
48
|
+
|
|
31
49
|
class Empty
|
|
32
50
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
33
51
|
|
|
34
52
|
include Google::Apis::Core::JsonObjectSupport
|
|
35
53
|
end
|
|
36
54
|
|
|
55
|
+
class Link
|
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
57
|
+
|
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
59
|
+
end
|
|
60
|
+
|
|
61
|
+
class ListBucketsResponse
|
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
63
|
+
|
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
65
|
+
end
|
|
66
|
+
|
|
67
|
+
class ListDatasetsResponse
|
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
69
|
+
|
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
71
|
+
end
|
|
72
|
+
|
|
73
|
+
class ListLinksResponse
|
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
75
|
+
|
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
77
|
+
end
|
|
78
|
+
|
|
37
79
|
class ListLocationsResponse
|
|
38
80
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
39
81
|
|
|
@@ -46,6 +88,18 @@ module Google
|
|
|
46
88
|
include Google::Apis::Core::JsonObjectSupport
|
|
47
89
|
end
|
|
48
90
|
|
|
91
|
+
class ListTraceScopesResponse
|
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
93
|
+
|
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
95
|
+
end
|
|
96
|
+
|
|
97
|
+
class ListViewsResponse
|
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
99
|
+
|
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
101
|
+
end
|
|
102
|
+
|
|
49
103
|
class Location
|
|
50
104
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
51
105
|
|
|
@@ -76,18 +130,103 @@ module Google
|
|
|
76
130
|
include Google::Apis::Core::JsonObjectSupport
|
|
77
131
|
end
|
|
78
132
|
|
|
133
|
+
class TraceScope
|
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
135
|
+
|
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
137
|
+
end
|
|
138
|
+
|
|
139
|
+
class View
|
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
141
|
+
|
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
143
|
+
end
|
|
144
|
+
|
|
145
|
+
class Bucket
|
|
146
|
+
# @private
|
|
147
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
148
|
+
property :cmek_settings, as: 'cmekSettings', class: Google::Apis::ObservabilityV1::CmekSettings, decorator: Google::Apis::ObservabilityV1::CmekSettings::Representation
|
|
149
|
+
|
|
150
|
+
property :create_time, as: 'createTime'
|
|
151
|
+
property :delete_time, as: 'deleteTime'
|
|
152
|
+
property :description, as: 'description'
|
|
153
|
+
property :display_name, as: 'displayName'
|
|
154
|
+
property :name, as: 'name'
|
|
155
|
+
property :purge_time, as: 'purgeTime'
|
|
156
|
+
property :update_time, as: 'updateTime'
|
|
157
|
+
end
|
|
158
|
+
end
|
|
159
|
+
|
|
79
160
|
class CancelOperationRequest
|
|
80
161
|
# @private
|
|
81
162
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
82
163
|
end
|
|
83
164
|
end
|
|
84
165
|
|
|
166
|
+
class CmekSettings
|
|
167
|
+
# @private
|
|
168
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
169
|
+
property :kms_key, as: 'kmsKey'
|
|
170
|
+
property :kms_key_version, as: 'kmsKeyVersion'
|
|
171
|
+
property :service_account_id, as: 'serviceAccountId'
|
|
172
|
+
end
|
|
173
|
+
end
|
|
174
|
+
|
|
175
|
+
class Dataset
|
|
176
|
+
# @private
|
|
177
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
178
|
+
property :create_time, as: 'createTime'
|
|
179
|
+
property :delete_time, as: 'deleteTime'
|
|
180
|
+
property :description, as: 'description'
|
|
181
|
+
property :display_name, as: 'displayName'
|
|
182
|
+
property :name, as: 'name'
|
|
183
|
+
property :purge_time, as: 'purgeTime'
|
|
184
|
+
end
|
|
185
|
+
end
|
|
186
|
+
|
|
85
187
|
class Empty
|
|
86
188
|
# @private
|
|
87
189
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
88
190
|
end
|
|
89
191
|
end
|
|
90
192
|
|
|
193
|
+
class Link
|
|
194
|
+
# @private
|
|
195
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
196
|
+
property :create_time, as: 'createTime'
|
|
197
|
+
property :description, as: 'description'
|
|
198
|
+
property :display_name, as: 'displayName'
|
|
199
|
+
property :name, as: 'name'
|
|
200
|
+
end
|
|
201
|
+
end
|
|
202
|
+
|
|
203
|
+
class ListBucketsResponse
|
|
204
|
+
# @private
|
|
205
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
206
|
+
collection :buckets, as: 'buckets', class: Google::Apis::ObservabilityV1::Bucket, decorator: Google::Apis::ObservabilityV1::Bucket::Representation
|
|
207
|
+
|
|
208
|
+
property :next_page_token, as: 'nextPageToken'
|
|
209
|
+
end
|
|
210
|
+
end
|
|
211
|
+
|
|
212
|
+
class ListDatasetsResponse
|
|
213
|
+
# @private
|
|
214
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
215
|
+
collection :datasets, as: 'datasets', class: Google::Apis::ObservabilityV1::Dataset, decorator: Google::Apis::ObservabilityV1::Dataset::Representation
|
|
216
|
+
|
|
217
|
+
property :next_page_token, as: 'nextPageToken'
|
|
218
|
+
end
|
|
219
|
+
end
|
|
220
|
+
|
|
221
|
+
class ListLinksResponse
|
|
222
|
+
# @private
|
|
223
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
224
|
+
collection :links, as: 'links', class: Google::Apis::ObservabilityV1::Link, decorator: Google::Apis::ObservabilityV1::Link::Representation
|
|
225
|
+
|
|
226
|
+
property :next_page_token, as: 'nextPageToken'
|
|
227
|
+
end
|
|
228
|
+
end
|
|
229
|
+
|
|
91
230
|
class ListLocationsResponse
|
|
92
231
|
# @private
|
|
93
232
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -103,6 +242,25 @@ module Google
|
|
|
103
242
|
property :next_page_token, as: 'nextPageToken'
|
|
104
243
|
collection :operations, as: 'operations', class: Google::Apis::ObservabilityV1::Operation, decorator: Google::Apis::ObservabilityV1::Operation::Representation
|
|
105
244
|
|
|
245
|
+
collection :unreachable, as: 'unreachable'
|
|
246
|
+
end
|
|
247
|
+
end
|
|
248
|
+
|
|
249
|
+
class ListTraceScopesResponse
|
|
250
|
+
# @private
|
|
251
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
252
|
+
property :next_page_token, as: 'nextPageToken'
|
|
253
|
+
collection :trace_scopes, as: 'traceScopes', class: Google::Apis::ObservabilityV1::TraceScope, decorator: Google::Apis::ObservabilityV1::TraceScope::Representation
|
|
254
|
+
|
|
255
|
+
end
|
|
256
|
+
end
|
|
257
|
+
|
|
258
|
+
class ListViewsResponse
|
|
259
|
+
# @private
|
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
261
|
+
property :next_page_token, as: 'nextPageToken'
|
|
262
|
+
collection :views, as: 'views', class: Google::Apis::ObservabilityV1::View, decorator: Google::Apis::ObservabilityV1::View::Representation
|
|
263
|
+
|
|
106
264
|
end
|
|
107
265
|
end
|
|
108
266
|
|
|
@@ -147,6 +305,7 @@ module Google
|
|
|
147
305
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
148
306
|
property :log_scope, as: 'logScope'
|
|
149
307
|
property :name, as: 'name'
|
|
308
|
+
property :trace_scope, as: 'traceScope'
|
|
150
309
|
property :update_time, as: 'updateTime'
|
|
151
310
|
end
|
|
152
311
|
end
|
|
@@ -159,6 +318,28 @@ module Google
|
|
|
159
318
|
property :message, as: 'message'
|
|
160
319
|
end
|
|
161
320
|
end
|
|
321
|
+
|
|
322
|
+
class TraceScope
|
|
323
|
+
# @private
|
|
324
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
325
|
+
property :create_time, as: 'createTime'
|
|
326
|
+
property :description, as: 'description'
|
|
327
|
+
property :name, as: 'name'
|
|
328
|
+
collection :resource_names, as: 'resourceNames'
|
|
329
|
+
property :update_time, as: 'updateTime'
|
|
330
|
+
end
|
|
331
|
+
end
|
|
332
|
+
|
|
333
|
+
class View
|
|
334
|
+
# @private
|
|
335
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
336
|
+
property :create_time, as: 'createTime'
|
|
337
|
+
property :description, as: 'description'
|
|
338
|
+
property :display_name, as: 'displayName'
|
|
339
|
+
property :name, as: 'name'
|
|
340
|
+
property :update_time, as: 'updateTime'
|
|
341
|
+
end
|
|
342
|
+
end
|
|
162
343
|
end
|
|
163
344
|
end
|
|
164
345
|
end
|