google-apis-datacatalog_v1 0.31.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: 8d6df4262f5ba1fe6a8ade14a5fb9c8d19ee81e30db4362ab11f758b486c94b2
4
- data.tar.gz: e5a6bf6240c58ef7c1a08d3b53639090669da86e16b37ab8c80b55dc59c1b2b8
3
+ metadata.gz: 5e3489bf5cd5e58ab38338081dc0efa37e6f849ecd9396c78a7a641f4ff079e3
4
+ data.tar.gz: daf5def7b792ef062c7704a962cf4f7d4b790ed09d91c352ec87e00059b5cb3d
5
5
  SHA512:
6
- metadata.gz: 589b3914509f04172360abac8a942f4985977fdd6d0e76803fe87ec0533fa3f74a8344eefd9434fc4275a07eb034819c325ab00ba05f77ba02934a1a6365dede
7
- data.tar.gz: 047c43353576d146461918c039c527e760d151674cf7842820f3e1605e61d88a23092663256db16c79f6ffdf75c3f881cf6ba82a9f7c986d49847d0eee069b13
6
+ metadata.gz: 6719ad6340160c1c63364a16191ab92d034f9a542ebce6b99a3de0927327d988afa41e88baac750b9c2bf92c7c0bb7117e361a24d03a546db41ec36f88477e0d
7
+ data.tar.gz: a06f04702bf690ce4858714932b2a6618c84a2129ad41407d305728981dfb03745961796c73da6859f12456adbb5f06f233d034dbffe69d8e268ae2483d96fbe
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.32.0 (2023-02-15)
8
+
9
+ * Regenerated using generator version 0.12.0
10
+
3
11
  ### v0.31.0 (2023-02-12)
4
12
 
5
13
  * Regenerated from discovery document revision 20230207
@@ -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.31.0"
19
+ GEM_VERSION = "0.33.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
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.31.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-12 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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datacatalog_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1/v0.31.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: []