Skip to content

Commit 56a7950

Browse files
feat: Automated regeneration of DataLineage client (googleapis#12970)
Auto-created at 2025-02-15 13:10:20 +0000 using the toys pull request generator.
1 parent 433778c commit 56a7950

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

clients/data_lineage/lib/google_api/data_lineage/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.DataLineage.V1 do
2020
API client metadata for GoogleApi.DataLineage.V1.
2121
"""
2222

23-
@discovery_revision "20241202"
23+
@discovery_revision "20250207"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/data_lineage/lib/google_api/data_lineage/v1/model/google_cloud_datacatalog_lineage_v1_entity_reference.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1EntityRe
2121
2222
## Attributes
2323
24-
* `fullyQualifiedName` (*type:* `String.t`, *default:* `nil`) - Required. [Fully Qualified Name (FQN)](https://cloud.google.com/data-catalog/docs/fully-qualified-names) of the entity.
24+
* `fullyQualifiedName` (*type:* `String.t`, *default:* `nil`) - Required. [Fully Qualified Name (FQN)](https://cloud.google.com/dataplex/docs/fully-qualified-names) of the entity.
2525
"""
2626

2727
use GoogleApi.Gax.ModelBase

clients/data_lineage/lib/google_api/data_lineage/v1/model/google_cloud_datacatalog_lineage_v1_origin.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1Origin d
2121
2222
## Attributes
2323
24-
* `name` (*type:* `String.t`, *default:* `nil`) - If the source_type isn't CUSTOM, the value of this field should be a GCP resource name of the system, which reports lineage. The project and location parts of the resource name must match the project and location of the lineage resource being created. Examples: - `{source_type: COMPOSER, name: "projects/foo/locations/us/environments/bar"}` - `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}` - `{source_type: CUSTOM, name: "myCustomIntegration"}`
24+
* `name` (*type:* `String.t`, *default:* `nil`) - If the source_type isn't CUSTOM, the value of this field should be a Google Cloud resource name of the system, which reports lineage. The project and location parts of the resource name must match the project and location of the lineage resource being created. Examples: - `{source_type: COMPOSER, name: "projects/foo/locations/us/environments/bar"}` - `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}` - `{source_type: CUSTOM, name: "myCustomIntegration"}`
2525
* `sourceType` (*type:* `String.t`, *default:* `nil`) - Type of the source. Use of a source_type other than `CUSTOM` for process creation or updating is highly discouraged. It might be restricted in the future without notice. There will be increase in cost if you use any of the source types other than `CUSTOM`.
2626
"""
2727

clients/data_lineage/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.DataLineage.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.3.2"
21+
@version "0.3.3"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)