Skip to content

Commit 8afefe9

Browse files
feat: Automated regeneration of Dataform client (#13149)
Auto-created at 2025-03-13 13:19:11 +0000 using the toys pull request generator.
1 parent d6be1ee commit 8afefe9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

clients/dataform/lib/google_api/dataform/v1beta1/api/projects.ex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
219219
end
220220

221221
@doc """
222-
Update default config for a given project and location. **Note:** This method does not fully implement [AIP-134](https://google.aip.dev/134); in particular: - The wildcard entry (**\\***) is treated as a bad request - When the **field_mask** is omitted, instead of only updating the set fields, the request is treated as a full update on all modifiable fields
222+
Update default config for a given project and location. **Note:** *This method does not fully implement*, (see [AIP/134](https://google.aip.dev/134), in particular: - The wildcard entry (**\\***) is treated as a bad request - When the **field_mask** is omitted, instead of only updating the set fields, the request is treated as a full update on all modifiable fields
223223
224224
## Parameters
225225
@@ -956,7 +956,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
956956
end
957957

958958
@doc """
959-
Updates a single Repository. **Note:** This method does not fully implement [AIP-134](https://google.aip.dev/134); in particular: - The wildcard entry (**\\***) is treated as a bad request - When the **field_mask** is omitted, instead of only updating the set fields, the request is treated as a full update on all modifiable fields
959+
Updates a single Repository. **Note:** *This method does not fully implement*, (see [AIP/134](https://google.aip.dev/134), in particular: - The wildcard entry (**\\***) is treated as a bad request - When the **field_mask** is omitted, instead of only updating the set fields, the request is treated as a full update on all modifiable fields
960960
961961
## Parameters
962962
@@ -1923,7 +1923,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
19231923
end
19241924

19251925
@doc """
1926-
Updates a single ReleaseConfig. **Note:** This method does not fully implement [AIP-134](https://google.aip.dev/134); in particular: - The wildcard entry (**\\***) is treated as a bad request - When the **field_mask** is omitted, instead of only updating the set fields, the request is treated as a full update on all modifiable fields
1926+
Updates a single ReleaseConfig. **Note:** *This method does not fully implement*, (see [AIP/134](https://google.aip.dev/134), in particular: - The wildcard entry (**\\***) is treated as a bad request - When the **field_mask** is omitted, instead of only updating the set fields, the request is treated as a full update on all modifiable fields
19271927
19281928
## Parameters
19291929
@@ -2287,7 +2287,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
22872287
end
22882288

22892289
@doc """
2290-
Updates a single WorkflowConfig. **Note:** This method does not fully implement [AIP-134](https://google.aip.dev/134); in particular: - The wildcard entry (**\\***) is treated as a bad request - When the **field_mask** is omitted, instead of only updating the set fields, the request is treated as a full update on all modifiable fields
2290+
Updates a single WorkflowConfig. **Note:** *This method does not fully implement*, (see [AIP/134](https://google.aip.dev/134), in particular: - The wildcard entry (**\\***) is treated as a bad request - When the **field_mask** is omitted, instead of only updating the set fields, the request is treated as a full update on all modifiable fields
22912291
22922292
## Parameters
22932293

clients/dataform/lib/google_api/dataform/v1beta1/metadata.ex

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

23-
@discovery_revision "20250302"
23+
@discovery_revision "20250306"
2424

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

0 commit comments

Comments
 (0)