google-apis-datacatalog_v1beta1 0.49.0 → 0.51.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: 7f9302a1da328fe97851c38607080dbce6bce7415d6f0b4bd241611b872d365f
4
- data.tar.gz: 4fea896406ccc1d32d483078e3b6da376f93fdc1ac16a1d75d7706d7960bc03b
3
+ metadata.gz: 768fe241543b168b13b78c8f6117d01596f96430ab66fa14d212f5483ec0fde6
4
+ data.tar.gz: a61bdd0a367e817fb5382f2aa562c796ed83c6d5877fb54bd0ebcc127ee92d5d
5
5
  SHA512:
6
- metadata.gz: 8e8d7a46e62b1a3893d40171f482aed5ece462010a0e30c86c43c3354d9affca16739d02c9382731043a84f3c5781edf8af13cd05e9d8cc0e066928aca58c508
7
- data.tar.gz: 96c43eace597b43f26ef11b1acb4602420bd0fca19d4cac9c94c4091bf64dd3475421db7094c447cc0480389cbd64fce36dcb06fe5ede3387fef89e6cbfa8f38
6
+ metadata.gz: bba19e0d858fdf218b6379487527255f413b2ab2b3bfeb06e408708ab3d72cc8b6b6f346d3502af961301664752c055b855735de8f9380126091ae6eda4956de
7
+ data.tar.gz: 2dc2967a57bbc54826e21f4280687ec742a8c77ad4f506d6222850200403f10a7aa35fb3d9eb41862fc2e16381f268f7f4df02242644fbe028337e140577b5da
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-datacatalog_v1beta1
2
2
 
3
+ ### v0.51.0 (2025-06-15)
4
+
5
+ * Regenerated from discovery document revision 20250609
6
+ * Regenerated using generator version 0.18.0
7
+
8
+ ### v0.50.0 (2025-05-18)
9
+
10
+ * Regenerated from discovery document revision 20250502
11
+ * Regenerated using generator version 0.17.0
12
+
3
13
  ### v0.49.0 (2025-03-23)
4
14
 
5
15
  * Regenerated from discovery document revision 20250314
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/data-catalog/docs/) may pro
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -757,7 +757,7 @@ module Google
757
757
  # @return [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec]
758
758
  attr_accessor :database_view_spec
759
759
 
760
- # Entry specification for a Dataplex table.
760
+ # Entry specification for a Dataplex Universal Catalog table.
761
761
  # Corresponds to the JSON property `dataplexTable`
762
762
  # @return [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1DataplexTableSpec]
763
763
  attr_accessor :dataplex_table
@@ -810,11 +810,12 @@ module Google
810
810
  end
811
811
  end
812
812
 
813
- # External table registered by Dataplex. Dataplex publishes data discovered from
814
- # an asset into multiple other systems (BigQuery, DPMS) in form of tables. We
815
- # call them "external tables". External tables are also synced into the Data
816
- # Catalog. This message contains pointers to those external tables (fully
817
- # qualified name, resource name et cetera) within the Data Catalog.
813
+ # External table registered by Dataplex Universal Catalog. Dataplex Universal
814
+ # Catalog publishes data discovered from an asset into multiple other systems (
815
+ # BigQuery, DPMS) in form of tables. We call them "external tables". External
816
+ # tables are also synced into the Data Catalog. This message contains pointers
817
+ # to those external tables (fully qualified name, resource name et cetera)
818
+ # within the Data Catalog.
818
819
  class GoogleCloudDatacatalogV1DataplexExternalTable
819
820
  include Google::Apis::Core::Hashable
820
821
 
@@ -851,11 +852,11 @@ module Google
851
852
  end
852
853
  end
853
854
 
854
- # Entry specyfication for a Dataplex fileset.
855
+ # Entry specification for a Dataplex Universal Catalog fileset.
855
856
  class GoogleCloudDatacatalogV1DataplexFilesetSpec
856
857
  include Google::Apis::Core::Hashable
857
858
 
858
- # Common Dataplex fields.
859
+ # Common Dataplex Universal Catalog fields.
859
860
  # Corresponds to the JSON property `dataplexSpec`
860
861
  # @return [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1DataplexSpec]
861
862
  attr_accessor :dataplex_spec
@@ -870,13 +871,13 @@ module Google
870
871
  end
871
872
  end
872
873
 
873
- # Common Dataplex fields.
874
+ # Common Dataplex Universal Catalog fields.
874
875
  class GoogleCloudDatacatalogV1DataplexSpec
875
876
  include Google::Apis::Core::Hashable
876
877
 
877
- # Fully qualified resource name of an asset in Dataplex, to which the underlying
878
- # data source (Cloud Storage bucket or BigQuery dataset) of the entity is
879
- # attached.
878
+ # Fully qualified resource name of an asset in Dataplex Universal Catalog, to
879
+ # which the underlying data source (Cloud Storage bucket or BigQuery dataset) of
880
+ # the entity is attached.
880
881
  # Corresponds to the JSON property `asset`
881
882
  # @return [String]
882
883
  attr_accessor :asset
@@ -893,8 +894,8 @@ module Google
893
894
  attr_accessor :data_format
894
895
 
895
896
  # Project ID of the underlying Cloud Storage or BigQuery data. Note that this
896
- # may not be the same project as the correspondingly Dataplex lake / zone /
897
- # asset.
897
+ # may not be the same project as the corresponding Dataplex Universal Catalog
898
+ # lake / zone / asset.
898
899
  # Corresponds to the JSON property `projectId`
899
900
  # @return [String]
900
901
  attr_accessor :project_id
@@ -912,18 +913,18 @@ module Google
912
913
  end
913
914
  end
914
915
 
915
- # Entry specification for a Dataplex table.
916
+ # Entry specification for a Dataplex Universal Catalog table.
916
917
  class GoogleCloudDatacatalogV1DataplexTableSpec
917
918
  include Google::Apis::Core::Hashable
918
919
 
919
- # Common Dataplex fields.
920
+ # Common Dataplex Universal Catalog fields.
920
921
  # Corresponds to the JSON property `dataplexSpec`
921
922
  # @return [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1DataplexSpec]
922
923
  attr_accessor :dataplex_spec
923
924
 
924
- # List of external tables registered by Dataplex in other systems based on the
925
- # same underlying data. External tables allow to query this data in those
926
- # systems.
925
+ # List of external tables registered by Dataplex Universal Catalog in other
926
+ # systems based on the same underlying data. External tables allow to query this
927
+ # data in those systems.
927
928
  # Corresponds to the JSON property `externalTables`
928
929
  # @return [Array<Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1DataplexExternalTable>]
929
930
  attr_accessor :external_tables
@@ -1279,7 +1280,7 @@ module Google
1279
1280
  class GoogleCloudDatacatalogV1FilesetSpec
1280
1281
  include Google::Apis::Core::Hashable
1281
1282
 
1282
- # Entry specyfication for a Dataplex fileset.
1283
+ # Entry specification for a Dataplex Universal Catalog fileset.
1283
1284
  # Corresponds to the JSON property `dataplexFileset`
1284
1285
  # @return [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1DataplexFilesetSpec]
1285
1286
  attr_accessor :dataplex_fileset
@@ -1331,20 +1332,19 @@ module Google
1331
1332
 
1332
1333
  # Required. Patterns to identify a set of files in Google Cloud Storage. For
1333
1334
  # more information, see [Wildcard Names] (https://cloud.google.com/storage/docs/
1334
- # gsutil/addlhelp/WildcardNames). Note: Currently, bucket wildcards are not
1335
- # supported. Examples of valid `file_patterns`: * `gs://bucket_name/dir/*`:
1336
- # matches all files in `bucket_name/dir` directory * `gs://bucket_name/dir/**`:
1337
- # matches all files in `bucket_name/dir` and all subdirectories * `gs://
1338
- # bucket_name/file*`: matches files prefixed by `file` in `bucket_name` * `gs://
1339
- # bucket_name/??.txt`: matches files with two characters followed by `.txt` in `
1340
- # bucket_name` * `gs://bucket_name/[aeiou].txt`: matches files that contain a
1341
- # single vowel character followed by `.txt` in `bucket_name` * `gs://bucket_name/
1342
- # [a-m].txt`: matches files that contain `a`, `b`, ... or `m` followed by `.txt`
1343
- # in `bucket_name` * `gs://bucket_name/a/*/b`: matches all files in `bucket_name`
1344
- # that match the `a/*/b` pattern, such as `a/c/b`, `a/d/b` * `gs://
1345
- # another_bucket/a.txt`: matches `gs://another_bucket/a.txt` You can combine
1346
- # wildcards to match complex sets of files, for example: `gs://bucket_name/[a-m]?
1347
- # ?.j*g`
1335
+ # wildcards). Note: Currently, bucket wildcards are not supported. Examples of
1336
+ # valid `file_patterns`: * `gs://bucket_name/dir/*`: matches all files in `
1337
+ # bucket_name/dir` directory * `gs://bucket_name/dir/**`: matches all files in `
1338
+ # bucket_name/dir` and all subdirectories * `gs://bucket_name/file*`: matches
1339
+ # files prefixed by `file` in `bucket_name` * `gs://bucket_name/??.txt`: matches
1340
+ # files with two characters followed by `.txt` in `bucket_name` * `gs://
1341
+ # bucket_name/[aeiou].txt`: matches files that contain a single vowel character
1342
+ # followed by `.txt` in `bucket_name` * `gs://bucket_name/[a-m].txt`: matches
1343
+ # files that contain `a`, `b`, ... or `m` followed by `.txt` in `bucket_name` * `
1344
+ # gs://bucket_name/a/*/b`: matches all files in `bucket_name` that match the `a/*
1345
+ # /b` pattern, such as `a/c/b`, `a/d/b` * `gs://another_bucket/a.txt`: matches `
1346
+ # gs://another_bucket/a.txt` You can combine wildcards to match complex sets of
1347
+ # files, for example: `gs://bucket_name/[a-m]??.j*g`
1348
1348
  # Corresponds to the JSON property `filePatterns`
1349
1349
  # @return [Array<String>]
1350
1350
  attr_accessor :file_patterns
@@ -2762,21 +2762,20 @@ module Google
2762
2762
  include Google::Apis::Core::Hashable
2763
2763
 
2764
2764
  # Required. Patterns to identify a set of files in Google Cloud Storage. See [
2765
- # Cloud Storage documentation](https://cloud.google.com/storage/docs/gsutil/
2766
- # addlhelp/WildcardNames) for more information. Note that bucket wildcards are
2767
- # currently not supported. Examples of valid file_patterns: * `gs://bucket_name/
2768
- # dir/*`: matches all files within `bucket_name/dir` directory. * `gs://
2769
- # bucket_name/dir/**`: matches all files in `bucket_name/dir` spanning all
2770
- # subdirectories. * `gs://bucket_name/file*`: matches files prefixed by `file`
2771
- # in `bucket_name` * `gs://bucket_name/??.txt`: matches files with two
2772
- # characters followed by `.txt` in `bucket_name` * `gs://bucket_name/[aeiou].txt`
2773
- # : matches files that contain a single vowel character followed by `.txt` in `
2774
- # bucket_name` * `gs://bucket_name/[a-m].txt`: matches files that contain `a`, `
2775
- # b`, ... or `m` followed by `.txt` in `bucket_name` * `gs://bucket_name/a/*/b`:
2776
- # matches all files in `bucket_name` that match `a/*/b` pattern, such as `a/c/b`,
2777
- # `a/d/b` * `gs://another_bucket/a.txt`: matches `gs://another_bucket/a.txt`
2778
- # You can combine wildcards to provide more powerful matches, for example: * `gs:
2779
- # //bucket_name/[a-m]??.j*g`
2765
+ # Cloud Storage documentation](https://cloud.google.com/storage/docs/wildcards)
2766
+ # for more information. Note that bucket wildcards are currently not supported.
2767
+ # Examples of valid file_patterns: * `gs://bucket_name/dir/*`: matches all files
2768
+ # within `bucket_name/dir` directory. * `gs://bucket_name/dir/**`: matches all
2769
+ # files in `bucket_name/dir` spanning all subdirectories. * `gs://bucket_name/
2770
+ # file*`: matches files prefixed by `file` in `bucket_name` * `gs://bucket_name/?
2771
+ # ?.txt`: matches files with two characters followed by `.txt` in `bucket_name` *
2772
+ # `gs://bucket_name/[aeiou].txt`: matches files that contain a single vowel
2773
+ # character followed by `.txt` in `bucket_name` * `gs://bucket_name/[a-m].txt`:
2774
+ # matches files that contain `a`, `b`, ... or `m` followed by `.txt` in `
2775
+ # bucket_name` * `gs://bucket_name/a/*/b`: matches all files in `bucket_name`
2776
+ # that match `a/*/b` pattern, such as `a/c/b`, `a/d/b` * `gs://another_bucket/a.
2777
+ # txt`: matches `gs://another_bucket/a.txt` You can combine wildcards to provide
2778
+ # more powerful matches, for example: * `gs://bucket_name/[a-m]??.j*g`
2780
2779
  # Corresponds to the JSON property `filePatterns`
2781
2780
  # @return [Array<String>]
2782
2781
  attr_accessor :file_patterns
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatacatalogV1beta1
18
18
  # Version of the google-apis-datacatalog_v1beta1 gem
19
- GEM_VERSION = "0.49.0"
19
+ GEM_VERSION = "0.51.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.16.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250314"
25
+ REVISION = "20250609"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datacatalog_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.49.0
4
+ version: 0.51.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-23 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datacatalog_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.49.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.51.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datacatalog_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '2.7'
69
+ version: '3.1'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.5
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Google Cloud Data Catalog API V1beta1
79
79
  test_files: []