google-apis-datafusion_v1beta1 0.26.0 → 0.28.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: 6758e1df61096fe4406316dbf8b9277336df4d87019095cfcaf34e030395d390
4
- data.tar.gz: 94d60034947b48ee87d132dcde593db4ce13d00c3083e3689dd32039ee679d2f
3
+ metadata.gz: c110e3f3fca3db9cffa1f0e16f9f43db5d9aa1479bfb42e716076c4ce5701f37
4
+ data.tar.gz: 418f39a2c2cf04a5206a0c4e3fb848e7db09d85d01979820187e7b044cc9af9c
5
5
  SHA512:
6
- metadata.gz: edcb2e7a3bbdbfeb3539465595872c703fb69c53bbc82132ea9b5e94e662dcfadc46584005bc85eece251f37ff819a065632b7f524d175674668c741e1986555
7
- data.tar.gz: 95dea7966f5124957fe8684944297e160932d2e84d65adbabd6e8f042b61cb07d64ef2559ebb2aed947324542d398abebbda3dfda4af7fa37e5f798cb4a58d40
6
+ metadata.gz: b305260dcc386b7f529f7ecc312a81b8aedc5a2bed0bf040cfcab89461f97a7962fc4d38f7a4377de1c344d9c8c604097cdf27275640d68dcad8e65b56093306
7
+ data.tar.gz: de71b5a79aa1a18b555bdc90b343eb93a519aacb476c2c802a5ef6b691258950dfbe719260d32a44dd0550f396a953a700dd3e3f37fe1d377e6419bb37342a05
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.27.0 (2023-10-22)
8
+
9
+ * Regenerated from discovery document revision 20231017
10
+
3
11
  ### v0.26.0 (2023-05-14)
4
12
 
5
13
  * Regenerated from discovery document revision 20230508
@@ -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
@@ -387,22 +435,22 @@ module Google
387
435
  # evaluates to `true`. A condition can add constraints based on attributes of
388
436
  # the request, the resource, or both. To learn which resources support
389
437
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
390
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
438
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
391
439
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
392
440
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
393
441
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
394
442
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
395
443
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
396
444
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
397
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
398
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
399
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
400
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
401
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
402
- # access description: Does not grant access after Sep 2020 expression: request.
403
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
404
- # a description of IAM and its features, see the [IAM documentation](https://
405
- # cloud.google.com/iam/docs/).
445
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
446
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
447
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
448
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
449
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
450
+ # title: expirable access description: Does not grant access after Sep 2020
451
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
452
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
453
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
406
454
  # Corresponds to the JSON property `policy`
407
455
  # @return [Google::Apis::DatafusionV1beta1::Policy]
408
456
  attr_accessor :policy
@@ -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.
@@ -551,6 +605,11 @@ module Google
551
605
  # @return [String]
552
606
  attr_accessor :p4_service_account
553
607
 
608
+ # Optional. Current patch revision of the Data Fusion.
609
+ # Corresponds to the JSON property `patchRevision`
610
+ # @return [String]
611
+ attr_accessor :patch_revision
612
+
554
613
  # Specifies whether the Data Fusion instance should be private. If set to true,
555
614
  # all Data Fusion nodes will have private IP addresses and will not be able to
556
615
  # access the public internet.
@@ -607,6 +666,12 @@ module Google
607
666
  # @return [String]
608
667
  attr_accessor :version
609
668
 
669
+ # Output only. Endpoint on which the Data Fusion UI is accessible to third-party
670
+ # users.
671
+ # Corresponds to the JSON property `workforceIdentityServiceEndpoint`
672
+ # @return [String]
673
+ attr_accessor :workforce_identity_service_endpoint
674
+
610
675
  # Name of the zone in which the Data Fusion instance will be created. Only
611
676
  # DEVELOPER instances use this field.
612
677
  # Corresponds to the JSON property `zone`
@@ -624,6 +689,7 @@ module Google
624
689
  @available_version = args[:available_version] if args.key?(:available_version)
625
690
  @create_time = args[:create_time] if args.key?(:create_time)
626
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)
627
693
  @dataproc_service_account = args[:dataproc_service_account] if args.key?(:dataproc_service_account)
628
694
  @description = args[:description] if args.key?(:description)
629
695
  @disabled_reason = args[:disabled_reason] if args.key?(:disabled_reason)
@@ -639,6 +705,7 @@ module Google
639
705
  @network_config = args[:network_config] if args.key?(:network_config)
640
706
  @options = args[:options] if args.key?(:options)
641
707
  @p4_service_account = args[:p4_service_account] if args.key?(:p4_service_account)
708
+ @patch_revision = args[:patch_revision] if args.key?(:patch_revision)
642
709
  @private_instance = args[:private_instance] if args.key?(:private_instance)
643
710
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
644
711
  @service_account = args[:service_account] if args.key?(:service_account)
@@ -649,6 +716,7 @@ module Google
649
716
  @type = args[:type] if args.key?(:type)
650
717
  @update_time = args[:update_time] if args.key?(:update_time)
651
718
  @version = args[:version] if args.key?(:version)
719
+ @workforce_identity_service_endpoint = args[:workforce_identity_service_endpoint] if args.key?(:workforce_identity_service_endpoint)
652
720
  @zone = args[:zone] if args.key?(:zone)
653
721
  end
654
722
  end
@@ -895,29 +963,48 @@ module Google
895
963
  class NetworkConfig
896
964
  include Google::Apis::Core::Hashable
897
965
 
898
- # The IP range in CIDR notation to use for the managed Data Fusion instance
899
- # nodes. This range must not overlap with any other ranges used in the Data
900
- # Fusion instance network.
966
+ # Optional. Type of connection for establishing private IP connectivity between
967
+ # the Data Fusion customer project VPC and the corresponding tenant project from
968
+ # a predefined list of available connection modes. If this field is unspecified
969
+ # for a private instance, VPC peering is used.
970
+ # Corresponds to the JSON property `connectionType`
971
+ # @return [String]
972
+ attr_accessor :connection_type
973
+
974
+ # Optional. The IP range in CIDR notation to use for the managed Data Fusion
975
+ # instance nodes. This range must not overlap with any other ranges used in the
976
+ # Data Fusion instance network. This is required only when using connection type
977
+ # VPC_PEERING. Format: a.b.c.d/22 Example: 192.168.0.0/22
901
978
  # Corresponds to the JSON property `ipAllocation`
902
979
  # @return [String]
903
980
  attr_accessor :ip_allocation
904
981
 
905
- # Name of the network in the customer project with which the Tenant Project will
906
- # be peered for executing pipelines. In case of shared VPC where the network
982
+ # Optional. Name of the network in the customer project with which the Tenant
983
+ # Project will be peered for executing pipelines. This is required only when
984
+ # using connection type VPC peering. In case of shared VPC where the network
907
985
  # resides in another host project the network should specified in the form of
908
- # projects/`host-project-id`/global/networks/`network`
986
+ # projects/`host-project-id`/global/networks/`network`. This is only required
987
+ # for connectivity type VPC_PEERING.
909
988
  # Corresponds to the JSON property `network`
910
989
  # @return [String]
911
990
  attr_accessor :network
912
991
 
992
+ # Configuration for using Private Service Connect to establish connectivity
993
+ # between the Data Fusion consumer project and the corresponding tenant project.
994
+ # Corresponds to the JSON property `privateServiceConnectConfig`
995
+ # @return [Google::Apis::DatafusionV1beta1::PrivateServiceConnectConfig]
996
+ attr_accessor :private_service_connect_config
997
+
913
998
  def initialize(**args)
914
999
  update!(**args)
915
1000
  end
916
1001
 
917
1002
  # Update properties of this object
918
1003
  def update!(**args)
1004
+ @connection_type = args[:connection_type] if args.key?(:connection_type)
919
1005
  @ip_allocation = args[:ip_allocation] if args.key?(:ip_allocation)
920
1006
  @network = args[:network] if args.key?(:network)
1007
+ @private_service_connect_config = args[:private_service_connect_config] if args.key?(:private_service_connect_config)
921
1008
  end
922
1009
  end
923
1010
 
@@ -958,13 +1045,13 @@ module Google
958
1045
  # @return [String]
959
1046
  attr_accessor :name
960
1047
 
961
- # The normal response of the operation in case of success. If the original
962
- # method returns no data on success, such as `Delete`, the response is `google.
963
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
964
- # the response should be the resource. For other methods, the response should
965
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
966
- # example, if the original method name is `TakeSnapshot()`, the inferred
967
- # response type is `TakeSnapshotResponse`.
1048
+ # The normal, successful response of the operation. If the original method
1049
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
1050
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
1051
+ # response should be the resource. For other methods, the response should have
1052
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
1053
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
1054
+ # `TakeSnapshotResponse`.
968
1055
  # Corresponds to the JSON property `response`
969
1056
  # @return [Hash<String,Object>]
970
1057
  attr_accessor :response
@@ -1049,6 +1136,46 @@ module Google
1049
1136
  end
1050
1137
  end
1051
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
+
1052
1179
  # An Identity and Access Management (IAM) policy, which specifies access
1053
1180
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1054
1181
  # A `binding` binds one or more `members`, or principals, to a single `role`.
@@ -1060,22 +1187,22 @@ module Google
1060
1187
  # evaluates to `true`. A condition can add constraints based on attributes of
1061
1188
  # the request, the resource, or both. To learn which resources support
1062
1189
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1063
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1190
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1064
1191
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1065
1192
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1066
1193
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1067
1194
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1068
1195
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1069
1196
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1070
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1071
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1072
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1073
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1074
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1075
- # access description: Does not grant access after Sep 2020 expression: request.
1076
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1077
- # a description of IAM and its features, see the [IAM documentation](https://
1078
- # cloud.google.com/iam/docs/).
1197
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1198
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1199
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1200
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1201
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1202
+ # title: expirable access description: Does not grant access after Sep 2020
1203
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1204
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1205
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1079
1206
  class Policy
1080
1207
  include Google::Apis::Core::Hashable
1081
1208
 
@@ -1144,6 +1271,49 @@ module Google
1144
1271
  end
1145
1272
  end
1146
1273
 
1274
+ # Configuration for using Private Service Connect to establish connectivity
1275
+ # between the Data Fusion consumer project and the corresponding tenant project.
1276
+ class PrivateServiceConnectConfig
1277
+ include Google::Apis::Core::Hashable
1278
+
1279
+ # Output only. The CIDR block to which the CDF instance can't route traffic to
1280
+ # in the consumer project VPC. The size of this block is /25. The format of this
1281
+ # field is governed by RFC 4632. Example: 240.0.0.0/25
1282
+ # Corresponds to the JSON property `effectiveUnreachableCidrBlock`
1283
+ # @return [String]
1284
+ attr_accessor :effective_unreachable_cidr_block
1285
+
1286
+ # Required. The reference to the network attachment used to establish private
1287
+ # connectivity. It will be of the form projects/`project-id`/regions/`region`/
1288
+ # networkAttachments/`network-attachment-id`.
1289
+ # Corresponds to the JSON property `networkAttachment`
1290
+ # @return [String]
1291
+ attr_accessor :network_attachment
1292
+
1293
+ # Optional. Input only. The CIDR block to which the CDF instance can't route
1294
+ # traffic to in the consumer project VPC. The size of this block should be at
1295
+ # least /25. This range should not overlap with the primary address range of any
1296
+ # subnetwork used by the network attachment. This range can be used for other
1297
+ # purposes in the consumer VPC as long as there is no requirement for CDF to
1298
+ # reach destinations using these addresses. If this value is not provided, the
1299
+ # server chooses a non RFC 1918 address range. The format of this field is
1300
+ # governed by RFC 4632. Example: 192.168.0.0/25
1301
+ # Corresponds to the JSON property `unreachableCidrBlock`
1302
+ # @return [String]
1303
+ attr_accessor :unreachable_cidr_block
1304
+
1305
+ def initialize(**args)
1306
+ update!(**args)
1307
+ end
1308
+
1309
+ # Update properties of this object
1310
+ def update!(**args)
1311
+ @effective_unreachable_cidr_block = args[:effective_unreachable_cidr_block] if args.key?(:effective_unreachable_cidr_block)
1312
+ @network_attachment = args[:network_attachment] if args.key?(:network_attachment)
1313
+ @unreachable_cidr_block = args[:unreachable_cidr_block] if args.key?(:unreachable_cidr_block)
1314
+ end
1315
+ end
1316
+
1147
1317
  # Request message for RemoveIamPolicy method.
1148
1318
  class RemoveIamPolicyRequest
1149
1319
  include Google::Apis::Core::Hashable
@@ -1183,6 +1353,29 @@ module Google
1183
1353
  end
1184
1354
  end
1185
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
+
1186
1379
  # Request message for `SetIamPolicy` method.
1187
1380
  class SetIamPolicyRequest
1188
1381
  include Google::Apis::Core::Hashable
@@ -1198,22 +1391,22 @@ module Google
1198
1391
  # evaluates to `true`. A condition can add constraints based on attributes of
1199
1392
  # the request, the resource, or both. To learn which resources support
1200
1393
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1201
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1394
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1202
1395
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1203
1396
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1204
1397
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1205
1398
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1206
1399
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1207
1400
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1208
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1209
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1210
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1211
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1212
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1213
- # access description: Does not grant access after Sep 2020 expression: request.
1214
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1215
- # a description of IAM and its features, see the [IAM documentation](https://
1216
- # cloud.google.com/iam/docs/).
1401
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1402
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1403
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1404
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1405
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1406
+ # title: expirable access description: Does not grant access after Sep 2020
1407
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1408
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1409
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1217
1410
  # Corresponds to the JSON property `policy`
1218
1411
  # @return [Google::Apis::DatafusionV1beta1::Policy]
1219
1412
  attr_accessor :policy
@@ -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.26.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 = "20230508"
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,12 +166,24 @@ 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
 
166
178
  include Google::Apis::Core::JsonObjectSupport
167
179
  end
168
180
 
181
+ class PrivateServiceConnectConfig
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
169
187
  class RemoveIamPolicyRequest
170
188
  class Representation < Google::Apis::Core::JsonRepresentation; end
171
189
 
@@ -184,6 +202,12 @@ module Google
184
202
  include Google::Apis::Core::JsonObjectSupport
185
203
  end
186
204
 
205
+ class ServiceData
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
187
211
  class SetIamPolicyRequest
188
212
  class Representation < Google::Apis::Core::JsonRepresentation; end
189
213
 
@@ -268,6 +292,17 @@ module Google
268
292
  end
269
293
  end
270
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
+
271
306
  class DnsPeering
272
307
  # @private
273
308
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -324,6 +359,7 @@ module Google
324
359
  property :create_time, as: 'createTime'
325
360
  property :crypto_key_config, as: 'cryptoKeyConfig', class: Google::Apis::DatafusionV1beta1::CryptoKeyConfig, decorator: Google::Apis::DatafusionV1beta1::CryptoKeyConfig::Representation
326
361
 
362
+ property :dataplex_data_lineage_integration_enabled, as: 'dataplexDataLineageIntegrationEnabled'
327
363
  property :dataproc_service_account, as: 'dataprocServiceAccount'
328
364
  property :description, as: 'description'
329
365
  collection :disabled_reason, as: 'disabledReason'
@@ -341,6 +377,7 @@ module Google
341
377
 
342
378
  hash :options, as: 'options'
343
379
  property :p4_service_account, as: 'p4ServiceAccount'
380
+ property :patch_revision, as: 'patchRevision'
344
381
  property :private_instance, as: 'privateInstance'
345
382
  property :satisfies_pzs, as: 'satisfiesPzs'
346
383
  property :service_account, as: 'serviceAccount'
@@ -351,6 +388,7 @@ module Google
351
388
  property :type, as: 'type'
352
389
  property :update_time, as: 'updateTime'
353
390
  property :version, as: 'version'
391
+ property :workforce_identity_service_endpoint, as: 'workforceIdentityServiceEndpoint'
354
392
  property :zone, as: 'zone'
355
393
  end
356
394
  end
@@ -433,8 +471,11 @@ module Google
433
471
  class NetworkConfig
434
472
  # @private
435
473
  class Representation < Google::Apis::Core::JsonRepresentation
474
+ property :connection_type, as: 'connectionType'
436
475
  property :ip_allocation, as: 'ipAllocation'
437
476
  property :network, as: 'network'
477
+ property :private_service_connect_config, as: 'privateServiceConnectConfig', class: Google::Apis::DatafusionV1beta1::PrivateServiceConnectConfig, decorator: Google::Apis::DatafusionV1beta1::PrivateServiceConnectConfig::Representation
478
+
438
479
  end
439
480
  end
440
481
 
@@ -464,6 +505,14 @@ module Google
464
505
  end
465
506
  end
466
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
+
467
516
  class Policy
468
517
  # @private
469
518
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -476,6 +525,15 @@ module Google
476
525
  end
477
526
  end
478
527
 
528
+ class PrivateServiceConnectConfig
529
+ # @private
530
+ class Representation < Google::Apis::Core::JsonRepresentation
531
+ property :effective_unreachable_cidr_block, as: 'effectiveUnreachableCidrBlock'
532
+ property :network_attachment, as: 'networkAttachment'
533
+ property :unreachable_cidr_block, as: 'unreachableCidrBlock'
534
+ end
535
+ end
536
+
479
537
  class RemoveIamPolicyRequest
480
538
  # @private
481
539
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -494,6 +552,14 @@ module Google
494
552
  end
495
553
  end
496
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
+
497
563
  class SetIamPolicyRequest
498
564
  # @private
499
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.26.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-05-14 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.26.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: []
@@ -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.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Data Fusion API V1beta1