google-cloud-data_catalog-v1 1.3.1 → 1.4.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: 6aea82d3eb091062e73bbed4d6b55469f1166c2f43724bbc8dafd04b7ccb83e6
4
- data.tar.gz: 4997409ee2a1def775904157b63ad189d2dc0ca695cb4aed15f8ea5016e23b62
3
+ metadata.gz: 1d84225399f496cc0d4ea7fca563b3f429f4479936f9a2d4a63f2457dbfb1e29
4
+ data.tar.gz: e5093d53b1f72c2190d1eee345e7677bce7f3a6a20968707284b09be76f28de7
5
5
  SHA512:
6
- metadata.gz: c613a836856bc6f0a725d59e93f15100972214f5fae6ea948e5eb22f8516ed3461c9d2ab4c6c385267bce6693ec41787610bacacffa57ce37e811ad8b763402d
7
- data.tar.gz: '099e4bc7ef93616b967044e5a3eb868846c5f36490db76a531a972190bf8d08a983d6d317906a774f55fbec9289e21ec89c45549039358611cc400a4b88271c3'
6
+ metadata.gz: 9354b735eb05ff7ebe072a0202114c1ff4a2e5aa18bcf243c84e39d45ff52825a31a2beafa0ab835bc02d17c6778688f959bc16e78aab57dbe3fb62737da028a
7
+ data.tar.gz: 922b5c43adc904da9b3d2cb5d1005ad67a726ce24eef612fc60cd3d9bf999c44420b495ed4fcf8b31f29b83a5db7a96839cdcf85456e80f5a4f57c128d3ae812
data/README.md CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
86
86
 
87
87
  ## Supported Ruby Versions
88
88
 
89
- This library is supported on Ruby 2.7+.
89
+ This library is supported on Ruby 3.0+.
90
90
 
91
91
  Google provides official support for Ruby versions that are actively supported
92
92
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -1304,6 +1304,8 @@ module Google
1304
1304
  #
1305
1305
  # * `//bigquery.googleapis.com/projects/{PROJECT_ID}/datasets/{DATASET_ID}/tables/{TABLE_ID}`
1306
1306
  # * `//pubsub.googleapis.com/projects/{PROJECT_ID}/topics/{TOPIC_ID}`
1307
+ #
1308
+ # Note: The following fields are mutually exclusive: `linked_resource`, `sql_resource`, `fully_qualified_name`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1307
1309
  # @param sql_resource [::String]
1308
1310
  # The SQL name of the entry. SQL names are case-sensitive.
1309
1311
  #
@@ -1318,6 +1320,8 @@ module Google
1318
1320
  # Identifiers (`*_ID`) should comply with the
1319
1321
  # [Lexical structure in Standard SQL]
1320
1322
  # (https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical).
1323
+ #
1324
+ # Note: The following fields are mutually exclusive: `sql_resource`, `linked_resource`, `fully_qualified_name`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1321
1325
  # @param fully_qualified_name [::String]
1322
1326
  # [Fully Qualified Name
1323
1327
  # (FQN)](https://cloud.google.com//data-catalog/docs/fully-qualified-names)
@@ -1336,6 +1340,8 @@ module Google
1336
1340
  # Example for a DPMS table:
1337
1341
  #
1338
1342
  # `dataproc_metastore:{PROJECT_ID}.{LOCATION_ID}.{INSTANCE_ID}.{DATABASE_ID}.{TABLE_ID}`
1343
+ #
1344
+ # Note: The following fields are mutually exclusive: `fully_qualified_name`, `linked_resource`, `sql_resource`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1339
1345
  # @param project [::String]
1340
1346
  # Project where the lookup should be performed. Required to lookup
1341
1347
  # entry that is not a part of `DPMS` or `DATAPLEX` `integrated_system`
@@ -3697,9 +3703,13 @@ module Google
3697
3703
  # Required. The organization or project whose config is being specified.
3698
3704
  # @param tag_template_migration [::Google::Cloud::DataCatalog::V1::TagTemplateMigration]
3699
3705
  # Opt-in status for the migration of Tag Templates to Dataplex.
3706
+ #
3707
+ # Note: The following fields are mutually exclusive: `tag_template_migration`, `catalog_ui_experience`. If a field in that set is populated, all other fields in the set will automatically be cleared.
3700
3708
  # @param catalog_ui_experience [::Google::Cloud::DataCatalog::V1::CatalogUIExperience]
3701
3709
  # Opt-in status for the UI switch to Dataplex.
3702
3710
  #
3711
+ # Note: The following fields are mutually exclusive: `catalog_ui_experience`, `tag_template_migration`. If a field in that set is populated, all other fields in the set will automatically be cleared.
3712
+ #
3703
3713
  # @yield [response, operation] Access the result along with the RPC operation
3704
3714
  # @yieldparam response [::Google::Cloud::DataCatalog::V1::MigrationConfig]
3705
3715
  # @yieldparam operation [::GRPC::ActiveCall::Operation]
@@ -3984,6 +3994,13 @@ module Google
3984
3994
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
3985
3995
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
3986
3996
  # * (`nil`) indicating no credentials
3997
+ #
3998
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
3999
+ # external source for authentication to Google Cloud, you must validate it before
4000
+ # providing it to a Google API client library. Providing an unvalidated credential
4001
+ # configuration to Google APIs can compromise the security of your systems and data.
4002
+ # For more information, refer to [Validate credential configurations from external
4003
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
3987
4004
  # @return [::Object]
3988
4005
  # @!attribute [rw] scope
3989
4006
  # The OAuth scopes
@@ -640,6 +640,13 @@ module Google
640
640
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
641
641
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
642
642
  # * (`nil`) indicating no credentials
643
+ #
644
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
645
+ # external source for authentication to Google Cloud, you must validate it before
646
+ # providing it to a Google API client library. Providing an unvalidated credential
647
+ # configuration to Google APIs can compromise the security of your systems and data.
648
+ # For more information, refer to [Validate credential configurations from external
649
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
643
650
  # @return [::Object]
644
651
  # @!attribute [rw] scope
645
652
  # The OAuth scopes
@@ -1233,6 +1233,8 @@ module Google
1233
1233
  #
1234
1234
  # * `//bigquery.googleapis.com/projects/{PROJECT_ID}/datasets/{DATASET_ID}/tables/{TABLE_ID}`
1235
1235
  # * `//pubsub.googleapis.com/projects/{PROJECT_ID}/topics/{TOPIC_ID}`
1236
+ #
1237
+ # Note: The following fields are mutually exclusive: `linked_resource`, `sql_resource`, `fully_qualified_name`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1236
1238
  # @param sql_resource [::String]
1237
1239
  # The SQL name of the entry. SQL names are case-sensitive.
1238
1240
  #
@@ -1247,6 +1249,8 @@ module Google
1247
1249
  # Identifiers (`*_ID`) should comply with the
1248
1250
  # [Lexical structure in Standard SQL]
1249
1251
  # (https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical).
1252
+ #
1253
+ # Note: The following fields are mutually exclusive: `sql_resource`, `linked_resource`, `fully_qualified_name`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1250
1254
  # @param fully_qualified_name [::String]
1251
1255
  # [Fully Qualified Name
1252
1256
  # (FQN)](https://cloud.google.com//data-catalog/docs/fully-qualified-names)
@@ -1265,6 +1269,8 @@ module Google
1265
1269
  # Example for a DPMS table:
1266
1270
  #
1267
1271
  # `dataproc_metastore:{PROJECT_ID}.{LOCATION_ID}.{INSTANCE_ID}.{DATABASE_ID}.{TABLE_ID}`
1272
+ #
1273
+ # Note: The following fields are mutually exclusive: `fully_qualified_name`, `linked_resource`, `sql_resource`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1268
1274
  # @param project [::String]
1269
1275
  # Project where the lookup should be performed. Required to lookup
1270
1276
  # entry that is not a part of `DPMS` or `DATAPLEX` `integrated_system`
@@ -3466,8 +3472,12 @@ module Google
3466
3472
  # Required. The organization or project whose config is being specified.
3467
3473
  # @param tag_template_migration [::Google::Cloud::DataCatalog::V1::TagTemplateMigration]
3468
3474
  # Opt-in status for the migration of Tag Templates to Dataplex.
3475
+ #
3476
+ # Note: The following fields are mutually exclusive: `tag_template_migration`, `catalog_ui_experience`. If a field in that set is populated, all other fields in the set will automatically be cleared.
3469
3477
  # @param catalog_ui_experience [::Google::Cloud::DataCatalog::V1::CatalogUIExperience]
3470
3478
  # Opt-in status for the UI switch to Dataplex.
3479
+ #
3480
+ # Note: The following fields are mutually exclusive: `catalog_ui_experience`, `tag_template_migration`. If a field in that set is populated, all other fields in the set will automatically be cleared.
3471
3481
  # @yield [result, operation] Access the result along with the TransportOperation object
3472
3482
  # @yieldparam result [::Google::Cloud::DataCatalog::V1::MigrationConfig]
3473
3483
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -3730,6 +3740,13 @@ module Google
3730
3740
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
3731
3741
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
3732
3742
  # * (`nil`) indicating no credentials
3743
+ #
3744
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
3745
+ # external source for authentication to Google Cloud, you must validate it before
3746
+ # providing it to a Google API client library. Providing an unvalidated credential
3747
+ # configuration to Google APIs can compromise the security of your systems and data.
3748
+ # For more information, refer to [Validate credential configurations from external
3749
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
3733
3750
  # @return [::Object]
3734
3751
  # @!attribute [rw] scope
3735
3752
  # The OAuth scopes
@@ -502,6 +502,13 @@ module Google
502
502
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
503
503
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
504
504
  # * (`nil`) indicating no credentials
505
+ #
506
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
507
+ # external source for authentication to Google Cloud, you must validate it before
508
+ # providing it to a Google API client library. Providing an unvalidated credential
509
+ # configuration to Google APIs can compromise the security of your systems and data.
510
+ # For more information, refer to [Validate credential configurations from external
511
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
505
512
  # @return [::Object]
506
513
  # @!attribute [rw] scope
507
514
  # The OAuth scopes
@@ -1445,6 +1445,13 @@ module Google
1445
1445
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
1446
1446
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
1447
1447
  # * (`nil`) indicating no credentials
1448
+ #
1449
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
1450
+ # external source for authentication to Google Cloud, you must validate it before
1451
+ # providing it to a Google API client library. Providing an unvalidated credential
1452
+ # configuration to Google APIs can compromise the security of your systems and data.
1453
+ # For more information, refer to [Validate credential configurations from external
1454
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
1448
1455
  # @return [::Object]
1449
1456
  # @!attribute [rw] scope
1450
1457
  # The OAuth scopes
@@ -1345,6 +1345,13 @@ module Google
1345
1345
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
1346
1346
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
1347
1347
  # * (`nil`) indicating no credentials
1348
+ #
1349
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
1350
+ # external source for authentication to Google Cloud, you must validate it before
1351
+ # providing it to a Google API client library. Providing an unvalidated credential
1352
+ # configuration to Google APIs can compromise the security of your systems and data.
1353
+ # For more information, refer to [Validate credential configurations from external
1354
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
1348
1355
  # @return [::Object]
1349
1356
  # @!attribute [rw] scope
1350
1357
  # The OAuth scopes
@@ -333,9 +333,13 @@ module Google
333
333
  # to.
334
334
  # @param inline_source [::Google::Cloud::DataCatalog::V1::InlineSource, ::Hash]
335
335
  # Inline source taxonomy to import.
336
+ #
337
+ # Note: The following fields are mutually exclusive: `inline_source`, `cross_regional_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
336
338
  # @param cross_regional_source [::Google::Cloud::DataCatalog::V1::CrossRegionalSource, ::Hash]
337
339
  # Cross-regional source taxonomy to import.
338
340
  #
341
+ # Note: The following fields are mutually exclusive: `cross_regional_source`, `inline_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
342
+ #
339
343
  # @yield [response, operation] Access the result along with the RPC operation
340
344
  # @yieldparam response [::Google::Cloud::DataCatalog::V1::ImportTaxonomiesResponse]
341
345
  # @yieldparam operation [::GRPC::ActiveCall::Operation]
@@ -540,6 +544,13 @@ module Google
540
544
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
541
545
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
542
546
  # * (`nil`) indicating no credentials
547
+ #
548
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
549
+ # external source for authentication to Google Cloud, you must validate it before
550
+ # providing it to a Google API client library. Providing an unvalidated credential
551
+ # configuration to Google APIs can compromise the security of your systems and data.
552
+ # For more information, refer to [Validate credential configurations from external
553
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
543
554
  # @return [::Object]
544
555
  # @!attribute [rw] scope
545
556
  # The OAuth scopes
@@ -319,8 +319,12 @@ module Google
319
319
  # to.
320
320
  # @param inline_source [::Google::Cloud::DataCatalog::V1::InlineSource, ::Hash]
321
321
  # Inline source taxonomy to import.
322
+ #
323
+ # Note: The following fields are mutually exclusive: `inline_source`, `cross_regional_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
322
324
  # @param cross_regional_source [::Google::Cloud::DataCatalog::V1::CrossRegionalSource, ::Hash]
323
325
  # Cross-regional source taxonomy to import.
326
+ #
327
+ # Note: The following fields are mutually exclusive: `cross_regional_source`, `inline_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
324
328
  # @yield [result, operation] Access the result along with the TransportOperation object
325
329
  # @yieldparam result [::Google::Cloud::DataCatalog::V1::ImportTaxonomiesResponse]
326
330
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -510,6 +514,13 @@ module Google
510
514
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
511
515
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
512
516
  # * (`nil`) indicating no credentials
517
+ #
518
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
519
+ # external source for authentication to Google Cloud, you must validate it before
520
+ # providing it to a Google API client library. Providing an unvalidated credential
521
+ # configuration to Google APIs can compromise the security of your systems and data.
522
+ # For more information, refer to [Validate credential configurations from external
523
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
513
524
  # @return [::Object]
514
525
  # @!attribute [rw] scope
515
526
  # The OAuth scopes
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module DataCatalog
23
23
  module V1
24
- VERSION = "1.3.1"
24
+ VERSION = "1.4.0"
25
25
  end
26
26
  end
27
27
  end
@@ -363,6 +363,8 @@ module Google
363
363
  #
364
364
  # * `//bigquery.googleapis.com/projects/{PROJECT_ID}/datasets/{DATASET_ID}/tables/{TABLE_ID}`
365
365
  # * `//pubsub.googleapis.com/projects/{PROJECT_ID}/topics/{TOPIC_ID}`
366
+ #
367
+ # Note: The following fields are mutually exclusive: `linked_resource`, `sql_resource`, `fully_qualified_name`. If a field in that set is populated, all other fields in the set will automatically be cleared.
366
368
  # @!attribute [rw] sql_resource
367
369
  # @return [::String]
368
370
  # The SQL name of the entry. SQL names are case-sensitive.
@@ -378,6 +380,8 @@ module Google
378
380
  # Identifiers (`*_ID`) should comply with the
379
381
  # [Lexical structure in Standard SQL]
380
382
  # (https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical).
383
+ #
384
+ # Note: The following fields are mutually exclusive: `sql_resource`, `linked_resource`, `fully_qualified_name`. If a field in that set is populated, all other fields in the set will automatically be cleared.
381
385
  # @!attribute [rw] fully_qualified_name
382
386
  # @return [::String]
383
387
  # [Fully Qualified Name
@@ -397,6 +401,8 @@ module Google
397
401
  # Example for a DPMS table:
398
402
  #
399
403
  # `dataproc_metastore:{PROJECT_ID}.{LOCATION_ID}.{INSTANCE_ID}.{DATABASE_ID}.{TABLE_ID}`
404
+ #
405
+ # Note: The following fields are mutually exclusive: `fully_qualified_name`, `linked_resource`, `sql_resource`. If a field in that set is populated, all other fields in the set will automatically be cleared.
400
406
  # @!attribute [rw] project
401
407
  # @return [::String]
402
408
  # Project where the lookup should be performed. Required to lookup
@@ -460,6 +466,8 @@ module Google
460
466
  # The type of the entry.
461
467
  #
462
468
  # For details, see [`EntryType`](#entrytype).
469
+ #
470
+ # Note: The following fields are mutually exclusive: `type`, `user_specified_type`. If a field in that set is populated, all other fields in the set will automatically be cleared.
463
471
  # @!attribute [rw] user_specified_type
464
472
  # @return [::String]
465
473
  # Custom entry type that doesn't match any of the values allowed for input
@@ -475,10 +483,14 @@ module Google
475
483
  # * Must begin with a letter or underscore.
476
484
  # * Can only contain letters, numbers, and underscores.
477
485
  # * Must be at least 1 character and at most 64 characters long.
486
+ #
487
+ # Note: The following fields are mutually exclusive: `user_specified_type`, `type`. If a field in that set is populated, all other fields in the set will automatically be cleared.
478
488
  # @!attribute [r] integrated_system
479
489
  # @return [::Google::Cloud::DataCatalog::V1::IntegratedSystem]
480
490
  # Output only. Indicates the entry's source system that Data Catalog
481
491
  # integrates with, such as BigQuery, Pub/Sub, or Dataproc Metastore.
492
+ #
493
+ # Note: The following fields are mutually exclusive: `integrated_system`, `user_specified_system`. If a field in that set is populated, all other fields in the set will automatically be cleared.
482
494
  # @!attribute [rw] user_specified_system
483
495
  # @return [::String]
484
496
  # Indicates the entry's source system that Data Catalog doesn't
@@ -490,26 +502,38 @@ module Google
490
502
  # * Must begin with a letter or underscore.
491
503
  # * Can only contain letters, numbers, and underscores.
492
504
  # * Must be at least 1 character and at most 64 characters long.
505
+ #
506
+ # Note: The following fields are mutually exclusive: `user_specified_system`, `integrated_system`. If a field in that set is populated, all other fields in the set will automatically be cleared.
493
507
  # @!attribute [rw] sql_database_system_spec
494
508
  # @return [::Google::Cloud::DataCatalog::V1::SqlDatabaseSystemSpec]
495
509
  # Specification that applies to a relational database system. Only settable
496
510
  # when `user_specified_system` is equal to `SQL_DATABASE`
511
+ #
512
+ # Note: The following fields are mutually exclusive: `sql_database_system_spec`, `looker_system_spec`, `cloud_bigtable_system_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared.
497
513
  # @!attribute [rw] looker_system_spec
498
514
  # @return [::Google::Cloud::DataCatalog::V1::LookerSystemSpec]
499
515
  # Specification that applies to Looker sysstem. Only settable when
500
516
  # `user_specified_system` is equal to `LOOKER`
517
+ #
518
+ # Note: The following fields are mutually exclusive: `looker_system_spec`, `sql_database_system_spec`, `cloud_bigtable_system_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared.
501
519
  # @!attribute [rw] cloud_bigtable_system_spec
502
520
  # @return [::Google::Cloud::DataCatalog::V1::CloudBigtableSystemSpec]
503
521
  # Specification that applies to Cloud Bigtable system. Only settable when
504
522
  # `integrated_system` is equal to `CLOUD_BIGTABLE`
523
+ #
524
+ # Note: The following fields are mutually exclusive: `cloud_bigtable_system_spec`, `sql_database_system_spec`, `looker_system_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared.
505
525
  # @!attribute [rw] gcs_fileset_spec
506
526
  # @return [::Google::Cloud::DataCatalog::V1::GcsFilesetSpec]
507
527
  # Specification that applies to a Cloud Storage fileset. Valid only
508
528
  # for entries with the `FILESET` type.
529
+ #
530
+ # Note: The following fields are mutually exclusive: `gcs_fileset_spec`, `bigquery_table_spec`, `bigquery_date_sharded_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared.
509
531
  # @!attribute [r] bigquery_table_spec
510
532
  # @return [::Google::Cloud::DataCatalog::V1::BigQueryTableSpec]
511
533
  # Output only. Specification that applies to a BigQuery table. Valid only
512
534
  # for entries with the `TABLE` type.
535
+ #
536
+ # Note: The following fields are mutually exclusive: `bigquery_table_spec`, `gcs_fileset_spec`, `bigquery_date_sharded_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared.
513
537
  # @!attribute [r] bigquery_date_sharded_spec
514
538
  # @return [::Google::Cloud::DataCatalog::V1::BigQueryDateShardedSpec]
515
539
  # Output only. Specification for a group of BigQuery tables with
@@ -517,34 +541,52 @@ module Google
517
541
  #
518
542
  # For more information, see [Introduction to partitioned tables]
519
543
  # (https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding).
544
+ #
545
+ # Note: The following fields are mutually exclusive: `bigquery_date_sharded_spec`, `gcs_fileset_spec`, `bigquery_table_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared.
520
546
  # @!attribute [rw] database_table_spec
521
547
  # @return [::Google::Cloud::DataCatalog::V1::DatabaseTableSpec]
522
548
  # Specification that applies to a table resource. Valid only
523
549
  # for entries with the `TABLE` or `EXPLORE` type.
550
+ #
551
+ # Note: The following fields are mutually exclusive: `database_table_spec`, `data_source_connection_spec`, `routine_spec`, `dataset_spec`, `fileset_spec`, `service_spec`, `model_spec`, `feature_online_store_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared.
524
552
  # @!attribute [rw] data_source_connection_spec
525
553
  # @return [::Google::Cloud::DataCatalog::V1::DataSourceConnectionSpec]
526
554
  # Specification that applies to a data source connection. Valid only
527
555
  # for entries with the `DATA_SOURCE_CONNECTION` type.
556
+ #
557
+ # Note: The following fields are mutually exclusive: `data_source_connection_spec`, `database_table_spec`, `routine_spec`, `dataset_spec`, `fileset_spec`, `service_spec`, `model_spec`, `feature_online_store_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared.
528
558
  # @!attribute [rw] routine_spec
529
559
  # @return [::Google::Cloud::DataCatalog::V1::RoutineSpec]
530
560
  # Specification that applies to a user-defined function or procedure. Valid
531
561
  # only for entries with the `ROUTINE` type.
562
+ #
563
+ # Note: The following fields are mutually exclusive: `routine_spec`, `database_table_spec`, `data_source_connection_spec`, `dataset_spec`, `fileset_spec`, `service_spec`, `model_spec`, `feature_online_store_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared.
532
564
  # @!attribute [rw] dataset_spec
533
565
  # @return [::Google::Cloud::DataCatalog::V1::DatasetSpec]
534
566
  # Specification that applies to a dataset.
567
+ #
568
+ # Note: The following fields are mutually exclusive: `dataset_spec`, `database_table_spec`, `data_source_connection_spec`, `routine_spec`, `fileset_spec`, `service_spec`, `model_spec`, `feature_online_store_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared.
535
569
  # @!attribute [rw] fileset_spec
536
570
  # @return [::Google::Cloud::DataCatalog::V1::FilesetSpec]
537
571
  # Specification that applies to a fileset resource. Valid only
538
572
  # for entries with the `FILESET` type.
573
+ #
574
+ # Note: The following fields are mutually exclusive: `fileset_spec`, `database_table_spec`, `data_source_connection_spec`, `routine_spec`, `dataset_spec`, `service_spec`, `model_spec`, `feature_online_store_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared.
539
575
  # @!attribute [rw] service_spec
540
576
  # @return [::Google::Cloud::DataCatalog::V1::ServiceSpec]
541
577
  # Specification that applies to a Service resource.
578
+ #
579
+ # Note: The following fields are mutually exclusive: `service_spec`, `database_table_spec`, `data_source_connection_spec`, `routine_spec`, `dataset_spec`, `fileset_spec`, `model_spec`, `feature_online_store_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared.
542
580
  # @!attribute [rw] model_spec
543
581
  # @return [::Google::Cloud::DataCatalog::V1::ModelSpec]
544
582
  # Model specification.
583
+ #
584
+ # Note: The following fields are mutually exclusive: `model_spec`, `database_table_spec`, `data_source_connection_spec`, `routine_spec`, `dataset_spec`, `fileset_spec`, `service_spec`, `feature_online_store_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared.
545
585
  # @!attribute [rw] feature_online_store_spec
546
586
  # @return [::Google::Cloud::DataCatalog::V1::FeatureOnlineStoreSpec]
547
587
  # FeatureonlineStore spec for Vertex AI Feature Store.
588
+ #
589
+ # Note: The following fields are mutually exclusive: `feature_online_store_spec`, `database_table_spec`, `data_source_connection_spec`, `routine_spec`, `dataset_spec`, `fileset_spec`, `service_spec`, `model_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared.
548
590
  # @!attribute [rw] display_name
549
591
  # @return [::String]
550
592
  # Display name of an entry.
@@ -630,9 +672,13 @@ module Google
630
672
  # @!attribute [rw] base_table
631
673
  # @return [::String]
632
674
  # Name of a singular table this view reflects one to one.
675
+ #
676
+ # Note: The following fields are mutually exclusive: `base_table`, `sql_query`. If a field in that set is populated, all other fields in the set will automatically be cleared.
633
677
  # @!attribute [rw] sql_query
634
678
  # @return [::String]
635
679
  # SQL query used to generate this view.
680
+ #
681
+ # Note: The following fields are mutually exclusive: `sql_query`, `base_table`. If a field in that set is populated, all other fields in the set will automatically be cleared.
636
682
  class DatabaseViewSpec
637
683
  include ::Google::Protobuf::MessageExts
638
684
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -1625,9 +1671,13 @@ module Google
1625
1671
  # @!attribute [rw] tag_template_migration
1626
1672
  # @return [::Google::Cloud::DataCatalog::V1::TagTemplateMigration]
1627
1673
  # Opt-in status for the migration of Tag Templates to Dataplex.
1674
+ #
1675
+ # Note: The following fields are mutually exclusive: `tag_template_migration`, `catalog_ui_experience`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1628
1676
  # @!attribute [rw] catalog_ui_experience
1629
1677
  # @return [::Google::Cloud::DataCatalog::V1::CatalogUIExperience]
1630
1678
  # Opt-in status for the UI switch to Dataplex.
1679
+ #
1680
+ # Note: The following fields are mutually exclusive: `catalog_ui_experience`, `tag_template_migration`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1631
1681
  class SetConfigRequest
1632
1682
  include ::Google::Protobuf::MessageExts
1633
1683
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -26,21 +26,33 @@ module Google
26
26
  # @!attribute [rw] avro
27
27
  # @return [::Google::Cloud::DataCatalog::V1::PhysicalSchema::AvroSchema]
28
28
  # Schema in Avro JSON format.
29
+ #
30
+ # Note: The following fields are mutually exclusive: `avro`, `thrift`, `protobuf`, `parquet`, `orc`, `csv`. If a field in that set is populated, all other fields in the set will automatically be cleared.
29
31
  # @!attribute [rw] thrift
30
32
  # @return [::Google::Cloud::DataCatalog::V1::PhysicalSchema::ThriftSchema]
31
33
  # Schema in Thrift format.
34
+ #
35
+ # Note: The following fields are mutually exclusive: `thrift`, `avro`, `protobuf`, `parquet`, `orc`, `csv`. If a field in that set is populated, all other fields in the set will automatically be cleared.
32
36
  # @!attribute [rw] protobuf
33
37
  # @return [::Google::Cloud::DataCatalog::V1::PhysicalSchema::ProtobufSchema]
34
38
  # Schema in protocol buffer format.
39
+ #
40
+ # Note: The following fields are mutually exclusive: `protobuf`, `avro`, `thrift`, `parquet`, `orc`, `csv`. If a field in that set is populated, all other fields in the set will automatically be cleared.
35
41
  # @!attribute [rw] parquet
36
42
  # @return [::Google::Cloud::DataCatalog::V1::PhysicalSchema::ParquetSchema]
37
43
  # Marks a Parquet-encoded data source.
44
+ #
45
+ # Note: The following fields are mutually exclusive: `parquet`, `avro`, `thrift`, `protobuf`, `orc`, `csv`. If a field in that set is populated, all other fields in the set will automatically be cleared.
38
46
  # @!attribute [rw] orc
39
47
  # @return [::Google::Cloud::DataCatalog::V1::PhysicalSchema::OrcSchema]
40
48
  # Marks an ORC-encoded data source.
49
+ #
50
+ # Note: The following fields are mutually exclusive: `orc`, `avro`, `thrift`, `protobuf`, `parquet`, `csv`. If a field in that set is populated, all other fields in the set will automatically be cleared.
41
51
  # @!attribute [rw] csv
42
52
  # @return [::Google::Cloud::DataCatalog::V1::PhysicalSchema::CsvSchema]
43
53
  # Marks a CSV-encoded data source.
54
+ #
55
+ # Note: The following fields are mutually exclusive: `csv`, `avro`, `thrift`, `protobuf`, `parquet`, `orc`. If a field in that set is populated, all other fields in the set will automatically be cleared.
44
56
  class PhysicalSchema
45
57
  include ::Google::Protobuf::MessageExts
46
58
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -89,9 +89,13 @@ module Google
89
89
  # @!attribute [rw] inline_source
90
90
  # @return [::Google::Cloud::DataCatalog::V1::InlineSource]
91
91
  # Inline source taxonomy to import.
92
+ #
93
+ # Note: The following fields are mutually exclusive: `inline_source`, `cross_regional_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
92
94
  # @!attribute [rw] cross_regional_source
93
95
  # @return [::Google::Cloud::DataCatalog::V1::CrossRegionalSource]
94
96
  # Cross-regional source taxonomy to import.
97
+ #
98
+ # Note: The following fields are mutually exclusive: `cross_regional_source`, `inline_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
95
99
  class ImportTaxonomiesRequest
96
100
  include ::Google::Protobuf::MessageExts
97
101
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -63,9 +63,13 @@ module Google
63
63
  # @return [::Google::Cloud::DataCatalog::V1::IntegratedSystem]
64
64
  # Output only. The source system that Data Catalog automatically integrates
65
65
  # with, such as BigQuery, Cloud Pub/Sub, or Dataproc Metastore.
66
+ #
67
+ # Note: The following fields are mutually exclusive: `integrated_system`, `user_specified_system`. If a field in that set is populated, all other fields in the set will automatically be cleared.
66
68
  # @!attribute [rw] user_specified_system
67
69
  # @return [::String]
68
70
  # Custom source system that you can manually integrate Data Catalog with.
71
+ #
72
+ # Note: The following fields are mutually exclusive: `user_specified_system`, `integrated_system`. If a field in that set is populated, all other fields in the set will automatically be cleared.
69
73
  # @!attribute [rw] fully_qualified_name
70
74
  # @return [::String]
71
75
  # Fully qualified name (FQN) of the resource.
@@ -29,10 +29,14 @@ module Google
29
29
  # @return [::Google::Cloud::DataCatalog::V1::ViewSpec]
30
30
  # Table view specification. Populated only if
31
31
  # the `table_source_type` is `BIGQUERY_VIEW`.
32
+ #
33
+ # Note: The following fields are mutually exclusive: `view_spec`, `table_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared.
32
34
  # @!attribute [rw] table_spec
33
35
  # @return [::Google::Cloud::DataCatalog::V1::TableSpec]
34
36
  # Specification of a BigQuery table. Populated only if
35
37
  # the `table_source_type` is `BIGQUERY_TABLE`.
38
+ #
39
+ # Note: The following fields are mutually exclusive: `table_spec`, `view_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared.
36
40
  class BigQueryTableSpec
37
41
  include ::Google::Protobuf::MessageExts
38
42
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -83,22 +83,32 @@ module Google
83
83
  # @!attribute [rw] double_value
84
84
  # @return [::Float]
85
85
  # The value of a tag field with a double type.
86
+ #
87
+ # Note: The following fields are mutually exclusive: `double_value`, `string_value`, `bool_value`, `timestamp_value`, `enum_value`, `richtext_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
86
88
  # @!attribute [rw] string_value
87
89
  # @return [::String]
88
90
  # The value of a tag field with a string type.
89
91
  #
90
92
  # The maximum length is 2000 UTF-8 characters.
93
+ #
94
+ # Note: The following fields are mutually exclusive: `string_value`, `double_value`, `bool_value`, `timestamp_value`, `enum_value`, `richtext_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
91
95
  # @!attribute [rw] bool_value
92
96
  # @return [::Boolean]
93
97
  # The value of a tag field with a boolean type.
98
+ #
99
+ # Note: The following fields are mutually exclusive: `bool_value`, `double_value`, `string_value`, `timestamp_value`, `enum_value`, `richtext_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
94
100
  # @!attribute [rw] timestamp_value
95
101
  # @return [::Google::Protobuf::Timestamp]
96
102
  # The value of a tag field with a timestamp type.
103
+ #
104
+ # Note: The following fields are mutually exclusive: `timestamp_value`, `double_value`, `string_value`, `bool_value`, `enum_value`, `richtext_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
97
105
  # @!attribute [rw] enum_value
98
106
  # @return [::Google::Cloud::DataCatalog::V1::TagField::EnumValue]
99
107
  # The value of a tag field with an enum type.
100
108
  #
101
109
  # This value must be one of the allowed values listed in this enum.
110
+ #
111
+ # Note: The following fields are mutually exclusive: `enum_value`, `double_value`, `string_value`, `bool_value`, `timestamp_value`, `richtext_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
102
112
  # @!attribute [rw] richtext_value
103
113
  # @return [::String]
104
114
  # The value of a tag field with a rich text type.
@@ -106,6 +116,8 @@ module Google
106
116
  # The maximum length is 10 MiB as this value holds HTML descriptions
107
117
  # including encoded images. The maximum length of the text without images
108
118
  # is 100 KiB.
119
+ #
120
+ # Note: The following fields are mutually exclusive: `richtext_value`, `double_value`, `string_value`, `bool_value`, `timestamp_value`, `enum_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
109
121
  # @!attribute [r] order
110
122
  # @return [::Integer]
111
123
  # Output only. The order of this field with respect to other fields in this
@@ -252,9 +264,13 @@ module Google
252
264
  # @!attribute [rw] primitive_type
253
265
  # @return [::Google::Cloud::DataCatalog::V1::FieldType::PrimitiveType]
254
266
  # Primitive types, such as string, boolean, etc.
267
+ #
268
+ # Note: The following fields are mutually exclusive: `primitive_type`, `enum_type`. If a field in that set is populated, all other fields in the set will automatically be cleared.
255
269
  # @!attribute [rw] enum_type
256
270
  # @return [::Google::Cloud::DataCatalog::V1::FieldType::EnumType]
257
271
  # An enum type.
272
+ #
273
+ # Note: The following fields are mutually exclusive: `enum_type`, `primitive_type`. If a field in that set is populated, all other fields in the set will automatically be cleared.
258
274
  class FieldType
259
275
  include ::Google::Protobuf::MessageExts
260
276
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -40,6 +40,8 @@ module Google
40
40
  # @!attribute [rw] error
41
41
  # @return [::Google::Rpc::Status]
42
42
  # The error result of the operation in case of failure or cancellation.
43
+ #
44
+ # Note: The following fields are mutually exclusive: `error`, `response`. If a field in that set is populated, all other fields in the set will automatically be cleared.
43
45
  # @!attribute [rw] response
44
46
  # @return [::Google::Protobuf::Any]
45
47
  # The normal, successful response of the operation. If the original
@@ -50,6 +52,8 @@ module Google
50
52
  # is the original method name. For example, if the original method name
51
53
  # is `TakeSnapshot()`, the inferred response type is
52
54
  # `TakeSnapshotResponse`.
55
+ #
56
+ # Note: The following fields are mutually exclusive: `response`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
53
57
  class Operation
54
58
  include ::Google::Protobuf::MessageExts
55
59
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-data_catalog-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-01-08 00:00:00.000000000 Z
10
+ date: 2025-01-29 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: gapic-common
@@ -16,7 +15,7 @@ dependencies:
16
15
  requirements:
17
16
  - - ">="
18
17
  - !ruby/object:Gem::Version
19
- version: 0.24.0
18
+ version: 0.25.0
20
19
  - - "<"
21
20
  - !ruby/object:Gem::Version
22
21
  version: 2.a
@@ -26,7 +25,7 @@ dependencies:
26
25
  requirements:
27
26
  - - ">="
28
27
  - !ruby/object:Gem::Version
29
- version: 0.24.0
28
+ version: 0.25.0
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
31
  version: 2.a
@@ -158,7 +157,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
158
157
  licenses:
159
158
  - Apache-2.0
160
159
  metadata: {}
161
- post_install_message:
162
160
  rdoc_options: []
163
161
  require_paths:
164
162
  - lib
@@ -166,15 +164,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
166
164
  requirements:
167
165
  - - ">="
168
166
  - !ruby/object:Gem::Version
169
- version: '2.7'
167
+ version: '3.0'
170
168
  required_rubygems_version: !ruby/object:Gem::Requirement
171
169
  requirements:
172
170
  - - ">="
173
171
  - !ruby/object:Gem::Version
174
172
  version: '0'
175
173
  requirements: []
176
- rubygems_version: 3.5.23
177
- signing_key:
174
+ rubygems_version: 3.6.2
178
175
  specification_version: 4
179
176
  summary: A fully managed and highly scalable data discovery and metadata management
180
177
  service.