Skip to content

Commit 4c8ba2c

Browse files
feat: Automated regeneration of BigQueryDataPolicy client (googleapis#13207)
Auto-created at 2025-03-21 13:16:43 +0000 using the toys pull request generator.
1 parent 5e5dfaa commit 4c8ba2c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

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

23-
@discovery_revision "20240806"
23+
@discovery_revision "20250317"
2424

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

clients/big_query_data_policy/lib/google_api/big_query_data_policy/v1/model/data_policy.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defmodule GoogleApi.BigQueryDataPolicy.V1.Model.DataPolicy do
2323
2424
* `dataMaskingPolicy` (*type:* `GoogleApi.BigQueryDataPolicy.V1.Model.DataMaskingPolicy.t`, *default:* `nil`) - The data masking policy that specifies the data masking rule to use.
2525
* `dataPolicyId` (*type:* `String.t`, *default:* `nil`) - User-assigned (human readable) ID of the data policy that needs to be unique within a project. Used as {data_policy_id} in part of the resource name.
26-
* `dataPolicyType` (*type:* `String.t`, *default:* `nil`) - Type of data policy.
26+
* `dataPolicyType` (*type:* `String.t`, *default:* `nil`) - Required. Data policy type. Type of data policy.
2727
* `name` (*type:* `String.t`, *default:* `nil`) - Output only. Resource name of this data policy, in the format of `projects/{project_number}/locations/{location_id}/dataPolicies/{data_policy_id}`.
2828
* `policyTag` (*type:* `String.t`, *default:* `nil`) - Policy tag resource name, in the format of `projects/{project_number}/locations/{location_id}/taxonomies/{taxonomy_id}/policyTags/{policyTag_id}`.
2929
"""

clients/big_query_data_policy/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.BigQueryDataPolicy.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)