google-apis-observability_v1 0.13.0 → 0.15.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2e330b789049bf5015543326f09634048c37c355cb489e5df2da1441af372305
|
|
4
|
+
data.tar.gz: 0a2e63109e8fafe33ab527794c4b1eec8a402113b4a0925acf6c590937ff923b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c0726bc5f832c74ae4cca7874a9736d0e5f2b53bac15401832bf748a14f1668b588be0890b60094589c041a5d025e2f467ff5c1026b9417c9447b52913600129
|
|
7
|
+
data.tar.gz: e09adc355883d623dd0b042140356b4bb7baa4934ea13f3cbb1a33f5f829e75c77c0fe567c1b89f84bbd12d9c3cc01b79566dac4ba9a6a71e19182a63be87a16
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-observability_v1
|
|
2
2
|
|
|
3
|
+
### v0.15.0 (2026-03-01)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260220
|
|
6
|
+
|
|
7
|
+
### v0.14.0 (2026-02-08)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260129
|
|
10
|
+
|
|
3
11
|
### v0.13.0 (2026-02-01)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260122
|
|
@@ -22,6 +22,68 @@ module Google
|
|
|
22
22
|
module Apis
|
|
23
23
|
module ObservabilityV1
|
|
24
24
|
|
|
25
|
+
# Bucket configuration for storing observability data.
|
|
26
|
+
class Bucket
|
|
27
|
+
include Google::Apis::Core::Hashable
|
|
28
|
+
|
|
29
|
+
# Settings for configuring CMEK for a bucket.
|
|
30
|
+
# Corresponds to the JSON property `cmekSettings`
|
|
31
|
+
# @return [Google::Apis::ObservabilityV1::CmekSettings]
|
|
32
|
+
attr_accessor :cmek_settings
|
|
33
|
+
|
|
34
|
+
# Output only. Create timestamp.
|
|
35
|
+
# Corresponds to the JSON property `createTime`
|
|
36
|
+
# @return [String]
|
|
37
|
+
attr_accessor :create_time
|
|
38
|
+
|
|
39
|
+
# Output only. Delete timestamp.
|
|
40
|
+
# Corresponds to the JSON property `deleteTime`
|
|
41
|
+
# @return [String]
|
|
42
|
+
attr_accessor :delete_time
|
|
43
|
+
|
|
44
|
+
# Optional. Description of the bucket.
|
|
45
|
+
# Corresponds to the JSON property `description`
|
|
46
|
+
# @return [String]
|
|
47
|
+
attr_accessor :description
|
|
48
|
+
|
|
49
|
+
# Optional. User friendly display name.
|
|
50
|
+
# Corresponds to the JSON property `displayName`
|
|
51
|
+
# @return [String]
|
|
52
|
+
attr_accessor :display_name
|
|
53
|
+
|
|
54
|
+
# Identifier. Name of the bucket. The format is: projects/[PROJECT_ID]/locations/
|
|
55
|
+
# [LOCATION]/buckets/[BUCKET_ID]
|
|
56
|
+
# Corresponds to the JSON property `name`
|
|
57
|
+
# @return [String]
|
|
58
|
+
attr_accessor :name
|
|
59
|
+
|
|
60
|
+
# Output only. Timestamp when the bucket in soft-deleted state is purged.
|
|
61
|
+
# Corresponds to the JSON property `purgeTime`
|
|
62
|
+
# @return [String]
|
|
63
|
+
attr_accessor :purge_time
|
|
64
|
+
|
|
65
|
+
# Output only. Update timestamp.
|
|
66
|
+
# Corresponds to the JSON property `updateTime`
|
|
67
|
+
# @return [String]
|
|
68
|
+
attr_accessor :update_time
|
|
69
|
+
|
|
70
|
+
def initialize(**args)
|
|
71
|
+
update!(**args)
|
|
72
|
+
end
|
|
73
|
+
|
|
74
|
+
# Update properties of this object
|
|
75
|
+
def update!(**args)
|
|
76
|
+
@cmek_settings = args[:cmek_settings] if args.key?(:cmek_settings)
|
|
77
|
+
@create_time = args[:create_time] if args.key?(:create_time)
|
|
78
|
+
@delete_time = args[:delete_time] if args.key?(:delete_time)
|
|
79
|
+
@description = args[:description] if args.key?(:description)
|
|
80
|
+
@display_name = args[:display_name] if args.key?(:display_name)
|
|
81
|
+
@name = args[:name] if args.key?(:name)
|
|
82
|
+
@purge_time = args[:purge_time] if args.key?(:purge_time)
|
|
83
|
+
@update_time = args[:update_time] if args.key?(:update_time)
|
|
84
|
+
end
|
|
85
|
+
end
|
|
86
|
+
|
|
25
87
|
# The request message for Operations.CancelOperation.
|
|
26
88
|
class CancelOperationRequest
|
|
27
89
|
include Google::Apis::Core::Hashable
|
|
@@ -35,6 +97,97 @@ module Google
|
|
|
35
97
|
end
|
|
36
98
|
end
|
|
37
99
|
|
|
100
|
+
# Settings for configuring CMEK for a bucket.
|
|
101
|
+
class CmekSettings
|
|
102
|
+
include Google::Apis::Core::Hashable
|
|
103
|
+
|
|
104
|
+
# Optional. The resource name for the configured Cloud KMS key. The format is:
|
|
105
|
+
# projects/[PROJECT_ID]/locations/[LOCATION]/keyRings/[KEYRING]/cryptoKeys/[KEY]
|
|
106
|
+
# For example: projects/my-project/locations/us-central1/keyRings/my-ring/
|
|
107
|
+
# cryptoKeys/my-key
|
|
108
|
+
# Corresponds to the JSON property `kmsKey`
|
|
109
|
+
# @return [String]
|
|
110
|
+
attr_accessor :kms_key
|
|
111
|
+
|
|
112
|
+
# Output only. The CryptoKeyVersion resource name for the configured Cloud KMS
|
|
113
|
+
# key. The format is: projects/[PROJECT_ID]/locations/[LOCATION]/keyRings/[
|
|
114
|
+
# KEYRING]/cryptoKeys/[KEY]/cryptoKeyVersions/[VERSION] For example: projects/my-
|
|
115
|
+
# project/locations/us-central1/keyRings/my-ring/cryptoKeys/my-key/
|
|
116
|
+
# cryptoKeyVersions/1 This read-only field is used to convey the specific
|
|
117
|
+
# configured CryptoKeyVersion of the `kms_key` that has been configured. It is
|
|
118
|
+
# populated when the CMEK settings are bound to a single key version.
|
|
119
|
+
# Corresponds to the JSON property `kmsKeyVersion`
|
|
120
|
+
# @return [String]
|
|
121
|
+
attr_accessor :kms_key_version
|
|
122
|
+
|
|
123
|
+
# Output only. The service account used to access the key.
|
|
124
|
+
# Corresponds to the JSON property `serviceAccountId`
|
|
125
|
+
# @return [String]
|
|
126
|
+
attr_accessor :service_account_id
|
|
127
|
+
|
|
128
|
+
def initialize(**args)
|
|
129
|
+
update!(**args)
|
|
130
|
+
end
|
|
131
|
+
|
|
132
|
+
# Update properties of this object
|
|
133
|
+
def update!(**args)
|
|
134
|
+
@kms_key = args[:kms_key] if args.key?(:kms_key)
|
|
135
|
+
@kms_key_version = args[:kms_key_version] if args.key?(:kms_key_version)
|
|
136
|
+
@service_account_id = args[:service_account_id] if args.key?(:service_account_id)
|
|
137
|
+
end
|
|
138
|
+
end
|
|
139
|
+
|
|
140
|
+
# A dataset is a collection of data that has a specific configuration. A dataset
|
|
141
|
+
# can be backed by multiple tables. One bucket can have multiple datasets.
|
|
142
|
+
class Dataset
|
|
143
|
+
include Google::Apis::Core::Hashable
|
|
144
|
+
|
|
145
|
+
# Output only. Create timestamp.
|
|
146
|
+
# Corresponds to the JSON property `createTime`
|
|
147
|
+
# @return [String]
|
|
148
|
+
attr_accessor :create_time
|
|
149
|
+
|
|
150
|
+
# Output only. Delete timestamp.
|
|
151
|
+
# Corresponds to the JSON property `deleteTime`
|
|
152
|
+
# @return [String]
|
|
153
|
+
attr_accessor :delete_time
|
|
154
|
+
|
|
155
|
+
# Optional. Description of the dataset.
|
|
156
|
+
# Corresponds to the JSON property `description`
|
|
157
|
+
# @return [String]
|
|
158
|
+
attr_accessor :description
|
|
159
|
+
|
|
160
|
+
# Optional. User friendly display name.
|
|
161
|
+
# Corresponds to the JSON property `displayName`
|
|
162
|
+
# @return [String]
|
|
163
|
+
attr_accessor :display_name
|
|
164
|
+
|
|
165
|
+
# Identifier. Name of the dataset. The format is: projects/[PROJECT_ID]/
|
|
166
|
+
# locations/[LOCATION]/buckets/[BUCKET_ID]/datasets/[DATASET_ID]
|
|
167
|
+
# Corresponds to the JSON property `name`
|
|
168
|
+
# @return [String]
|
|
169
|
+
attr_accessor :name
|
|
170
|
+
|
|
171
|
+
# Output only. Timestamp when the dataset in soft-deleted state is purged.
|
|
172
|
+
# Corresponds to the JSON property `purgeTime`
|
|
173
|
+
# @return [String]
|
|
174
|
+
attr_accessor :purge_time
|
|
175
|
+
|
|
176
|
+
def initialize(**args)
|
|
177
|
+
update!(**args)
|
|
178
|
+
end
|
|
179
|
+
|
|
180
|
+
# Update properties of this object
|
|
181
|
+
def update!(**args)
|
|
182
|
+
@create_time = args[:create_time] if args.key?(:create_time)
|
|
183
|
+
@delete_time = args[:delete_time] if args.key?(:delete_time)
|
|
184
|
+
@description = args[:description] if args.key?(:description)
|
|
185
|
+
@display_name = args[:display_name] if args.key?(:display_name)
|
|
186
|
+
@name = args[:name] if args.key?(:name)
|
|
187
|
+
@purge_time = args[:purge_time] if args.key?(:purge_time)
|
|
188
|
+
end
|
|
189
|
+
end
|
|
190
|
+
|
|
38
191
|
# A generic empty message that you can re-use to avoid defining duplicated empty
|
|
39
192
|
# messages in your APIs. A typical example is to use it as the request or the
|
|
40
193
|
# response type of an API method. For instance: service Foo ` rpc Bar(google.
|
|
@@ -51,6 +204,122 @@ module Google
|
|
|
51
204
|
end
|
|
52
205
|
end
|
|
53
206
|
|
|
207
|
+
# A link lets a dataset be accessible to BigQuery via usage of linked datasets.
|
|
208
|
+
class Link
|
|
209
|
+
include Google::Apis::Core::Hashable
|
|
210
|
+
|
|
211
|
+
# Output only. Create timestamp.
|
|
212
|
+
# Corresponds to the JSON property `createTime`
|
|
213
|
+
# @return [String]
|
|
214
|
+
attr_accessor :create_time
|
|
215
|
+
|
|
216
|
+
# Optional. Description of the link.
|
|
217
|
+
# Corresponds to the JSON property `description`
|
|
218
|
+
# @return [String]
|
|
219
|
+
attr_accessor :description
|
|
220
|
+
|
|
221
|
+
# Optional. A user friendly display name.
|
|
222
|
+
# Corresponds to the JSON property `displayName`
|
|
223
|
+
# @return [String]
|
|
224
|
+
attr_accessor :display_name
|
|
225
|
+
|
|
226
|
+
# Identifier. Name of the link. The format is: projects/[PROJECT_ID]/locations/[
|
|
227
|
+
# LOCATION]/buckets/[BUCKET_ID]/datasets/[DATASET_ID]/links/[LINK_ID]
|
|
228
|
+
# Corresponds to the JSON property `name`
|
|
229
|
+
# @return [String]
|
|
230
|
+
attr_accessor :name
|
|
231
|
+
|
|
232
|
+
def initialize(**args)
|
|
233
|
+
update!(**args)
|
|
234
|
+
end
|
|
235
|
+
|
|
236
|
+
# Update properties of this object
|
|
237
|
+
def update!(**args)
|
|
238
|
+
@create_time = args[:create_time] if args.key?(:create_time)
|
|
239
|
+
@description = args[:description] if args.key?(:description)
|
|
240
|
+
@display_name = args[:display_name] if args.key?(:display_name)
|
|
241
|
+
@name = args[:name] if args.key?(:name)
|
|
242
|
+
end
|
|
243
|
+
end
|
|
244
|
+
|
|
245
|
+
# Response for listing buckets.
|
|
246
|
+
class ListBucketsResponse
|
|
247
|
+
include Google::Apis::Core::Hashable
|
|
248
|
+
|
|
249
|
+
# Optional. The list of buckets.
|
|
250
|
+
# Corresponds to the JSON property `buckets`
|
|
251
|
+
# @return [Array<Google::Apis::ObservabilityV1::Bucket>]
|
|
252
|
+
attr_accessor :buckets
|
|
253
|
+
|
|
254
|
+
# Optional. A token that can be sent as `page_token` to retrieve the next page.
|
|
255
|
+
# When this field is omitted, there are no subsequent pages.
|
|
256
|
+
# Corresponds to the JSON property `nextPageToken`
|
|
257
|
+
# @return [String]
|
|
258
|
+
attr_accessor :next_page_token
|
|
259
|
+
|
|
260
|
+
def initialize(**args)
|
|
261
|
+
update!(**args)
|
|
262
|
+
end
|
|
263
|
+
|
|
264
|
+
# Update properties of this object
|
|
265
|
+
def update!(**args)
|
|
266
|
+
@buckets = args[:buckets] if args.key?(:buckets)
|
|
267
|
+
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
|
268
|
+
end
|
|
269
|
+
end
|
|
270
|
+
|
|
271
|
+
# Response for listing datasets.
|
|
272
|
+
class ListDatasetsResponse
|
|
273
|
+
include Google::Apis::Core::Hashable
|
|
274
|
+
|
|
275
|
+
# The list of datasets.
|
|
276
|
+
# Corresponds to the JSON property `datasets`
|
|
277
|
+
# @return [Array<Google::Apis::ObservabilityV1::Dataset>]
|
|
278
|
+
attr_accessor :datasets
|
|
279
|
+
|
|
280
|
+
# A token that can be sent as `page_token` to retrieve the next page. When this
|
|
281
|
+
# field is omitted, there are no subsequent pages.
|
|
282
|
+
# Corresponds to the JSON property `nextPageToken`
|
|
283
|
+
# @return [String]
|
|
284
|
+
attr_accessor :next_page_token
|
|
285
|
+
|
|
286
|
+
def initialize(**args)
|
|
287
|
+
update!(**args)
|
|
288
|
+
end
|
|
289
|
+
|
|
290
|
+
# Update properties of this object
|
|
291
|
+
def update!(**args)
|
|
292
|
+
@datasets = args[:datasets] if args.key?(:datasets)
|
|
293
|
+
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
|
294
|
+
end
|
|
295
|
+
end
|
|
296
|
+
|
|
297
|
+
# Response for listing links.
|
|
298
|
+
class ListLinksResponse
|
|
299
|
+
include Google::Apis::Core::Hashable
|
|
300
|
+
|
|
301
|
+
# The list of links.
|
|
302
|
+
# Corresponds to the JSON property `links`
|
|
303
|
+
# @return [Array<Google::Apis::ObservabilityV1::Link>]
|
|
304
|
+
attr_accessor :links
|
|
305
|
+
|
|
306
|
+
# Optional. A token that can be sent as `page_token` to retrieve the next page.
|
|
307
|
+
# When this field is omitted, there are no subsequent pages.
|
|
308
|
+
# Corresponds to the JSON property `nextPageToken`
|
|
309
|
+
# @return [String]
|
|
310
|
+
attr_accessor :next_page_token
|
|
311
|
+
|
|
312
|
+
def initialize(**args)
|
|
313
|
+
update!(**args)
|
|
314
|
+
end
|
|
315
|
+
|
|
316
|
+
# Update properties of this object
|
|
317
|
+
def update!(**args)
|
|
318
|
+
@links = args[:links] if args.key?(:links)
|
|
319
|
+
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
|
320
|
+
end
|
|
321
|
+
end
|
|
322
|
+
|
|
54
323
|
# The response message for Locations.ListLocations.
|
|
55
324
|
class ListLocationsResponse
|
|
56
325
|
include Google::Apis::Core::Hashable
|
|
@@ -137,6 +406,32 @@ module Google
|
|
|
137
406
|
end
|
|
138
407
|
end
|
|
139
408
|
|
|
409
|
+
# Response for listing views.
|
|
410
|
+
class ListViewsResponse
|
|
411
|
+
include Google::Apis::Core::Hashable
|
|
412
|
+
|
|
413
|
+
# Optional. A token that can be sent as `page_token` to retrieve the next page.
|
|
414
|
+
# When this field is omitted, there are no subsequent pages.
|
|
415
|
+
# Corresponds to the JSON property `nextPageToken`
|
|
416
|
+
# @return [String]
|
|
417
|
+
attr_accessor :next_page_token
|
|
418
|
+
|
|
419
|
+
# The list of views.
|
|
420
|
+
# Corresponds to the JSON property `views`
|
|
421
|
+
# @return [Array<Google::Apis::ObservabilityV1::View>]
|
|
422
|
+
attr_accessor :views
|
|
423
|
+
|
|
424
|
+
def initialize(**args)
|
|
425
|
+
update!(**args)
|
|
426
|
+
end
|
|
427
|
+
|
|
428
|
+
# Update properties of this object
|
|
429
|
+
def update!(**args)
|
|
430
|
+
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
|
431
|
+
@views = args[:views] if args.key?(:views)
|
|
432
|
+
end
|
|
433
|
+
end
|
|
434
|
+
|
|
140
435
|
# A resource that represents a Google Cloud location.
|
|
141
436
|
class Location
|
|
142
437
|
include Google::Apis::Core::Hashable
|
|
@@ -347,6 +642,50 @@ module Google
|
|
|
347
642
|
end
|
|
348
643
|
end
|
|
349
644
|
|
|
645
|
+
# Describes the settings associated with a project, organization, or folder.
|
|
646
|
+
class Settings
|
|
647
|
+
include Google::Apis::Core::Hashable
|
|
648
|
+
|
|
649
|
+
# Optional. The location which should be used when any regional resources are
|
|
650
|
+
# provisioned by Google Cloud.
|
|
651
|
+
# Corresponds to the JSON property `defaultStorageLocation`
|
|
652
|
+
# @return [String]
|
|
653
|
+
attr_accessor :default_storage_location
|
|
654
|
+
|
|
655
|
+
# Optional. The resource name for the configured Cloud KMS key. KMS key name
|
|
656
|
+
# format: "projects/[PROJECT_ID]/locations/[LOCATION]/keyRings/[KEYRING]/
|
|
657
|
+
# cryptoKeys/[KEY]" For example: `"projects/my-project/locations/us-central1/
|
|
658
|
+
# keyRings/my-ring/cryptoKeys/my-key"`
|
|
659
|
+
# Corresponds to the JSON property `kmsKeyName`
|
|
660
|
+
# @return [String]
|
|
661
|
+
attr_accessor :kms_key_name
|
|
662
|
+
|
|
663
|
+
# Identifier. The resource name of the settings.
|
|
664
|
+
# Corresponds to the JSON property `name`
|
|
665
|
+
# @return [String]
|
|
666
|
+
attr_accessor :name
|
|
667
|
+
|
|
668
|
+
# Output only. The service account for the given resource container, such as
|
|
669
|
+
# project or folder. This will be used by Cloud Observability to perform actions
|
|
670
|
+
# in the container's project like access KMS keys or create Links. Always the
|
|
671
|
+
# same service account per resource container regardless of region.
|
|
672
|
+
# Corresponds to the JSON property `serviceAccountId`
|
|
673
|
+
# @return [String]
|
|
674
|
+
attr_accessor :service_account_id
|
|
675
|
+
|
|
676
|
+
def initialize(**args)
|
|
677
|
+
update!(**args)
|
|
678
|
+
end
|
|
679
|
+
|
|
680
|
+
# Update properties of this object
|
|
681
|
+
def update!(**args)
|
|
682
|
+
@default_storage_location = args[:default_storage_location] if args.key?(:default_storage_location)
|
|
683
|
+
@kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
|
|
684
|
+
@name = args[:name] if args.key?(:name)
|
|
685
|
+
@service_account_id = args[:service_account_id] if args.key?(:service_account_id)
|
|
686
|
+
end
|
|
687
|
+
end
|
|
688
|
+
|
|
350
689
|
# The `Status` type defines a logical error model that is suitable for different
|
|
351
690
|
# programming environments, including REST APIs and RPC APIs. It is used by [
|
|
352
691
|
# gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
|
@@ -431,6 +770,51 @@ module Google
|
|
|
431
770
|
@update_time = args[:update_time] if args.key?(:update_time)
|
|
432
771
|
end
|
|
433
772
|
end
|
|
773
|
+
|
|
774
|
+
# A view corresponds to a read-only representation of a subset of the data in a
|
|
775
|
+
# dataset.
|
|
776
|
+
class View
|
|
777
|
+
include Google::Apis::Core::Hashable
|
|
778
|
+
|
|
779
|
+
# Output only. Create timestamp.
|
|
780
|
+
# Corresponds to the JSON property `createTime`
|
|
781
|
+
# @return [String]
|
|
782
|
+
attr_accessor :create_time
|
|
783
|
+
|
|
784
|
+
# Optional. Description of the view.
|
|
785
|
+
# Corresponds to the JSON property `description`
|
|
786
|
+
# @return [String]
|
|
787
|
+
attr_accessor :description
|
|
788
|
+
|
|
789
|
+
# Optional. User friendly display name.
|
|
790
|
+
# Corresponds to the JSON property `displayName`
|
|
791
|
+
# @return [String]
|
|
792
|
+
attr_accessor :display_name
|
|
793
|
+
|
|
794
|
+
# Identifier. Name of the view. The format is: projects/[PROJECT_ID]/locations/[
|
|
795
|
+
# LOCATION]/buckets/[BUCKET_ID]/datasets/[DATASET_ID]/views/[VIEW_ID]
|
|
796
|
+
# Corresponds to the JSON property `name`
|
|
797
|
+
# @return [String]
|
|
798
|
+
attr_accessor :name
|
|
799
|
+
|
|
800
|
+
# Output only. Update timestamp.
|
|
801
|
+
# Corresponds to the JSON property `updateTime`
|
|
802
|
+
# @return [String]
|
|
803
|
+
attr_accessor :update_time
|
|
804
|
+
|
|
805
|
+
def initialize(**args)
|
|
806
|
+
update!(**args)
|
|
807
|
+
end
|
|
808
|
+
|
|
809
|
+
# Update properties of this object
|
|
810
|
+
def update!(**args)
|
|
811
|
+
@create_time = args[:create_time] if args.key?(:create_time)
|
|
812
|
+
@description = args[:description] if args.key?(:description)
|
|
813
|
+
@display_name = args[:display_name] if args.key?(:display_name)
|
|
814
|
+
@name = args[:name] if args.key?(:name)
|
|
815
|
+
@update_time = args[:update_time] if args.key?(:update_time)
|
|
816
|
+
end
|
|
817
|
+
end
|
|
434
818
|
end
|
|
435
819
|
end
|
|
436
820
|
end
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ObservabilityV1
|
|
18
18
|
# Version of the google-apis-observability_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.15.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260220"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -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
|
|
|
@@ -52,6 +94,12 @@ module Google
|
|
|
52
94
|
include Google::Apis::Core::JsonObjectSupport
|
|
53
95
|
end
|
|
54
96
|
|
|
97
|
+
class ListViewsResponse
|
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
99
|
+
|
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
101
|
+
end
|
|
102
|
+
|
|
55
103
|
class Location
|
|
56
104
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
57
105
|
|
|
@@ -76,6 +124,12 @@ module Google
|
|
|
76
124
|
include Google::Apis::Core::JsonObjectSupport
|
|
77
125
|
end
|
|
78
126
|
|
|
127
|
+
class Settings
|
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
129
|
+
|
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
131
|
+
end
|
|
132
|
+
|
|
79
133
|
class Status
|
|
80
134
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
81
135
|
|
|
@@ -88,18 +142,97 @@ module Google
|
|
|
88
142
|
include Google::Apis::Core::JsonObjectSupport
|
|
89
143
|
end
|
|
90
144
|
|
|
145
|
+
class View
|
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
147
|
+
|
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
149
|
+
end
|
|
150
|
+
|
|
151
|
+
class Bucket
|
|
152
|
+
# @private
|
|
153
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
154
|
+
property :cmek_settings, as: 'cmekSettings', class: Google::Apis::ObservabilityV1::CmekSettings, decorator: Google::Apis::ObservabilityV1::CmekSettings::Representation
|
|
155
|
+
|
|
156
|
+
property :create_time, as: 'createTime'
|
|
157
|
+
property :delete_time, as: 'deleteTime'
|
|
158
|
+
property :description, as: 'description'
|
|
159
|
+
property :display_name, as: 'displayName'
|
|
160
|
+
property :name, as: 'name'
|
|
161
|
+
property :purge_time, as: 'purgeTime'
|
|
162
|
+
property :update_time, as: 'updateTime'
|
|
163
|
+
end
|
|
164
|
+
end
|
|
165
|
+
|
|
91
166
|
class CancelOperationRequest
|
|
92
167
|
# @private
|
|
93
168
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
94
169
|
end
|
|
95
170
|
end
|
|
96
171
|
|
|
172
|
+
class CmekSettings
|
|
173
|
+
# @private
|
|
174
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
175
|
+
property :kms_key, as: 'kmsKey'
|
|
176
|
+
property :kms_key_version, as: 'kmsKeyVersion'
|
|
177
|
+
property :service_account_id, as: 'serviceAccountId'
|
|
178
|
+
end
|
|
179
|
+
end
|
|
180
|
+
|
|
181
|
+
class Dataset
|
|
182
|
+
# @private
|
|
183
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
184
|
+
property :create_time, as: 'createTime'
|
|
185
|
+
property :delete_time, as: 'deleteTime'
|
|
186
|
+
property :description, as: 'description'
|
|
187
|
+
property :display_name, as: 'displayName'
|
|
188
|
+
property :name, as: 'name'
|
|
189
|
+
property :purge_time, as: 'purgeTime'
|
|
190
|
+
end
|
|
191
|
+
end
|
|
192
|
+
|
|
97
193
|
class Empty
|
|
98
194
|
# @private
|
|
99
195
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
100
196
|
end
|
|
101
197
|
end
|
|
102
198
|
|
|
199
|
+
class Link
|
|
200
|
+
# @private
|
|
201
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
202
|
+
property :create_time, as: 'createTime'
|
|
203
|
+
property :description, as: 'description'
|
|
204
|
+
property :display_name, as: 'displayName'
|
|
205
|
+
property :name, as: 'name'
|
|
206
|
+
end
|
|
207
|
+
end
|
|
208
|
+
|
|
209
|
+
class ListBucketsResponse
|
|
210
|
+
# @private
|
|
211
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
212
|
+
collection :buckets, as: 'buckets', class: Google::Apis::ObservabilityV1::Bucket, decorator: Google::Apis::ObservabilityV1::Bucket::Representation
|
|
213
|
+
|
|
214
|
+
property :next_page_token, as: 'nextPageToken'
|
|
215
|
+
end
|
|
216
|
+
end
|
|
217
|
+
|
|
218
|
+
class ListDatasetsResponse
|
|
219
|
+
# @private
|
|
220
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
221
|
+
collection :datasets, as: 'datasets', class: Google::Apis::ObservabilityV1::Dataset, decorator: Google::Apis::ObservabilityV1::Dataset::Representation
|
|
222
|
+
|
|
223
|
+
property :next_page_token, as: 'nextPageToken'
|
|
224
|
+
end
|
|
225
|
+
end
|
|
226
|
+
|
|
227
|
+
class ListLinksResponse
|
|
228
|
+
# @private
|
|
229
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
230
|
+
collection :links, as: 'links', class: Google::Apis::ObservabilityV1::Link, decorator: Google::Apis::ObservabilityV1::Link::Representation
|
|
231
|
+
|
|
232
|
+
property :next_page_token, as: 'nextPageToken'
|
|
233
|
+
end
|
|
234
|
+
end
|
|
235
|
+
|
|
103
236
|
class ListLocationsResponse
|
|
104
237
|
# @private
|
|
105
238
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -128,6 +261,15 @@ module Google
|
|
|
128
261
|
end
|
|
129
262
|
end
|
|
130
263
|
|
|
264
|
+
class ListViewsResponse
|
|
265
|
+
# @private
|
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
267
|
+
property :next_page_token, as: 'nextPageToken'
|
|
268
|
+
collection :views, as: 'views', class: Google::Apis::ObservabilityV1::View, decorator: Google::Apis::ObservabilityV1::View::Representation
|
|
269
|
+
|
|
270
|
+
end
|
|
271
|
+
end
|
|
272
|
+
|
|
131
273
|
class Location
|
|
132
274
|
# @private
|
|
133
275
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -174,6 +316,16 @@ module Google
|
|
|
174
316
|
end
|
|
175
317
|
end
|
|
176
318
|
|
|
319
|
+
class Settings
|
|
320
|
+
# @private
|
|
321
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
322
|
+
property :default_storage_location, as: 'defaultStorageLocation'
|
|
323
|
+
property :kms_key_name, as: 'kmsKeyName'
|
|
324
|
+
property :name, as: 'name'
|
|
325
|
+
property :service_account_id, as: 'serviceAccountId'
|
|
326
|
+
end
|
|
327
|
+
end
|
|
328
|
+
|
|
177
329
|
class Status
|
|
178
330
|
# @private
|
|
179
331
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -193,6 +345,17 @@ module Google
|
|
|
193
345
|
property :update_time, as: 'updateTime'
|
|
194
346
|
end
|
|
195
347
|
end
|
|
348
|
+
|
|
349
|
+
class View
|
|
350
|
+
# @private
|
|
351
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
352
|
+
property :create_time, as: 'createTime'
|
|
353
|
+
property :description, as: 'description'
|
|
354
|
+
property :display_name, as: 'displayName'
|
|
355
|
+
property :name, as: 'name'
|
|
356
|
+
property :update_time, as: 'updateTime'
|
|
357
|
+
end
|
|
358
|
+
end
|
|
196
359
|
end
|
|
197
360
|
end
|
|
198
361
|
end
|