google-apis-datalineage_v1 0.1.0 → 0.2.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: 3eca466e40c91ff587e4894c8c92c533d5713a8e40209b9cb076b1f87e07f251
4
- data.tar.gz: ce67a666430b8ae044dc95b8971f0f4b8416271eb8bfbb4c001ce5fa1085d36f
3
+ metadata.gz: 77ea309e4291290b333dfc295c42eeb80f709a59372992122e62509c6c7fa97f
4
+ data.tar.gz: 5d8698b9ffb3a7f6cb2e21e9d4e980e163da8b390e1b0c8d2128160962daa24e
5
5
  SHA512:
6
- metadata.gz: eafcfc724e6229be26bd58a74afc73abb1bb5ffb8b2446d28f0fff751dcf07d17553b16c879506be4e5576a5c324272e0240e4847a8aeeb6961234dee7e418ce
7
- data.tar.gz: 73089893d26986cdd18ac7715a931e363494c12fd6be85911cbf1bdf404ebdc6698d1ae72d0f07294c749cf171f36c857fc20923d789b8db8b20c487d3cdc105
6
+ metadata.gz: 4b4a4eef11c0cab28b80efaaa95a32715e12d5f4944385161bda2c075454c928386ae8dc9d566c612bf40e204cb7bc99b9cdc20a61bc02213f3bce5afcedfa16
7
+ data.tar.gz: 817b074206db37391df9c08c025e6824e4d954d7c1f8a7b61c9fa16a815fc884f06189184eac5fe5df7ad208d3a0eba58fe225bc8da636c7feeb697d41ceef2e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datalineage_v1
2
2
 
3
+ ### v0.2.0 (2023-04-23)
4
+
5
+ * Regenerated from discovery document revision 20230407
6
+
3
7
  ### v0.1.0 (2023-03-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20230307
@@ -90,11 +90,8 @@ module Google
90
90
  class GoogleCloudDatacatalogLineageV1EntityReference
91
91
  include Google::Apis::Core::Hashable
92
92
 
93
- # Required. Fully Qualified Name of the entity. Useful for referencing entities
94
- # that aren't represented as Google Cloud resources, for example, tables in
95
- # Dataproc Metastore API. Examples: * `bigquery:dataset.project_id.dataset_id` *
96
- # `bigquery:table.project_id.dataset_id.table_id` * `pubsub:project_id.topic_id`
97
- # * `dataproc_metastore:projectId.locationId.instanceId.databaseId.tableId`
93
+ # Required. [Fully Qualified Name (FQN)](https://cloud.google.com//data-catalog/
94
+ # docs/fully-qualified-names) of the entity.
98
95
  # Corresponds to the JSON property `fullyQualifiedName`
99
96
  # @return [String]
100
97
  attr_accessor :fully_qualified_name
@@ -359,18 +356,20 @@ module Google
359
356
  class GoogleCloudDatacatalogLineageV1Origin
360
357
  include Google::Apis::Core::Hashable
361
358
 
362
- # If the source_type isn't CUSTOM, the value of this field should be a Google
363
- # Cloud resource name of the system, which reports lineage. The project and
364
- # location parts of the resource name must match the project and location of the
365
- # lineage resource being created. Examples: - ``source_type: COMPOSER, name: "
366
- # projects/foo/locations/us/environments/bar"`` - ``source_type: BIGQUERY, name:
367
- # "projects/foo/locations/eu"`` - ``source_type: CUSTOM, name: "
359
+ # If the source_type isn't CUSTOM, the value of this field should be a GCP
360
+ # resource name of the system, which reports lineage. The project and location
361
+ # parts of the resource name must match the project and location of the lineage
362
+ # resource being created. Examples: - ``source_type: COMPOSER, name: "projects/
363
+ # foo/locations/us/environments/bar"`` - ``source_type: BIGQUERY, name: "
364
+ # projects/foo/locations/eu"`` - ``source_type: CUSTOM, name: "
368
365
  # myCustomIntegration"``
369
366
  # Corresponds to the JSON property `name`
370
367
  # @return [String]
371
368
  attr_accessor :name
372
369
 
373
- # Type of the source.
370
+ # Type of the source. Use of a source_type other than `CUSTOM` for process
371
+ # creation or updating is highly discouraged, and may be restricted in the
372
+ # future without notice.
374
373
  # Corresponds to the JSON property `sourceType`
375
374
  # @return [String]
376
375
  attr_accessor :source_type
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatalineageV1
18
18
  # Version of the google-apis-datalineage_v1 gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.2.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 = "20230307"
25
+ REVISION = "20230407"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datalineage_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.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-03-12 00:00:00.000000000 Z
11
+ date: 2023-04-23 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-datalineage_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datalineage_v1/v0.1.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datalineage_v1/v0.2.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datalineage_v1
63
63
  post_install_message:
64
64
  rdoc_options: []