Skip to content

Commit 262599f

Browse files
feat: Automated regeneration of DataLineage client (googleapis#12643)
Auto-created at 2024-12-05 13:20:09 +0000 using the toys pull request generator.
1 parent b18768e commit 262599f

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/api/projects.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ defmodule GoogleApi.DataLineage.V1.Api.Projects do
265265
end
266266

267267
@doc """
268-
Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
268+
Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
269269
270270
## Parameters
271271

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 "20241014"
23+
@discovery_revision "20241202"
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. It may cause additional billing costs and 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 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

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.1"
21+
@version "0.3.2"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)