google-apis-datacatalog_v1 0.38.0 → 0.39.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: 72af33b2d2d0ad17506281cc3755b03d16f35c6fd9252110130c314e29b431fb
4
- data.tar.gz: 9fc2aa6b14bf0fa33ccd3e1f2c0049bd687caa114b063c4ca4c2b53fd3441015
3
+ metadata.gz: 8735c7df65d179440d37452557e31b10931846532332f82dd47ac07c79640e06
4
+ data.tar.gz: fb9be1e830ce41d3d4a387f36ae955a5ee60953c013946bb1ad48a99743dffc5
5
5
  SHA512:
6
- metadata.gz: 5e5343784096549b670e3fb995cd46f8fa89ee1d2a67850c8022faed025ee3a6d473d3180084f71edbf8f0a70f11bed3ab9c66c374cdb3ca426387c399b86e92
7
- data.tar.gz: 6232d285e44ca856440c2810a2740bd5cc87f20e268d1c1614b5b7f671ff33846294b0f36757c625fae4c7723edbf7564b028a03bcf232b18da17f5e6afa0ea2
6
+ metadata.gz: 969dddabbf80a09cf7a7728bec3bc4e58cc0b03f023384c7de29400ef062457ae78f674f4023302566a7303c5ad50a356a3d26c57a9e9ca8df800829821d3349
7
+ data.tar.gz: 02cb3eba9f901a2ec4067e4e023097519d413c8d0cbfa0364e4747b5982d874b4bb11adb17f6801cb7d5bf3ac6712973da478055ca10397d7bb7b6fac021cefc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datacatalog_v1
2
2
 
3
+ ### v0.39.0 (2023-06-04)
4
+
5
+ * Regenerated from discovery document revision 20230526
6
+
3
7
  ### v0.38.0 (2023-05-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20230512
@@ -1447,6 +1447,12 @@ module Google
1447
1447
  # @return [String]
1448
1448
  attr_accessor :gcs_bucket_path
1449
1449
 
1450
+ # Optional. (Optional) Dataplex task job id, if specified will be used as part
1451
+ # of ImportEntries LRO ID
1452
+ # Corresponds to the JSON property `jobId`
1453
+ # @return [String]
1454
+ attr_accessor :job_id
1455
+
1450
1456
  def initialize(**args)
1451
1457
  update!(**args)
1452
1458
  end
@@ -1454,6 +1460,7 @@ module Google
1454
1460
  # Update properties of this object
1455
1461
  def update!(**args)
1456
1462
  @gcs_bucket_path = args[:gcs_bucket_path] if args.key?(:gcs_bucket_path)
1463
+ @job_id = args[:job_id] if args.key?(:job_id)
1457
1464
  end
1458
1465
  end
1459
1466
 
@@ -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.38.0"
19
+ GEM_VERSION = "0.39.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 = "20230512"
25
+ REVISION = "20230526"
26
26
  end
27
27
  end
28
28
  end
@@ -1051,6 +1051,7 @@ module Google
1051
1051
  # @private
1052
1052
  class Representation < Google::Apis::Core::JsonRepresentation
1053
1053
  property :gcs_bucket_path, as: 'gcsBucketPath'
1054
+ property :job_id, as: 'jobId'
1054
1055
  end
1055
1056
  end
1056
1057
 
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.38.0
4
+ version: 0.39.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-28 00:00:00.000000000 Z
11
+ date: 2023-06-04 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.38.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1/v0.39.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: []