google-apis-datacatalog_v1 0.32.0 → 0.33.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: 70503ff452b67be93c604ac7c2e139fe3f9b104a91b726fb6b68323a4f3a5969
4
- data.tar.gz: eb3fa897fe67d6b24d087a227332b0072138d5862e34b034f2bba577f9067144
3
+ metadata.gz: 5e3489bf5cd5e58ab38338081dc0efa37e6f849ecd9396c78a7a641f4ff079e3
4
+ data.tar.gz: daf5def7b792ef062c7704a962cf4f7d4b790ed09d91c352ec87e00059b5cb3d
5
5
  SHA512:
6
- metadata.gz: 54f258aabcbe204b60d40786004a9b78d7152126176432eaa4b7086b710d25bfd73d5a78b483df140e9f103064337d449e9e27d6bccf88ce8b23f8bd2c65aa76
7
- data.tar.gz: 33d0d275fc3fc87f56ea4cf8d5c70ba377dcb4054b8bbf2db4c87d65dacd9d4d106202f4fdac3c376622f3d5463f753b34cfe375dc523512bbfd1bb96068f0c2
6
+ metadata.gz: 6719ad6340160c1c63364a16191ab92d034f9a542ebce6b99a3de0927327d988afa41e88baac750b9c2bf92c7c0bb7117e361a24d03a546db41ec36f88477e0d
7
+ data.tar.gz: a06f04702bf690ce4858714932b2a6618c84a2129ad41407d305728981dfb03745961796c73da6859f12456adbb5f06f233d034dbffe69d8e268ae2483d96fbe
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datacatalog_v1
2
2
 
3
+ ### v0.33.0 (2023-02-26)
4
+
5
+ * Regenerated from discovery document revision 20230221
6
+
3
7
  ### v0.32.0 (2023-02-15)
4
8
 
5
9
  * Regenerated using generator version 0.12.0
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatacatalogV1
18
18
  # Version of the google-apis-datacatalog_v1 gem
19
- GEM_VERSION = "0.32.0"
19
+ GEM_VERSION = "0.33.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 = "20230207"
25
+ REVISION = "20230221"
26
26
  end
27
27
  end
28
28
  end
@@ -626,12 +626,14 @@ module Google
626
626
  end
627
627
 
628
628
  # Imports entries from a source, such as data previously dumped into a Cloud
629
- # Storage bucket, into Data Catalog. `ImportEntries` accepts source data
630
- # snapshots of third-party system state. Import of entries is a sync operation
631
- # that reconciles the state of the third-party system with Data Catalog. `
632
- # ImportEntries` returns a long-running operation resource that can be queried
633
- # with Operations.GetOperation to return ImportEntriesMetadata and an
634
- # ImportEntriesResponse message.
629
+ # Storage bucket, into Data Catalog. Import of entries is a sync operation that
630
+ # reconciles the state of the third-party system with the Data Catalog. `
631
+ # ImportEntries` accepts source data snapshots of a third-party system. Snapshot
632
+ # should be delivered as a .wire or base65-encoded .txt file containing a
633
+ # sequence of Protocol Buffer messages of DumpItem type. `ImportEntries` returns
634
+ # a long-running operation resource that can be queried with Operations.
635
+ # GetOperation to return ImportEntriesMetadata and an ImportEntriesResponse
636
+ # message.
635
637
  # @param [String] parent
636
638
  # Required. Target entry group for ingested entries.
637
639
  # @param [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ImportEntriesRequest] google_cloud_datacatalog_v1_import_entries_request_object
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datacatalog_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.32.0
4
+ version: 0.33.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-02-19 00:00:00.000000000 Z
11
+ date: 2023-02-26 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-datacatalog_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1/v0.32.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1/v0.33.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datacatalog_v1
63
63
  post_install_message:
64
64
  rdoc_options: []