google-apis-datafusion_v1beta1 0.27.0 → 0.28.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 71898b9d5eae17a3eae2e08150225b53cce298aefab0ca4bf92f63be9fb91ac0
4
- data.tar.gz: 7e60e1ba73fd16bff23f5276f2987d9b3a402b87e8791211cea83bb43e049066
3
+ metadata.gz: c110e3f3fca3db9cffa1f0e16f9f43db5d9aa1479bfb42e716076c4ce5701f37
4
+ data.tar.gz: 418f39a2c2cf04a5206a0c4e3fb848e7db09d85d01979820187e7b044cc9af9c
5
5
  SHA512:
6
- metadata.gz: 52f38162d9bc76dbf028366b62eee97332d2074b73d4c5db0a5f3ed177787e0711145c57a1ea43ee2ab4b90c5343d8a75ecf21d4bec214bd45584ae83d400d2c
7
- data.tar.gz: 3bcc8f1bf59b785c96b47ecf8f94feff94e641e20c4a13ad1d7af72806a609340fd57cf75a80d1f28efecf179545203b74e1780fa89ce31fdedf8677a414a948
6
+ metadata.gz: b305260dcc386b7f529f7ecc312a81b8aedc5a2bed0bf040cfcab89461f97a7962fc4d38f7a4377de1c344d9c8c604097cdf27275640d68dcad8e65b56093306
7
+ data.tar.gz: de71b5a79aa1a18b555bdc90b343eb93a519aacb476c2c802a5ef6b691258950dfbe719260d32a44dd0550f396a953a700dd3e3f37fe1d377e6419bb37342a05
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datafusion_v1beta1
2
2
 
3
+ ### v0.28.0 (2023-12-03)
4
+
5
+ * Regenerated from discovery document revision 20231130
6
+
3
7
  ### v0.27.0 (2023-10-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20231017
@@ -229,6 +229,54 @@ module Google
229
229
  end
230
230
  end
231
231
 
232
+ # Next tag: 7
233
+ class DataResidencyAugmentedView
234
+ include Google::Apis::Core::Hashable
235
+
236
+ # Cloud resource to Google owned production object mapping in the form of GURIs.
237
+ # The GURIs should be available in DG KB storage/cns tables. This is the
238
+ # preferred way of providing cloud resource mappings. For further details please
239
+ # read go/cloud-resource-monitoring_sig
240
+ # Corresponds to the JSON property `crGopoGuris`
241
+ # @return [Array<String>]
242
+ attr_accessor :cr_gopo_guris
243
+
244
+ # Cloud resource to Google owned production object mapping in the form of
245
+ # prefixes. These should be available in DG KB storage/cns tables. The entity
246
+ # type, which is the part of the string before the first colon in the GURI, must
247
+ # be completely specified in prefix. For details about GURI please read go/guri.
248
+ # For further details about the field please read go/cloud-resource-
249
+ # monitoring_sig.
250
+ # Corresponds to the JSON property `crGopoPrefixes`
251
+ # @return [Array<String>]
252
+ attr_accessor :cr_gopo_prefixes
253
+
254
+ # This message defines service-specific data that certain service teams must
255
+ # provide as part of the Data Residency Augmented View for a resource. Next ID:
256
+ # 2
257
+ # Corresponds to the JSON property `serviceData`
258
+ # @return [Google::Apis::DatafusionV1beta1::ServiceData]
259
+ attr_accessor :service_data
260
+
261
+ # The list of project_id's of the tenant projects in the 'google.com' org which
262
+ # serve the Cloud Resource. See go/drz-mst-sig for more details.
263
+ # Corresponds to the JSON property `tpIds`
264
+ # @return [Array<String>]
265
+ attr_accessor :tp_ids
266
+
267
+ def initialize(**args)
268
+ update!(**args)
269
+ end
270
+
271
+ # Update properties of this object
272
+ def update!(**args)
273
+ @cr_gopo_guris = args[:cr_gopo_guris] if args.key?(:cr_gopo_guris)
274
+ @cr_gopo_prefixes = args[:cr_gopo_prefixes] if args.key?(:cr_gopo_prefixes)
275
+ @service_data = args[:service_data] if args.key?(:service_data)
276
+ @tp_ids = args[:tp_ids] if args.key?(:tp_ids)
277
+ end
278
+ end
279
+
232
280
  # DNS peering configuration. These configurations are used to create DNS peering
233
281
  # with the customer Cloud DNS.
234
282
  class DnsPeering
@@ -459,6 +507,12 @@ module Google
459
507
  # @return [Google::Apis::DatafusionV1beta1::CryptoKeyConfig]
460
508
  attr_accessor :crypto_key_config
461
509
 
510
+ # Optional. Reserved for future use.
511
+ # Corresponds to the JSON property `dataplexDataLineageIntegrationEnabled`
512
+ # @return [Boolean]
513
+ attr_accessor :dataplex_data_lineage_integration_enabled
514
+ alias_method :dataplex_data_lineage_integration_enabled?, :dataplex_data_lineage_integration_enabled
515
+
462
516
  # User-managed service account to set on Dataproc when Cloud Data Fusion creates
463
517
  # Dataproc to run data processing pipelines. This allows users to have fine-
464
518
  # grained access control on Dataproc's accesses to cloud resources.
@@ -635,6 +689,7 @@ module Google
635
689
  @available_version = args[:available_version] if args.key?(:available_version)
636
690
  @create_time = args[:create_time] if args.key?(:create_time)
637
691
  @crypto_key_config = args[:crypto_key_config] if args.key?(:crypto_key_config)
692
+ @dataplex_data_lineage_integration_enabled = args[:dataplex_data_lineage_integration_enabled] if args.key?(:dataplex_data_lineage_integration_enabled)
638
693
  @dataproc_service_account = args[:dataproc_service_account] if args.key?(:dataproc_service_account)
639
694
  @description = args[:description] if args.key?(:description)
640
695
  @disabled_reason = args[:disabled_reason] if args.key?(:disabled_reason)
@@ -928,8 +983,8 @@ module Google
928
983
  # Project will be peered for executing pipelines. This is required only when
929
984
  # using connection type VPC peering. In case of shared VPC where the network
930
985
  # resides in another host project the network should specified in the form of
931
- # projects/`project-id`/global/networks/`network`. This is only required for
932
- # connectivity type VPC_PEERING.
986
+ # projects/`host-project-id`/global/networks/`network`. This is only required
987
+ # for connectivity type VPC_PEERING.
933
988
  # Corresponds to the JSON property `network`
934
989
  # @return [String]
935
990
  attr_accessor :network
@@ -1081,6 +1136,46 @@ module Google
1081
1136
  end
1082
1137
  end
1083
1138
 
1139
+ # Persistent Disk service-specific Data. Contains information that may not be
1140
+ # appropriate for the generic DRZ Augmented View. This currently includes LSV
1141
+ # Colossus Roots and GCS Buckets.
1142
+ class PersistentDiskData
1143
+ include Google::Apis::Core::Hashable
1144
+
1145
+ # Path to Colossus root for an LSV. NOTE: Unlike `cr_ti_guris` and `
1146
+ # cr_ti_prefixes`, the field `cfs_roots` below does not need to be a GUri or
1147
+ # GUri prefix. It can simply be any valid CFS or CFS2 Path. The DRZ KR8 SIG has
1148
+ # more details overall, but generally the `cfs_roots` provided here should be
1149
+ # scoped to an individual Persistent Disk. An example for a PD Disk with a disk
1150
+ # ID 3277719120423414466, follows: * `cr_ti_guris` could be ‘/cfs2/pj/pd-cloud-
1151
+ # prod’ as this is a valid GUri present in the DG KB and contains enough
1152
+ # information to perform location monitoring and scope ownership of the
1153
+ # Production Object. * `cfs_roots` would be: ‘/cfs2/pj/pd-cloud-staging/
1154
+ # lsv000001234@/ lsv/projects~773365403387~zones~2700~disks~3277719120423414466 ~
1155
+ # bank-blue-careful-3526-lsv00054DB1B7254BA3/’ as this allows us to enumerate
1156
+ # the files on CFS2 that belong to an individual Disk.
1157
+ # Corresponds to the JSON property `cfsRoots`
1158
+ # @return [Array<String>]
1159
+ attr_accessor :cfs_roots
1160
+
1161
+ # The GCS Buckets that back this snapshot or image. This is required as `
1162
+ # cr_ti_prefixes` and `cr_ti_guris` only accept TI resources. This should be the
1163
+ # globally unique bucket name.
1164
+ # Corresponds to the JSON property `gcsBucketNames`
1165
+ # @return [Array<String>]
1166
+ attr_accessor :gcs_bucket_names
1167
+
1168
+ def initialize(**args)
1169
+ update!(**args)
1170
+ end
1171
+
1172
+ # Update properties of this object
1173
+ def update!(**args)
1174
+ @cfs_roots = args[:cfs_roots] if args.key?(:cfs_roots)
1175
+ @gcs_bucket_names = args[:gcs_bucket_names] if args.key?(:gcs_bucket_names)
1176
+ end
1177
+ end
1178
+
1084
1179
  # An Identity and Access Management (IAM) policy, which specifies access
1085
1180
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1086
1181
  # A `binding` binds one or more `members`, or principals, to a single `role`.
@@ -1258,6 +1353,29 @@ module Google
1258
1353
  end
1259
1354
  end
1260
1355
 
1356
+ # This message defines service-specific data that certain service teams must
1357
+ # provide as part of the Data Residency Augmented View for a resource. Next ID:
1358
+ # 2
1359
+ class ServiceData
1360
+ include Google::Apis::Core::Hashable
1361
+
1362
+ # Persistent Disk service-specific Data. Contains information that may not be
1363
+ # appropriate for the generic DRZ Augmented View. This currently includes LSV
1364
+ # Colossus Roots and GCS Buckets.
1365
+ # Corresponds to the JSON property `pd`
1366
+ # @return [Google::Apis::DatafusionV1beta1::PersistentDiskData]
1367
+ attr_accessor :pd
1368
+
1369
+ def initialize(**args)
1370
+ update!(**args)
1371
+ end
1372
+
1373
+ # Update properties of this object
1374
+ def update!(**args)
1375
+ @pd = args[:pd] if args.key?(:pd)
1376
+ end
1377
+ end
1378
+
1261
1379
  # Request message for `SetIamPolicy` method.
1262
1380
  class SetIamPolicyRequest
1263
1381
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatafusionV1beta1
18
18
  # Version of the google-apis-datafusion_v1beta1 gem
19
- GEM_VERSION = "0.27.0"
19
+ GEM_VERSION = "0.28.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231017"
25
+ REVISION = "20231130"
26
26
  end
27
27
  end
28
28
  end
@@ -58,6 +58,12 @@ module Google
58
58
  include Google::Apis::Core::JsonObjectSupport
59
59
  end
60
60
 
61
+ class DataResidencyAugmentedView
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
61
67
  class DnsPeering
62
68
  class Representation < Google::Apis::Core::JsonRepresentation; end
63
69
 
@@ -160,6 +166,12 @@ module Google
160
166
  include Google::Apis::Core::JsonObjectSupport
161
167
  end
162
168
 
169
+ class PersistentDiskData
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
163
175
  class Policy
164
176
  class Representation < Google::Apis::Core::JsonRepresentation; end
165
177
 
@@ -190,6 +202,12 @@ module Google
190
202
  include Google::Apis::Core::JsonObjectSupport
191
203
  end
192
204
 
205
+ class ServiceData
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
193
211
  class SetIamPolicyRequest
194
212
  class Representation < Google::Apis::Core::JsonRepresentation; end
195
213
 
@@ -274,6 +292,17 @@ module Google
274
292
  end
275
293
  end
276
294
 
295
+ class DataResidencyAugmentedView
296
+ # @private
297
+ class Representation < Google::Apis::Core::JsonRepresentation
298
+ collection :cr_gopo_guris, as: 'crGopoGuris'
299
+ collection :cr_gopo_prefixes, as: 'crGopoPrefixes'
300
+ property :service_data, as: 'serviceData', class: Google::Apis::DatafusionV1beta1::ServiceData, decorator: Google::Apis::DatafusionV1beta1::ServiceData::Representation
301
+
302
+ collection :tp_ids, as: 'tpIds'
303
+ end
304
+ end
305
+
277
306
  class DnsPeering
278
307
  # @private
279
308
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -330,6 +359,7 @@ module Google
330
359
  property :create_time, as: 'createTime'
331
360
  property :crypto_key_config, as: 'cryptoKeyConfig', class: Google::Apis::DatafusionV1beta1::CryptoKeyConfig, decorator: Google::Apis::DatafusionV1beta1::CryptoKeyConfig::Representation
332
361
 
362
+ property :dataplex_data_lineage_integration_enabled, as: 'dataplexDataLineageIntegrationEnabled'
333
363
  property :dataproc_service_account, as: 'dataprocServiceAccount'
334
364
  property :description, as: 'description'
335
365
  collection :disabled_reason, as: 'disabledReason'
@@ -475,6 +505,14 @@ module Google
475
505
  end
476
506
  end
477
507
 
508
+ class PersistentDiskData
509
+ # @private
510
+ class Representation < Google::Apis::Core::JsonRepresentation
511
+ collection :cfs_roots, as: 'cfsRoots'
512
+ collection :gcs_bucket_names, as: 'gcsBucketNames'
513
+ end
514
+ end
515
+
478
516
  class Policy
479
517
  # @private
480
518
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -514,6 +552,14 @@ module Google
514
552
  end
515
553
  end
516
554
 
555
+ class ServiceData
556
+ # @private
557
+ class Representation < Google::Apis::Core::JsonRepresentation
558
+ property :pd, as: 'pd', class: Google::Apis::DatafusionV1beta1::PersistentDiskData, decorator: Google::Apis::DatafusionV1beta1::PersistentDiskData::Representation
559
+
560
+ end
561
+ end
562
+
517
563
  class SetIamPolicyRequest
518
564
  # @private
519
565
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datafusion_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.27.0
4
+ version: 0.28.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: 2023-10-29 00:00:00.000000000 Z
11
+ date: 2023-12-03 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-datafusion_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1beta1/v0.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1beta1/v0.28.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datafusion_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []