Skip to content

Commit 7ea699a

Browse files
feat: Automated regeneration of Dataplex client (#13143)
Auto-created at 2025-03-13 13:15:51 +0000 using the toys pull request generator.
1 parent 04f2413 commit 7ea699a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

23-
@discovery_revision "20250222"
23+
@discovery_revision "20250307"
2424

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

clients/dataplex/lib/google_api/dataplex/v1/model/google_cloud_dataplex_v1_data_discovery_result_big_query_publishing.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataDiscoveryResultBi
2121
2222
## Attributes
2323
24-
* `dataset` (*type:* `String.t`, *default:* `nil`) - Output only. The BigQuery dataset to publish to. It takes the form projects/{project_id}/datasets/{dataset_id}. If not set, the service creates a default publishing dataset.
24+
* `dataset` (*type:* `String.t`, *default:* `nil`) - Output only. The BigQuery dataset the discovered tables are published to.
2525
"""
2626

2727
use GoogleApi.Gax.ModelBase

0 commit comments

Comments
 (0)