Skip to content

Commit a2005a4

Browse files
feat: Automated regeneration of DataLineage client (googleapis#12334)
Auto-created at 2024-10-16 13:13:12 +0000 using the toys pull request generator.
1 parent e5fef8c commit a2005a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 "20240902"
23+
@discovery_revision "20241014"
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_origin.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ defmodule GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1Origin d
2222
## Attributes
2323
2424
* `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"}`
25-
* `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, and may be restricted in the future without notice.
25+
* `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 may cause additional billing costs and be restricted in the future without notice.
2626
"""
2727

2828
use GoogleApi.Gax.ModelBase

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.0"
21+
@version "0.3.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)