google-apis-dataplex_v1 0.62.0 → 0.64.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: 93514a103b896018ceea31a7c3fa9d5ca63500ecd1b2eed7e7f4b8d495ae5067
|
4
|
+
data.tar.gz: e4fd66ec1bc12e7a8d066d403d05cbc1466ea8f3b27915540d2cbcdea29ed86d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f7e699af29181a18b65dd16235ad2ab2c8acc50607ae4240258d3a92187ce160c4a90018b0b97dc79e8927f97dadafb3460ac564718d9524cb0bc680d8314059
|
7
|
+
data.tar.gz: d3a6a81648dfac6411ebc3371ee2d715ae6f328ad6cc7dda5a5caba85c290455a21533fd687ea4705b017f338b6dcbd6b738f04add326577cbb63dc3d3eba038
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-dataplex_v1
|
2
2
|
|
3
|
+
### v0.64.0 (2024-10-06)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240925
|
6
|
+
|
7
|
+
### v0.63.0 (2024-09-22)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240914
|
10
|
+
|
3
11
|
### v0.62.0 (2024-09-01)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240820
|
@@ -22,433 +22,6 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module DataplexV1
|
24
24
|
|
25
|
-
# Provides the mapping of a cloud asset to a direct physical location or to a
|
26
|
-
# proxy that defines the location on its behalf.
|
27
|
-
class CloudReliabilityZicyWs3DataplaneProtosAssetLocation
|
28
|
-
include Google::Apis::Core::Hashable
|
29
|
-
|
30
|
-
# Spanner path of the CCFE RMS database. It is only applicable for CCFE tenants
|
31
|
-
# that use CCFE RMS for storing resource metadata.
|
32
|
-
# Corresponds to the JSON property `ccfeRmsPath`
|
33
|
-
# @return [String]
|
34
|
-
attr_accessor :ccfe_rms_path
|
35
|
-
|
36
|
-
# Defines the customer expectation around ZI/ZS for this asset and ZI/ZS state
|
37
|
-
# of the region at the time of asset creation.
|
38
|
-
# Corresponds to the JSON property `expected`
|
39
|
-
# @return [Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectations]
|
40
|
-
attr_accessor :expected
|
41
|
-
|
42
|
-
# Defines extra parameters required for specific asset types.
|
43
|
-
# Corresponds to the JSON property `extraParameters`
|
44
|
-
# @return [Array<Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosExtraParameter>]
|
45
|
-
attr_accessor :extra_parameters
|
46
|
-
|
47
|
-
# Contains all kinds of physical location definitions for this asset.
|
48
|
-
# Corresponds to the JSON property `locationData`
|
49
|
-
# @return [Array<Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosLocationData>]
|
50
|
-
attr_accessor :location_data
|
51
|
-
|
52
|
-
# Defines parents assets if any in order to allow later generation of
|
53
|
-
# child_asset_location data via child assets.
|
54
|
-
# Corresponds to the JSON property `parentAsset`
|
55
|
-
# @return [Array<Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosCloudAsset>]
|
56
|
-
attr_accessor :parent_asset
|
57
|
-
|
58
|
-
def initialize(**args)
|
59
|
-
update!(**args)
|
60
|
-
end
|
61
|
-
|
62
|
-
# Update properties of this object
|
63
|
-
def update!(**args)
|
64
|
-
@ccfe_rms_path = args[:ccfe_rms_path] if args.key?(:ccfe_rms_path)
|
65
|
-
@expected = args[:expected] if args.key?(:expected)
|
66
|
-
@extra_parameters = args[:extra_parameters] if args.key?(:extra_parameters)
|
67
|
-
@location_data = args[:location_data] if args.key?(:location_data)
|
68
|
-
@parent_asset = args[:parent_asset] if args.key?(:parent_asset)
|
69
|
-
end
|
70
|
-
end
|
71
|
-
|
72
|
-
#
|
73
|
-
class CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectations
|
74
|
-
include Google::Apis::Core::Hashable
|
75
|
-
|
76
|
-
# Explicit overrides for ZI and ZS requirements to be used for resources that
|
77
|
-
# should be excluded from ZI/ZS verification logic.
|
78
|
-
# Corresponds to the JSON property `requirementOverride`
|
79
|
-
# @return [Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectationsRequirementOverride]
|
80
|
-
attr_accessor :requirement_override
|
81
|
-
|
82
|
-
#
|
83
|
-
# Corresponds to the JSON property `ziOrgPolicy`
|
84
|
-
# @return [String]
|
85
|
-
attr_accessor :zi_org_policy
|
86
|
-
|
87
|
-
#
|
88
|
-
# Corresponds to the JSON property `ziRegionPolicy`
|
89
|
-
# @return [String]
|
90
|
-
attr_accessor :zi_region_policy
|
91
|
-
|
92
|
-
#
|
93
|
-
# Corresponds to the JSON property `ziRegionState`
|
94
|
-
# @return [String]
|
95
|
-
attr_accessor :zi_region_state
|
96
|
-
|
97
|
-
# Deprecated: use zi_org_policy, zi_region_policy and zi_region_state instead
|
98
|
-
# for setting ZI expectations as per go/zicy-publish-physical-location.
|
99
|
-
# Corresponds to the JSON property `zoneIsolation`
|
100
|
-
# @return [String]
|
101
|
-
attr_accessor :zone_isolation
|
102
|
-
|
103
|
-
# Deprecated: use zs_org_policy, and zs_region_stateinstead for setting Zs
|
104
|
-
# expectations as per go/zicy-publish-physical-location.
|
105
|
-
# Corresponds to the JSON property `zoneSeparation`
|
106
|
-
# @return [String]
|
107
|
-
attr_accessor :zone_separation
|
108
|
-
|
109
|
-
#
|
110
|
-
# Corresponds to the JSON property `zsOrgPolicy`
|
111
|
-
# @return [String]
|
112
|
-
attr_accessor :zs_org_policy
|
113
|
-
|
114
|
-
#
|
115
|
-
# Corresponds to the JSON property `zsRegionState`
|
116
|
-
# @return [String]
|
117
|
-
attr_accessor :zs_region_state
|
118
|
-
|
119
|
-
def initialize(**args)
|
120
|
-
update!(**args)
|
121
|
-
end
|
122
|
-
|
123
|
-
# Update properties of this object
|
124
|
-
def update!(**args)
|
125
|
-
@requirement_override = args[:requirement_override] if args.key?(:requirement_override)
|
126
|
-
@zi_org_policy = args[:zi_org_policy] if args.key?(:zi_org_policy)
|
127
|
-
@zi_region_policy = args[:zi_region_policy] if args.key?(:zi_region_policy)
|
128
|
-
@zi_region_state = args[:zi_region_state] if args.key?(:zi_region_state)
|
129
|
-
@zone_isolation = args[:zone_isolation] if args.key?(:zone_isolation)
|
130
|
-
@zone_separation = args[:zone_separation] if args.key?(:zone_separation)
|
131
|
-
@zs_org_policy = args[:zs_org_policy] if args.key?(:zs_org_policy)
|
132
|
-
@zs_region_state = args[:zs_region_state] if args.key?(:zs_region_state)
|
133
|
-
end
|
134
|
-
end
|
135
|
-
|
136
|
-
#
|
137
|
-
class CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectationsRequirementOverride
|
138
|
-
include Google::Apis::Core::Hashable
|
139
|
-
|
140
|
-
#
|
141
|
-
# Corresponds to the JSON property `ziOverride`
|
142
|
-
# @return [String]
|
143
|
-
attr_accessor :zi_override
|
144
|
-
|
145
|
-
#
|
146
|
-
# Corresponds to the JSON property `zsOverride`
|
147
|
-
# @return [String]
|
148
|
-
attr_accessor :zs_override
|
149
|
-
|
150
|
-
def initialize(**args)
|
151
|
-
update!(**args)
|
152
|
-
end
|
153
|
-
|
154
|
-
# Update properties of this object
|
155
|
-
def update!(**args)
|
156
|
-
@zi_override = args[:zi_override] if args.key?(:zi_override)
|
157
|
-
@zs_override = args[:zs_override] if args.key?(:zs_override)
|
158
|
-
end
|
159
|
-
end
|
160
|
-
|
161
|
-
# Policy ID that identified data placement in Blobstore as per go/blobstore-user-
|
162
|
-
# guide#data-metadata-placement-and-failure-domains
|
163
|
-
class CloudReliabilityZicyWs3DataplaneProtosBlobstoreLocation
|
164
|
-
include Google::Apis::Core::Hashable
|
165
|
-
|
166
|
-
#
|
167
|
-
# Corresponds to the JSON property `policyId`
|
168
|
-
# @return [Array<String>]
|
169
|
-
attr_accessor :policy_id
|
170
|
-
|
171
|
-
def initialize(**args)
|
172
|
-
update!(**args)
|
173
|
-
end
|
174
|
-
|
175
|
-
# Update properties of this object
|
176
|
-
def update!(**args)
|
177
|
-
@policy_id = args[:policy_id] if args.key?(:policy_id)
|
178
|
-
end
|
179
|
-
end
|
180
|
-
|
181
|
-
#
|
182
|
-
class CloudReliabilityZicyWs3DataplaneProtosCloudAsset
|
183
|
-
include Google::Apis::Core::Hashable
|
184
|
-
|
185
|
-
#
|
186
|
-
# Corresponds to the JSON property `assetName`
|
187
|
-
# @return [String]
|
188
|
-
attr_accessor :asset_name
|
189
|
-
|
190
|
-
#
|
191
|
-
# Corresponds to the JSON property `assetType`
|
192
|
-
# @return [String]
|
193
|
-
attr_accessor :asset_type
|
194
|
-
|
195
|
-
def initialize(**args)
|
196
|
-
update!(**args)
|
197
|
-
end
|
198
|
-
|
199
|
-
# Update properties of this object
|
200
|
-
def update!(**args)
|
201
|
-
@asset_name = args[:asset_name] if args.key?(:asset_name)
|
202
|
-
@asset_type = args[:asset_type] if args.key?(:asset_type)
|
203
|
-
end
|
204
|
-
end
|
205
|
-
|
206
|
-
#
|
207
|
-
class CloudReliabilityZicyWs3DataplaneProtosCloudAssetComposition
|
208
|
-
include Google::Apis::Core::Hashable
|
209
|
-
|
210
|
-
#
|
211
|
-
# Corresponds to the JSON property `childAsset`
|
212
|
-
# @return [Array<Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosCloudAsset>]
|
213
|
-
attr_accessor :child_asset
|
214
|
-
|
215
|
-
def initialize(**args)
|
216
|
-
update!(**args)
|
217
|
-
end
|
218
|
-
|
219
|
-
# Update properties of this object
|
220
|
-
def update!(**args)
|
221
|
-
@child_asset = args[:child_asset] if args.key?(:child_asset)
|
222
|
-
end
|
223
|
-
end
|
224
|
-
|
225
|
-
#
|
226
|
-
class CloudReliabilityZicyWs3DataplaneProtosDirectLocationAssignment
|
227
|
-
include Google::Apis::Core::Hashable
|
228
|
-
|
229
|
-
#
|
230
|
-
# Corresponds to the JSON property `location`
|
231
|
-
# @return [Array<Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosLocationAssignment>]
|
232
|
-
attr_accessor :location
|
233
|
-
|
234
|
-
def initialize(**args)
|
235
|
-
update!(**args)
|
236
|
-
end
|
237
|
-
|
238
|
-
# Update properties of this object
|
239
|
-
def update!(**args)
|
240
|
-
@location = args[:location] if args.key?(:location)
|
241
|
-
end
|
242
|
-
end
|
243
|
-
|
244
|
-
# Defines parameters that should only be used for specific asset types.
|
245
|
-
class CloudReliabilityZicyWs3DataplaneProtosExtraParameter
|
246
|
-
include Google::Apis::Core::Hashable
|
247
|
-
|
248
|
-
# To be used for specifying the intended distribution of regional compute.
|
249
|
-
# googleapis.com/InstanceGroupManager instances
|
250
|
-
# Corresponds to the JSON property `regionalMigDistributionPolicy`
|
251
|
-
# @return [Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosRegionalMigDistributionPolicy]
|
252
|
-
attr_accessor :regional_mig_distribution_policy
|
253
|
-
|
254
|
-
def initialize(**args)
|
255
|
-
update!(**args)
|
256
|
-
end
|
257
|
-
|
258
|
-
# Update properties of this object
|
259
|
-
def update!(**args)
|
260
|
-
@regional_mig_distribution_policy = args[:regional_mig_distribution_policy] if args.key?(:regional_mig_distribution_policy)
|
261
|
-
end
|
262
|
-
end
|
263
|
-
|
264
|
-
#
|
265
|
-
class CloudReliabilityZicyWs3DataplaneProtosLocationAssignment
|
266
|
-
include Google::Apis::Core::Hashable
|
267
|
-
|
268
|
-
#
|
269
|
-
# Corresponds to the JSON property `location`
|
270
|
-
# @return [String]
|
271
|
-
attr_accessor :location
|
272
|
-
|
273
|
-
#
|
274
|
-
# Corresponds to the JSON property `locationType`
|
275
|
-
# @return [String]
|
276
|
-
attr_accessor :location_type
|
277
|
-
|
278
|
-
def initialize(**args)
|
279
|
-
update!(**args)
|
280
|
-
end
|
281
|
-
|
282
|
-
# Update properties of this object
|
283
|
-
def update!(**args)
|
284
|
-
@location = args[:location] if args.key?(:location)
|
285
|
-
@location_type = args[:location_type] if args.key?(:location_type)
|
286
|
-
end
|
287
|
-
end
|
288
|
-
|
289
|
-
#
|
290
|
-
class CloudReliabilityZicyWs3DataplaneProtosLocationData
|
291
|
-
include Google::Apis::Core::Hashable
|
292
|
-
|
293
|
-
# Policy ID that identified data placement in Blobstore as per go/blobstore-user-
|
294
|
-
# guide#data-metadata-placement-and-failure-domains
|
295
|
-
# Corresponds to the JSON property `blobstoreLocation`
|
296
|
-
# @return [Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosBlobstoreLocation]
|
297
|
-
attr_accessor :blobstore_location
|
298
|
-
|
299
|
-
#
|
300
|
-
# Corresponds to the JSON property `childAssetLocation`
|
301
|
-
# @return [Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosCloudAssetComposition]
|
302
|
-
attr_accessor :child_asset_location
|
303
|
-
|
304
|
-
#
|
305
|
-
# Corresponds to the JSON property `directLocation`
|
306
|
-
# @return [Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosDirectLocationAssignment]
|
307
|
-
attr_accessor :direct_location
|
308
|
-
|
309
|
-
#
|
310
|
-
# Corresponds to the JSON property `gcpProjectProxy`
|
311
|
-
# @return [Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosTenantProjectProxy]
|
312
|
-
attr_accessor :gcp_project_proxy
|
313
|
-
|
314
|
-
# Message describing that the location of the customer resource is tied to
|
315
|
-
# placer allocations
|
316
|
-
# Corresponds to the JSON property `placerLocation`
|
317
|
-
# @return [Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosPlacerLocation]
|
318
|
-
attr_accessor :placer_location
|
319
|
-
|
320
|
-
#
|
321
|
-
# Corresponds to the JSON property `spannerLocation`
|
322
|
-
# @return [Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosSpannerLocation]
|
323
|
-
attr_accessor :spanner_location
|
324
|
-
|
325
|
-
def initialize(**args)
|
326
|
-
update!(**args)
|
327
|
-
end
|
328
|
-
|
329
|
-
# Update properties of this object
|
330
|
-
def update!(**args)
|
331
|
-
@blobstore_location = args[:blobstore_location] if args.key?(:blobstore_location)
|
332
|
-
@child_asset_location = args[:child_asset_location] if args.key?(:child_asset_location)
|
333
|
-
@direct_location = args[:direct_location] if args.key?(:direct_location)
|
334
|
-
@gcp_project_proxy = args[:gcp_project_proxy] if args.key?(:gcp_project_proxy)
|
335
|
-
@placer_location = args[:placer_location] if args.key?(:placer_location)
|
336
|
-
@spanner_location = args[:spanner_location] if args.key?(:spanner_location)
|
337
|
-
end
|
338
|
-
end
|
339
|
-
|
340
|
-
# Message describing that the location of the customer resource is tied to
|
341
|
-
# placer allocations
|
342
|
-
class CloudReliabilityZicyWs3DataplaneProtosPlacerLocation
|
343
|
-
include Google::Apis::Core::Hashable
|
344
|
-
|
345
|
-
# Directory with a config related to it in placer (e.g. "/placer/prod/home/my-
|
346
|
-
# root/my-dir")
|
347
|
-
# Corresponds to the JSON property `placerConfig`
|
348
|
-
# @return [String]
|
349
|
-
attr_accessor :placer_config
|
350
|
-
|
351
|
-
def initialize(**args)
|
352
|
-
update!(**args)
|
353
|
-
end
|
354
|
-
|
355
|
-
# Update properties of this object
|
356
|
-
def update!(**args)
|
357
|
-
@placer_config = args[:placer_config] if args.key?(:placer_config)
|
358
|
-
end
|
359
|
-
end
|
360
|
-
|
361
|
-
# To be used for specifying the intended distribution of regional compute.
|
362
|
-
# googleapis.com/InstanceGroupManager instances
|
363
|
-
class CloudReliabilityZicyWs3DataplaneProtosRegionalMigDistributionPolicy
|
364
|
-
include Google::Apis::Core::Hashable
|
365
|
-
|
366
|
-
# The shape in which the group converges around distribution of resources.
|
367
|
-
# Instance of proto2 enum
|
368
|
-
# Corresponds to the JSON property `targetShape`
|
369
|
-
# @return [Fixnum]
|
370
|
-
attr_accessor :target_shape
|
371
|
-
|
372
|
-
# Cloud zones used by regional MIG to create instances.
|
373
|
-
# Corresponds to the JSON property `zones`
|
374
|
-
# @return [Array<Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosZoneConfiguration>]
|
375
|
-
attr_accessor :zones
|
376
|
-
|
377
|
-
def initialize(**args)
|
378
|
-
update!(**args)
|
379
|
-
end
|
380
|
-
|
381
|
-
# Update properties of this object
|
382
|
-
def update!(**args)
|
383
|
-
@target_shape = args[:target_shape] if args.key?(:target_shape)
|
384
|
-
@zones = args[:zones] if args.key?(:zones)
|
385
|
-
end
|
386
|
-
end
|
387
|
-
|
388
|
-
#
|
389
|
-
class CloudReliabilityZicyWs3DataplaneProtosSpannerLocation
|
390
|
-
include Google::Apis::Core::Hashable
|
391
|
-
|
392
|
-
# Set of backups used by the resource with name in the same format as what is
|
393
|
-
# available at http://table/spanner_automon.backup_metadata
|
394
|
-
# Corresponds to the JSON property `backupName`
|
395
|
-
# @return [Array<String>]
|
396
|
-
attr_accessor :backup_name
|
397
|
-
|
398
|
-
# Set of databases used by the resource in format /span//
|
399
|
-
# Corresponds to the JSON property `dbName`
|
400
|
-
# @return [Array<String>]
|
401
|
-
attr_accessor :db_name
|
402
|
-
|
403
|
-
def initialize(**args)
|
404
|
-
update!(**args)
|
405
|
-
end
|
406
|
-
|
407
|
-
# Update properties of this object
|
408
|
-
def update!(**args)
|
409
|
-
@backup_name = args[:backup_name] if args.key?(:backup_name)
|
410
|
-
@db_name = args[:db_name] if args.key?(:db_name)
|
411
|
-
end
|
412
|
-
end
|
413
|
-
|
414
|
-
#
|
415
|
-
class CloudReliabilityZicyWs3DataplaneProtosTenantProjectProxy
|
416
|
-
include Google::Apis::Core::Hashable
|
417
|
-
|
418
|
-
#
|
419
|
-
# Corresponds to the JSON property `projectNumbers`
|
420
|
-
# @return [Array<String>]
|
421
|
-
attr_accessor :project_numbers
|
422
|
-
|
423
|
-
def initialize(**args)
|
424
|
-
update!(**args)
|
425
|
-
end
|
426
|
-
|
427
|
-
# Update properties of this object
|
428
|
-
def update!(**args)
|
429
|
-
@project_numbers = args[:project_numbers] if args.key?(:project_numbers)
|
430
|
-
end
|
431
|
-
end
|
432
|
-
|
433
|
-
#
|
434
|
-
class CloudReliabilityZicyWs3DataplaneProtosZoneConfiguration
|
435
|
-
include Google::Apis::Core::Hashable
|
436
|
-
|
437
|
-
#
|
438
|
-
# Corresponds to the JSON property `zone`
|
439
|
-
# @return [String]
|
440
|
-
attr_accessor :zone
|
441
|
-
|
442
|
-
def initialize(**args)
|
443
|
-
update!(**args)
|
444
|
-
end
|
445
|
-
|
446
|
-
# Update properties of this object
|
447
|
-
def update!(**args)
|
448
|
-
@zone = args[:zone] if args.key?(:zone)
|
449
|
-
end
|
450
|
-
end
|
451
|
-
|
452
25
|
# A generic empty message that you can re-use to avoid defining duplicated empty
|
453
26
|
# messages in your APIs. A typical example is to use it as the request or the
|
454
27
|
# response type of an API method. For instance: service Foo ` rpc Bar(google.
|
@@ -882,6 +455,12 @@ module Google
|
|
882
455
|
# @return [String]
|
883
456
|
attr_accessor :name
|
884
457
|
|
458
|
+
# Output only. Denotes the transfer status of the Aspect Type. It is unspecified
|
459
|
+
# for Aspect Types created from Dataplex API.
|
460
|
+
# Corresponds to the JSON property `transferStatus`
|
461
|
+
# @return [String]
|
462
|
+
attr_accessor :transfer_status
|
463
|
+
|
885
464
|
# Output only. System generated globally unique ID for the AspectType. If you
|
886
465
|
# delete and recreate the AspectType with the same name, then this ID will be
|
887
466
|
# different.
|
@@ -908,6 +487,7 @@ module Google
|
|
908
487
|
@labels = args[:labels] if args.key?(:labels)
|
909
488
|
@metadata_template = args[:metadata_template] if args.key?(:metadata_template)
|
910
489
|
@name = args[:name] if args.key?(:name)
|
490
|
+
@transfer_status = args[:transfer_status] if args.key?(:transfer_status)
|
911
491
|
@uid = args[:uid] if args.key?(:uid)
|
912
492
|
@update_time = args[:update_time] if args.key?(:update_time)
|
913
493
|
end
|
@@ -4066,6 +3646,11 @@ module Google
|
|
4066
3646
|
# @return [String]
|
4067
3647
|
attr_accessor :data_location
|
4068
3648
|
|
3649
|
+
# The id of the associated datascan for standalone discovery.
|
3650
|
+
# Corresponds to the JSON property `datascanId`
|
3651
|
+
# @return [String]
|
3652
|
+
attr_accessor :datascan_id
|
3653
|
+
|
4069
3654
|
# Details about the entity.
|
4070
3655
|
# Corresponds to the JSON property `entity`
|
4071
3656
|
# @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1DiscoveryEventEntityDetails]
|
@@ -4086,6 +3671,11 @@ module Google
|
|
4086
3671
|
# @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1DiscoveryEventPartitionDetails]
|
4087
3672
|
attr_accessor :partition
|
4088
3673
|
|
3674
|
+
# Details about the published table.
|
3675
|
+
# Corresponds to the JSON property `table`
|
3676
|
+
# @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1DiscoveryEventTableDetails]
|
3677
|
+
attr_accessor :table
|
3678
|
+
|
4089
3679
|
# The type of the event being logged.
|
4090
3680
|
# Corresponds to the JSON property `type`
|
4091
3681
|
# @return [String]
|
@@ -4106,10 +3696,12 @@ module Google
|
|
4106
3696
|
@asset_id = args[:asset_id] if args.key?(:asset_id)
|
4107
3697
|
@config = args[:config] if args.key?(:config)
|
4108
3698
|
@data_location = args[:data_location] if args.key?(:data_location)
|
3699
|
+
@datascan_id = args[:datascan_id] if args.key?(:datascan_id)
|
4109
3700
|
@entity = args[:entity] if args.key?(:entity)
|
4110
3701
|
@lake_id = args[:lake_id] if args.key?(:lake_id)
|
4111
3702
|
@message = args[:message] if args.key?(:message)
|
4112
3703
|
@partition = args[:partition] if args.key?(:partition)
|
3704
|
+
@table = args[:table] if args.key?(:table)
|
4113
3705
|
@type = args[:type] if args.key?(:type)
|
4114
3706
|
@zone_id = args[:zone_id] if args.key?(:zone_id)
|
4115
3707
|
end
|
@@ -4220,6 +3812,31 @@ module Google
|
|
4220
3812
|
end
|
4221
3813
|
end
|
4222
3814
|
|
3815
|
+
# Details about the published table.
|
3816
|
+
class GoogleCloudDataplexV1DiscoveryEventTableDetails
|
3817
|
+
include Google::Apis::Core::Hashable
|
3818
|
+
|
3819
|
+
# The fully-qualified resource name of the table resource.
|
3820
|
+
# Corresponds to the JSON property `table`
|
3821
|
+
# @return [String]
|
3822
|
+
attr_accessor :table
|
3823
|
+
|
3824
|
+
# The type of the table resource.
|
3825
|
+
# Corresponds to the JSON property `type`
|
3826
|
+
# @return [String]
|
3827
|
+
attr_accessor :type
|
3828
|
+
|
3829
|
+
def initialize(**args)
|
3830
|
+
update!(**args)
|
3831
|
+
end
|
3832
|
+
|
3833
|
+
# Update properties of this object
|
3834
|
+
def update!(**args)
|
3835
|
+
@table = args[:table] if args.key?(:table)
|
3836
|
+
@type = args[:type] if args.key?(:type)
|
3837
|
+
end
|
3838
|
+
end
|
3839
|
+
|
4223
3840
|
# Represents tables and fileset metadata contained within a zone.
|
4224
3841
|
class GoogleCloudDataplexV1Entity
|
4225
3842
|
include Google::Apis::Core::Hashable
|
@@ -4520,6 +4137,12 @@ module Google
|
|
4520
4137
|
# @return [String]
|
4521
4138
|
attr_accessor :name
|
4522
4139
|
|
4140
|
+
# Output only. Denotes the transfer status of the Entry Group. It is unspecified
|
4141
|
+
# for Entry Group created from Dataplex API.
|
4142
|
+
# Corresponds to the JSON property `transferStatus`
|
4143
|
+
# @return [String]
|
4144
|
+
attr_accessor :transfer_status
|
4145
|
+
|
4523
4146
|
# Output only. System generated globally unique ID for the EntryGroup. If you
|
4524
4147
|
# delete and recreate the EntryGroup with the same name, this ID will be
|
4525
4148
|
# different.
|
@@ -4544,6 +4167,7 @@ module Google
|
|
4544
4167
|
@etag = args[:etag] if args.key?(:etag)
|
4545
4168
|
@labels = args[:labels] if args.key?(:labels)
|
4546
4169
|
@name = args[:name] if args.key?(:name)
|
4170
|
+
@transfer_status = args[:transfer_status] if args.key?(:transfer_status)
|
4547
4171
|
@uid = args[:uid] if args.key?(:uid)
|
4548
4172
|
@update_time = args[:update_time] if args.key?(:update_time)
|
4549
4173
|
end
|
@@ -7610,9 +7234,9 @@ module Google
|
|
7610
7234
|
# @return [String]
|
7611
7235
|
attr_accessor :sql_script
|
7612
7236
|
|
7613
|
-
# A reference to a query file. This
|
7614
|
-
# file
|
7615
|
-
#
|
7237
|
+
# A reference to a query file. This should be the Cloud Storage URI of the query
|
7238
|
+
# file. The execution args are used to declare a set of script variables (set
|
7239
|
+
# key="value";).
|
7616
7240
|
# Corresponds to the JSON property `sqlScriptFile`
|
7617
7241
|
# @return [String]
|
7618
7242
|
attr_accessor :sql_script_file
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DataplexV1
|
18
18
|
# Version of the google-apis-dataplex_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.64.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240925"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -22,96 +22,6 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module DataplexV1
|
24
24
|
|
25
|
-
class CloudReliabilityZicyWs3DataplaneProtosAssetLocation
|
26
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
-
|
28
|
-
include Google::Apis::Core::JsonObjectSupport
|
29
|
-
end
|
30
|
-
|
31
|
-
class CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectations
|
32
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
-
|
34
|
-
include Google::Apis::Core::JsonObjectSupport
|
35
|
-
end
|
36
|
-
|
37
|
-
class CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectationsRequirementOverride
|
38
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
-
|
40
|
-
include Google::Apis::Core::JsonObjectSupport
|
41
|
-
end
|
42
|
-
|
43
|
-
class CloudReliabilityZicyWs3DataplaneProtosBlobstoreLocation
|
44
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
-
|
46
|
-
include Google::Apis::Core::JsonObjectSupport
|
47
|
-
end
|
48
|
-
|
49
|
-
class CloudReliabilityZicyWs3DataplaneProtosCloudAsset
|
50
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
-
|
52
|
-
include Google::Apis::Core::JsonObjectSupport
|
53
|
-
end
|
54
|
-
|
55
|
-
class CloudReliabilityZicyWs3DataplaneProtosCloudAssetComposition
|
56
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
-
|
58
|
-
include Google::Apis::Core::JsonObjectSupport
|
59
|
-
end
|
60
|
-
|
61
|
-
class CloudReliabilityZicyWs3DataplaneProtosDirectLocationAssignment
|
62
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
-
|
64
|
-
include Google::Apis::Core::JsonObjectSupport
|
65
|
-
end
|
66
|
-
|
67
|
-
class CloudReliabilityZicyWs3DataplaneProtosExtraParameter
|
68
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
-
|
70
|
-
include Google::Apis::Core::JsonObjectSupport
|
71
|
-
end
|
72
|
-
|
73
|
-
class CloudReliabilityZicyWs3DataplaneProtosLocationAssignment
|
74
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
-
|
76
|
-
include Google::Apis::Core::JsonObjectSupport
|
77
|
-
end
|
78
|
-
|
79
|
-
class CloudReliabilityZicyWs3DataplaneProtosLocationData
|
80
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
-
|
82
|
-
include Google::Apis::Core::JsonObjectSupport
|
83
|
-
end
|
84
|
-
|
85
|
-
class CloudReliabilityZicyWs3DataplaneProtosPlacerLocation
|
86
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
-
|
88
|
-
include Google::Apis::Core::JsonObjectSupport
|
89
|
-
end
|
90
|
-
|
91
|
-
class CloudReliabilityZicyWs3DataplaneProtosRegionalMigDistributionPolicy
|
92
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
-
|
94
|
-
include Google::Apis::Core::JsonObjectSupport
|
95
|
-
end
|
96
|
-
|
97
|
-
class CloudReliabilityZicyWs3DataplaneProtosSpannerLocation
|
98
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
-
|
100
|
-
include Google::Apis::Core::JsonObjectSupport
|
101
|
-
end
|
102
|
-
|
103
|
-
class CloudReliabilityZicyWs3DataplaneProtosTenantProjectProxy
|
104
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
-
|
106
|
-
include Google::Apis::Core::JsonObjectSupport
|
107
|
-
end
|
108
|
-
|
109
|
-
class CloudReliabilityZicyWs3DataplaneProtosZoneConfiguration
|
110
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
-
|
112
|
-
include Google::Apis::Core::JsonObjectSupport
|
113
|
-
end
|
114
|
-
|
115
25
|
class Empty
|
116
26
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
27
|
|
@@ -682,6 +592,12 @@ module Google
|
|
682
592
|
include Google::Apis::Core::JsonObjectSupport
|
683
593
|
end
|
684
594
|
|
595
|
+
class GoogleCloudDataplexV1DiscoveryEventTableDetails
|
596
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
597
|
+
|
598
|
+
include Google::Apis::Core::JsonObjectSupport
|
599
|
+
end
|
600
|
+
|
685
601
|
class GoogleCloudDataplexV1Entity
|
686
602
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
687
603
|
|
@@ -1330,147 +1246,6 @@ module Google
|
|
1330
1246
|
include Google::Apis::Core::JsonObjectSupport
|
1331
1247
|
end
|
1332
1248
|
|
1333
|
-
class CloudReliabilityZicyWs3DataplaneProtosAssetLocation
|
1334
|
-
# @private
|
1335
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1336
|
-
property :ccfe_rms_path, as: 'ccfeRmsPath'
|
1337
|
-
property :expected, as: 'expected', class: Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectations, decorator: Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectations::Representation
|
1338
|
-
|
1339
|
-
collection :extra_parameters, as: 'extraParameters', class: Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosExtraParameter, decorator: Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosExtraParameter::Representation
|
1340
|
-
|
1341
|
-
collection :location_data, as: 'locationData', class: Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosLocationData, decorator: Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosLocationData::Representation
|
1342
|
-
|
1343
|
-
collection :parent_asset, as: 'parentAsset', class: Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosCloudAsset, decorator: Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosCloudAsset::Representation
|
1344
|
-
|
1345
|
-
end
|
1346
|
-
end
|
1347
|
-
|
1348
|
-
class CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectations
|
1349
|
-
# @private
|
1350
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1351
|
-
property :requirement_override, as: 'requirementOverride', class: Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectationsRequirementOverride, decorator: Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectationsRequirementOverride::Representation
|
1352
|
-
|
1353
|
-
property :zi_org_policy, as: 'ziOrgPolicy'
|
1354
|
-
property :zi_region_policy, as: 'ziRegionPolicy'
|
1355
|
-
property :zi_region_state, as: 'ziRegionState'
|
1356
|
-
property :zone_isolation, as: 'zoneIsolation'
|
1357
|
-
property :zone_separation, as: 'zoneSeparation'
|
1358
|
-
property :zs_org_policy, as: 'zsOrgPolicy'
|
1359
|
-
property :zs_region_state, as: 'zsRegionState'
|
1360
|
-
end
|
1361
|
-
end
|
1362
|
-
|
1363
|
-
class CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectationsRequirementOverride
|
1364
|
-
# @private
|
1365
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1366
|
-
property :zi_override, as: 'ziOverride'
|
1367
|
-
property :zs_override, as: 'zsOverride'
|
1368
|
-
end
|
1369
|
-
end
|
1370
|
-
|
1371
|
-
class CloudReliabilityZicyWs3DataplaneProtosBlobstoreLocation
|
1372
|
-
# @private
|
1373
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1374
|
-
collection :policy_id, as: 'policyId'
|
1375
|
-
end
|
1376
|
-
end
|
1377
|
-
|
1378
|
-
class CloudReliabilityZicyWs3DataplaneProtosCloudAsset
|
1379
|
-
# @private
|
1380
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1381
|
-
property :asset_name, as: 'assetName'
|
1382
|
-
property :asset_type, as: 'assetType'
|
1383
|
-
end
|
1384
|
-
end
|
1385
|
-
|
1386
|
-
class CloudReliabilityZicyWs3DataplaneProtosCloudAssetComposition
|
1387
|
-
# @private
|
1388
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1389
|
-
collection :child_asset, as: 'childAsset', class: Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosCloudAsset, decorator: Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosCloudAsset::Representation
|
1390
|
-
|
1391
|
-
end
|
1392
|
-
end
|
1393
|
-
|
1394
|
-
class CloudReliabilityZicyWs3DataplaneProtosDirectLocationAssignment
|
1395
|
-
# @private
|
1396
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1397
|
-
collection :location, as: 'location', class: Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosLocationAssignment, decorator: Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosLocationAssignment::Representation
|
1398
|
-
|
1399
|
-
end
|
1400
|
-
end
|
1401
|
-
|
1402
|
-
class CloudReliabilityZicyWs3DataplaneProtosExtraParameter
|
1403
|
-
# @private
|
1404
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1405
|
-
property :regional_mig_distribution_policy, as: 'regionalMigDistributionPolicy', class: Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosRegionalMigDistributionPolicy, decorator: Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosRegionalMigDistributionPolicy::Representation
|
1406
|
-
|
1407
|
-
end
|
1408
|
-
end
|
1409
|
-
|
1410
|
-
class CloudReliabilityZicyWs3DataplaneProtosLocationAssignment
|
1411
|
-
# @private
|
1412
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1413
|
-
property :location, as: 'location'
|
1414
|
-
property :location_type, as: 'locationType'
|
1415
|
-
end
|
1416
|
-
end
|
1417
|
-
|
1418
|
-
class CloudReliabilityZicyWs3DataplaneProtosLocationData
|
1419
|
-
# @private
|
1420
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1421
|
-
property :blobstore_location, as: 'blobstoreLocation', class: Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosBlobstoreLocation, decorator: Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosBlobstoreLocation::Representation
|
1422
|
-
|
1423
|
-
property :child_asset_location, as: 'childAssetLocation', class: Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosCloudAssetComposition, decorator: Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosCloudAssetComposition::Representation
|
1424
|
-
|
1425
|
-
property :direct_location, as: 'directLocation', class: Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosDirectLocationAssignment, decorator: Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosDirectLocationAssignment::Representation
|
1426
|
-
|
1427
|
-
property :gcp_project_proxy, as: 'gcpProjectProxy', class: Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosTenantProjectProxy, decorator: Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosTenantProjectProxy::Representation
|
1428
|
-
|
1429
|
-
property :placer_location, as: 'placerLocation', class: Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosPlacerLocation, decorator: Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosPlacerLocation::Representation
|
1430
|
-
|
1431
|
-
property :spanner_location, as: 'spannerLocation', class: Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosSpannerLocation, decorator: Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosSpannerLocation::Representation
|
1432
|
-
|
1433
|
-
end
|
1434
|
-
end
|
1435
|
-
|
1436
|
-
class CloudReliabilityZicyWs3DataplaneProtosPlacerLocation
|
1437
|
-
# @private
|
1438
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1439
|
-
property :placer_config, as: 'placerConfig'
|
1440
|
-
end
|
1441
|
-
end
|
1442
|
-
|
1443
|
-
class CloudReliabilityZicyWs3DataplaneProtosRegionalMigDistributionPolicy
|
1444
|
-
# @private
|
1445
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1446
|
-
property :target_shape, as: 'targetShape'
|
1447
|
-
collection :zones, as: 'zones', class: Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosZoneConfiguration, decorator: Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosZoneConfiguration::Representation
|
1448
|
-
|
1449
|
-
end
|
1450
|
-
end
|
1451
|
-
|
1452
|
-
class CloudReliabilityZicyWs3DataplaneProtosSpannerLocation
|
1453
|
-
# @private
|
1454
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1455
|
-
collection :backup_name, as: 'backupName'
|
1456
|
-
collection :db_name, as: 'dbName'
|
1457
|
-
end
|
1458
|
-
end
|
1459
|
-
|
1460
|
-
class CloudReliabilityZicyWs3DataplaneProtosTenantProjectProxy
|
1461
|
-
# @private
|
1462
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1463
|
-
collection :project_numbers, as: 'projectNumbers'
|
1464
|
-
end
|
1465
|
-
end
|
1466
|
-
|
1467
|
-
class CloudReliabilityZicyWs3DataplaneProtosZoneConfiguration
|
1468
|
-
# @private
|
1469
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1470
|
-
property :zone, as: 'zone'
|
1471
|
-
end
|
1472
|
-
end
|
1473
|
-
|
1474
1249
|
class Empty
|
1475
1250
|
# @private
|
1476
1251
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1599,6 +1374,7 @@ module Google
|
|
1599
1374
|
property :metadata_template, as: 'metadataTemplate', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectTypeMetadataTemplate, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectTypeMetadataTemplate::Representation
|
1600
1375
|
|
1601
1376
|
property :name, as: 'name'
|
1377
|
+
property :transfer_status, as: 'transferStatus'
|
1602
1378
|
property :uid, as: 'uid'
|
1603
1379
|
property :update_time, as: 'updateTime'
|
1604
1380
|
end
|
@@ -2458,12 +2234,15 @@ module Google
|
|
2458
2234
|
property :config, as: 'config', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DiscoveryEventConfigDetails, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DiscoveryEventConfigDetails::Representation
|
2459
2235
|
|
2460
2236
|
property :data_location, as: 'dataLocation'
|
2237
|
+
property :datascan_id, as: 'datascanId'
|
2461
2238
|
property :entity, as: 'entity', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DiscoveryEventEntityDetails, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DiscoveryEventEntityDetails::Representation
|
2462
2239
|
|
2463
2240
|
property :lake_id, as: 'lakeId'
|
2464
2241
|
property :message, as: 'message'
|
2465
2242
|
property :partition, as: 'partition', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DiscoveryEventPartitionDetails, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DiscoveryEventPartitionDetails::Representation
|
2466
2243
|
|
2244
|
+
property :table, as: 'table', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DiscoveryEventTableDetails, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DiscoveryEventTableDetails::Representation
|
2245
|
+
|
2467
2246
|
property :type, as: 'type'
|
2468
2247
|
property :zone_id, as: 'zoneId'
|
2469
2248
|
end
|
@@ -2501,6 +2280,14 @@ module Google
|
|
2501
2280
|
end
|
2502
2281
|
end
|
2503
2282
|
|
2283
|
+
class GoogleCloudDataplexV1DiscoveryEventTableDetails
|
2284
|
+
# @private
|
2285
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2286
|
+
property :table, as: 'table'
|
2287
|
+
property :type, as: 'type'
|
2288
|
+
end
|
2289
|
+
end
|
2290
|
+
|
2504
2291
|
class GoogleCloudDataplexV1Entity
|
2505
2292
|
# @private
|
2506
2293
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2572,6 +2359,7 @@ module Google
|
|
2572
2359
|
property :etag, as: 'etag'
|
2573
2360
|
hash :labels, as: 'labels'
|
2574
2361
|
property :name, as: 'name'
|
2362
|
+
property :transfer_status, as: 'transferStatus'
|
2575
2363
|
property :uid, as: 'uid'
|
2576
2364
|
property :update_time, as: 'updateTime'
|
2577
2365
|
end
|
@@ -390,6 +390,9 @@ module Google
|
|
390
390
|
end
|
391
391
|
|
392
392
|
# Looks up a single Entry by name using the permission on the source system.
|
393
|
+
# Caution: The BigQuery metadata that is stored in Dataplex Catalog is changing.
|
394
|
+
# For more information, see Changes to BigQuery metadata stored in Dataplex
|
395
|
+
# Catalog (https://cloud.google.com/dataplex/docs/biqquery-metadata-changes).
|
393
396
|
# @param [String] name
|
394
397
|
# Required. The project to which the request should be attributed in the
|
395
398
|
# following form: projects/`project`/locations/`location`.
|
@@ -2706,7 +2709,10 @@ module Google
|
|
2706
2709
|
execute_or_queue_command(command, &block)
|
2707
2710
|
end
|
2708
2711
|
|
2709
|
-
# Gets an Entry.
|
2712
|
+
# Gets an Entry.Caution: The BigQuery metadata that is stored in Dataplex
|
2713
|
+
# Catalog is changing. For more information, see Changes to BigQuery metadata
|
2714
|
+
# stored in Dataplex Catalog (https://cloud.google.com/dataplex/docs/biqquery-
|
2715
|
+
# metadata-changes).
|
2710
2716
|
# @param [String] name
|
2711
2717
|
# Required. The resource name of the Entry: projects/`project`/locations/`
|
2712
2718
|
# location`/entryGroups/`entry_group`/entries/`entry`.
|
@@ -2813,12 +2819,13 @@ module Google
|
|
2813
2819
|
# @param [Array<String>, String] aspect_keys
|
2814
2820
|
# Optional. The map keys of the Aspects which the service should modify. It
|
2815
2821
|
# supports the following syntaxes: - matches an aspect of the given type and
|
2816
|
-
# empty path. @path - matches an aspect of the given type and specified path.
|
2817
|
-
#
|
2818
|
-
#
|
2819
|
-
#
|
2820
|
-
#
|
2821
|
-
#
|
2822
|
+
# empty path. @path - matches an aspect of the given type and specified path.
|
2823
|
+
# For example, to attach an aspect to a field that is specified by the schema
|
2824
|
+
# aspect, the path should have the format Schema.. * - matches aspects of the
|
2825
|
+
# given type for all paths. *@path - matches aspects of all types on the given
|
2826
|
+
# path.The service will not remove existing aspects matching the syntax unless
|
2827
|
+
# delete_missing_aspects is set to true.If this field is left empty, the service
|
2828
|
+
# treats it as specifying exactly those Aspects present in the request.
|
2822
2829
|
# @param [Boolean] delete_missing_aspects
|
2823
2830
|
# Optional. If set to true and the aspect_keys specify aspect ranges, the
|
2824
2831
|
# service deletes any existing aspects from that range that weren't provided in
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dataplex_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.64.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-10-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataplex_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.64.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataplex_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|