google-apis-datafusion_v1beta1 0.27.0 → 0.29.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: 5941216259ebe9358bf9d2fe13ee857cf3147546f15e45426597352f5036bfff
4
+ data.tar.gz: fb295850e6e7faea9b2d1b83f2462682e62683d526cab6338fbcfc975c4ba05a
5
5
  SHA512:
6
- metadata.gz: 52f38162d9bc76dbf028366b62eee97332d2074b73d4c5db0a5f3ed177787e0711145c57a1ea43ee2ab4b90c5343d8a75ecf21d4bec214bd45584ae83d400d2c
7
- data.tar.gz: 3bcc8f1bf59b785c96b47ecf8f94feff94e641e20c4a13ad1d7af72806a609340fd57cf75a80d1f28efecf179545203b74e1780fa89ce31fdedf8677a414a948
6
+ metadata.gz: 2bef567bfa9eb6f4ab77f1d7b571a87085de4c1dd9eb11eafc1af7104a9b1bb5f4ae17c295867179f9789675366f0e042e1fad153783aee9ee31fa076a45f86d
7
+ data.tar.gz: eebdb0ad2ad85171bac3b8439daa7e772ed22224dd7acb162b1ea3c2d4e129752b164c550077e1cd178dbb33a2de116ac5ede8b1eb1bbe62176a8c4b5ffcca63
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-datafusion_v1beta1
2
2
 
3
+ ### v0.29.0 (2024-01-23)
4
+
5
+ * Regenerated from discovery document revision 20240111
6
+ * Regenerated using generator version 0.13.0
7
+
8
+ ### v0.28.0 (2023-12-03)
9
+
10
+ * Regenerated from discovery document revision 20231130
11
+
3
12
  ### v0.27.0 (2023-10-22)
4
13
 
5
14
  * Regenerated from discovery document revision 20231017
@@ -157,21 +157,43 @@ module Google
157
157
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
158
158
  # email address that represents a Google group. For example, `admins@example.com`
159
159
  # . * `domain:`domain``: The G Suite domain (primary) that represents all the
160
- # users of that domain. For example, `google.com` or `example.com`. * `deleted:
161
- # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
162
- # representing a user that has been recently deleted. For example, `alice@
163
- # example.com?uid=123456789012345678901`. If the user is recovered, this value
164
- # reverts to `user:`emailid`` and the recovered user retains the role in the
165
- # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
166
- # (plus unique identifier) representing a service account that has been recently
167
- # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
160
+ # users of that domain. For example, `google.com` or `example.com`. * `principal:
161
+ # //iam.googleapis.com/locations/global/workforcePools/`pool_id`/subject/`
162
+ # subject_attribute_value``: A single identity in a workforce identity pool. * `
163
+ # principalSet://iam.googleapis.com/locations/global/workforcePools/`pool_id`/
164
+ # group/`group_id``: All workforce identities in a group. * `principalSet://iam.
165
+ # googleapis.com/locations/global/workforcePools/`pool_id`/attribute.`
166
+ # attribute_name`/`attribute_value``: All workforce identities with a specific
167
+ # attribute value. * `principalSet://iam.googleapis.com/locations/global/
168
+ # workforcePools/`pool_id`/*`: All identities in a workforce identity pool. * `
169
+ # principal://iam.googleapis.com/projects/`project_number`/locations/global/
170
+ # workloadIdentityPools/`pool_id`/subject/`subject_attribute_value``: A single
171
+ # identity in a workload identity pool. * `principalSet://iam.googleapis.com/
172
+ # projects/`project_number`/locations/global/workloadIdentityPools/`pool_id`/
173
+ # group/`group_id``: A workload identity pool group. * `principalSet://iam.
174
+ # googleapis.com/projects/`project_number`/locations/global/
175
+ # workloadIdentityPools/`pool_id`/attribute.`attribute_name`/`attribute_value``:
176
+ # All identities in a workload identity pool with a certain attribute. * `
177
+ # principalSet://iam.googleapis.com/projects/`project_number`/locations/global/
178
+ # workloadIdentityPools/`pool_id`/*`: All identities in a workload identity pool.
179
+ # * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
180
+ # identifier) representing a user that has been recently deleted. For example, `
181
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
182
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
183
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
184
+ # address (plus unique identifier) representing a service account that has been
185
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
168
186
  # 123456789012345678901`. If the service account is undeleted, this value
169
187
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
170
188
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
171
189
  # An email address (plus unique identifier) representing a Google group that has
172
190
  # been recently deleted. For example, `admins@example.com?uid=
173
191
  # 123456789012345678901`. If the group is recovered, this value reverts to `
174
- # group:`emailid`` and the recovered group retains the role in the binding.
192
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
193
+ # deleted:principal://iam.googleapis.com/locations/global/workforcePools/`
194
+ # pool_id`/subject/`subject_attribute_value``: Deleted single identity in a
195
+ # workforce identity pool. For example, `deleted:principal://iam.googleapis.com/
196
+ # locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.
175
197
  # Corresponds to the JSON property `members`
176
198
  # @return [Array<String>]
177
199
  attr_accessor :members
@@ -229,6 +251,54 @@ module Google
229
251
  end
230
252
  end
231
253
 
254
+ # Next tag: 7
255
+ class DataResidencyAugmentedView
256
+ include Google::Apis::Core::Hashable
257
+
258
+ # Cloud resource to Google owned production object mapping in the form of GURIs.
259
+ # The GURIs should be available in DG KB storage/cns tables. This is the
260
+ # preferred way of providing cloud resource mappings. For further details please
261
+ # read go/cloud-resource-monitoring_sig
262
+ # Corresponds to the JSON property `crGopoGuris`
263
+ # @return [Array<String>]
264
+ attr_accessor :cr_gopo_guris
265
+
266
+ # Cloud resource to Google owned production object mapping in the form of
267
+ # prefixes. These should be available in DG KB storage/cns tables. The entity
268
+ # type, which is the part of the string before the first colon in the GURI, must
269
+ # be completely specified in prefix. For details about GURI please read go/guri.
270
+ # For further details about the field please read go/cloud-resource-
271
+ # monitoring_sig.
272
+ # Corresponds to the JSON property `crGopoPrefixes`
273
+ # @return [Array<String>]
274
+ attr_accessor :cr_gopo_prefixes
275
+
276
+ # This message defines service-specific data that certain service teams must
277
+ # provide as part of the Data Residency Augmented View for a resource. Next ID:
278
+ # 2
279
+ # Corresponds to the JSON property `serviceData`
280
+ # @return [Google::Apis::DatafusionV1beta1::ServiceData]
281
+ attr_accessor :service_data
282
+
283
+ # The list of project_id's of the tenant projects in the 'google.com' org which
284
+ # serve the Cloud Resource. See go/drz-mst-sig for more details.
285
+ # Corresponds to the JSON property `tpIds`
286
+ # @return [Array<String>]
287
+ attr_accessor :tp_ids
288
+
289
+ def initialize(**args)
290
+ update!(**args)
291
+ end
292
+
293
+ # Update properties of this object
294
+ def update!(**args)
295
+ @cr_gopo_guris = args[:cr_gopo_guris] if args.key?(:cr_gopo_guris)
296
+ @cr_gopo_prefixes = args[:cr_gopo_prefixes] if args.key?(:cr_gopo_prefixes)
297
+ @service_data = args[:service_data] if args.key?(:service_data)
298
+ @tp_ids = args[:tp_ids] if args.key?(:tp_ids)
299
+ end
300
+ end
301
+
232
302
  # DNS peering configuration. These configurations are used to create DNS peering
233
303
  # with the customer Cloud DNS.
234
304
  class DnsPeering
@@ -459,6 +529,12 @@ module Google
459
529
  # @return [Google::Apis::DatafusionV1beta1::CryptoKeyConfig]
460
530
  attr_accessor :crypto_key_config
461
531
 
532
+ # Optional. Option to enable the Dataplex Lineage Integration feature.
533
+ # Corresponds to the JSON property `dataplexDataLineageIntegrationEnabled`
534
+ # @return [Boolean]
535
+ attr_accessor :dataplex_data_lineage_integration_enabled
536
+ alias_method :dataplex_data_lineage_integration_enabled?, :dataplex_data_lineage_integration_enabled
537
+
462
538
  # User-managed service account to set on Dataproc when Cloud Data Fusion creates
463
539
  # Dataproc to run data processing pipelines. This allows users to have fine-
464
540
  # grained access control on Dataproc's accesses to cloud resources.
@@ -635,6 +711,7 @@ module Google
635
711
  @available_version = args[:available_version] if args.key?(:available_version)
636
712
  @create_time = args[:create_time] if args.key?(:create_time)
637
713
  @crypto_key_config = args[:crypto_key_config] if args.key?(:crypto_key_config)
714
+ @dataplex_data_lineage_integration_enabled = args[:dataplex_data_lineage_integration_enabled] if args.key?(:dataplex_data_lineage_integration_enabled)
638
715
  @dataproc_service_account = args[:dataproc_service_account] if args.key?(:dataproc_service_account)
639
716
  @description = args[:description] if args.key?(:description)
640
717
  @disabled_reason = args[:disabled_reason] if args.key?(:disabled_reason)
@@ -928,8 +1005,8 @@ module Google
928
1005
  # Project will be peered for executing pipelines. This is required only when
929
1006
  # using connection type VPC peering. In case of shared VPC where the network
930
1007
  # 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.
1008
+ # projects/`host-project-id`/global/networks/`network`. This is only required
1009
+ # for connectivity type VPC_PEERING.
933
1010
  # Corresponds to the JSON property `network`
934
1011
  # @return [String]
935
1012
  attr_accessor :network
@@ -1081,6 +1158,46 @@ module Google
1081
1158
  end
1082
1159
  end
1083
1160
 
1161
+ # Persistent Disk service-specific Data. Contains information that may not be
1162
+ # appropriate for the generic DRZ Augmented View. This currently includes LSV
1163
+ # Colossus Roots and GCS Buckets.
1164
+ class PersistentDiskData
1165
+ include Google::Apis::Core::Hashable
1166
+
1167
+ # Path to Colossus root for an LSV. NOTE: Unlike `cr_ti_guris` and `
1168
+ # cr_ti_prefixes`, the field `cfs_roots` below does not need to be a GUri or
1169
+ # GUri prefix. It can simply be any valid CFS or CFS2 Path. The DRZ KR8 SIG has
1170
+ # more details overall, but generally the `cfs_roots` provided here should be
1171
+ # scoped to an individual Persistent Disk. An example for a PD Disk with a disk
1172
+ # ID 3277719120423414466, follows: * `cr_ti_guris` could be ‘/cfs2/pj/pd-cloud-
1173
+ # prod’ as this is a valid GUri present in the DG KB and contains enough
1174
+ # information to perform location monitoring and scope ownership of the
1175
+ # Production Object. * `cfs_roots` would be: ‘/cfs2/pj/pd-cloud-staging/
1176
+ # lsv000001234@/ lsv/projects~773365403387~zones~2700~disks~3277719120423414466 ~
1177
+ # bank-blue-careful-3526-lsv00054DB1B7254BA3/’ as this allows us to enumerate
1178
+ # the files on CFS2 that belong to an individual Disk.
1179
+ # Corresponds to the JSON property `cfsRoots`
1180
+ # @return [Array<String>]
1181
+ attr_accessor :cfs_roots
1182
+
1183
+ # The GCS Buckets that back this snapshot or image. This is required as `
1184
+ # cr_ti_prefixes` and `cr_ti_guris` only accept TI resources. This should be the
1185
+ # globally unique bucket name.
1186
+ # Corresponds to the JSON property `gcsBucketNames`
1187
+ # @return [Array<String>]
1188
+ attr_accessor :gcs_bucket_names
1189
+
1190
+ def initialize(**args)
1191
+ update!(**args)
1192
+ end
1193
+
1194
+ # Update properties of this object
1195
+ def update!(**args)
1196
+ @cfs_roots = args[:cfs_roots] if args.key?(:cfs_roots)
1197
+ @gcs_bucket_names = args[:gcs_bucket_names] if args.key?(:gcs_bucket_names)
1198
+ end
1199
+ end
1200
+
1084
1201
  # An Identity and Access Management (IAM) policy, which specifies access
1085
1202
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1086
1203
  # A `binding` binds one or more `members`, or principals, to a single `role`.
@@ -1258,6 +1375,29 @@ module Google
1258
1375
  end
1259
1376
  end
1260
1377
 
1378
+ # This message defines service-specific data that certain service teams must
1379
+ # provide as part of the Data Residency Augmented View for a resource. Next ID:
1380
+ # 2
1381
+ class ServiceData
1382
+ include Google::Apis::Core::Hashable
1383
+
1384
+ # Persistent Disk service-specific Data. Contains information that may not be
1385
+ # appropriate for the generic DRZ Augmented View. This currently includes LSV
1386
+ # Colossus Roots and GCS Buckets.
1387
+ # Corresponds to the JSON property `pd`
1388
+ # @return [Google::Apis::DatafusionV1beta1::PersistentDiskData]
1389
+ attr_accessor :pd
1390
+
1391
+ def initialize(**args)
1392
+ update!(**args)
1393
+ end
1394
+
1395
+ # Update properties of this object
1396
+ def update!(**args)
1397
+ @pd = args[:pd] if args.key?(:pd)
1398
+ end
1399
+ end
1400
+
1261
1401
  # Request message for `SetIamPolicy` method.
1262
1402
  class SetIamPolicyRequest
1263
1403
  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.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.12.0"
22
+ GENERATOR_VERSION = "0.13.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231017"
25
+ REVISION = "20240111"
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
@@ -38,6 +38,8 @@ module Google
38
38
  #
39
39
  # @see https://cloud.google.com/data-fusion/docs
40
40
  class DataFusionService < Google::Apis::Core::BaseService
41
+ DEFAULT_ENDPOINT_TEMPLATE = "https://datafusion.$UNIVERSE_DOMAIN$/"
42
+
41
43
  # @return [String]
42
44
  # API key. Your API key identifies your project and provides you with API access,
43
45
  # quota, and reports. Required unless you provide an OAuth 2.0 token.
@@ -49,7 +51,7 @@ module Google
49
51
  attr_accessor :quota_user
50
52
 
51
53
  def initialize
52
- super('https://datafusion.googleapis.com/', '',
54
+ super(DEFAULT_ENDPOINT_TEMPLATE, '',
53
55
  client_name: 'google-apis-datafusion_v1beta1',
54
56
  client_version: Google::Apis::DatafusionV1beta1::GEM_VERSION)
55
57
  @batch_path = 'batch'
@@ -170,7 +172,9 @@ module Google
170
172
  # locations/`location`.
171
173
  # @param [Google::Apis::DatafusionV1beta1::Instance] instance_object
172
174
  # @param [String] instance_id
173
- # Required. The name of the instance to create.
175
+ # Required. The name of the instance to create. Instance name can only contain
176
+ # lowercase alphanumeric characters and hyphens. It must start with a letter and
177
+ # must not end with a hyphen. It can have a maximum of 30 characters.
174
178
  # @param [String] fields
175
179
  # Selector specifying which fields to include in a partial response.
176
180
  # @param [String] quota_user
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.29.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: 2024-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.11.0
19
+ version: 0.12.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.11.0
29
+ version: 0.12.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.29.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.19
78
+ rubygems_version: 3.5.3
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Data Fusion API V1beta1