Skip to content

Commit b53c000

Browse files
feat: Automated regeneration of BigtableAdmin client (googleapis#12922)
Auto-created at 2025-02-04 13:18:53 +0000 using the toys pull request generator.
1 parent 6cef0c1 commit b53c000

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/bigtable_admin/lib/google_api/bigtable_admin/v2/api/projects.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2861,7 +2861,7 @@ defmodule GoogleApi.BigtableAdmin.V2.Api.Projects do
28612861
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
28622862
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
28632863
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
2864-
* `:updateMask` (*type:* `String.t`) - Required. The list of fields to update. A mask specifying which fields (e.g. `change_stream_config`) in the `table` field should be updated. This mask is relative to the `table` field, not to the request message. The wildcard (*) path is currently not supported. Currently UpdateTable is only supported for the following fields: * `change_stream_config` * `change_stream_config.retention_period` * `deletion_protection` If `column_families` is set in `update_mask`, it will return an UNIMPLEMENTED error.
2864+
* `:updateMask` (*type:* `String.t`) - Required. The list of fields to update. A mask specifying which fields (e.g. `change_stream_config`) in the `table` field should be updated. This mask is relative to the `table` field, not to the request message. The wildcard (*) path is currently not supported. Currently UpdateTable is only supported for the following fields: * `change_stream_config` * `change_stream_config.retention_period` * `deletion_protection` * `automated_backup_policy` * `automated_backup_policy.retention_period` * `automated_backup_policy.frequency` If `column_families` is set in `update_mask`, it will return an UNIMPLEMENTED error.
28652865
* `:body` (*type:* `GoogleApi.BigtableAdmin.V2.Model.Table.t`) -
28662866
* `opts` (*type:* `keyword()`) - Call options
28672867

clients/bigtable_admin/lib/google_api/bigtable_admin/v2/metadata.ex

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

23-
@discovery_revision "20241203"
23+
@discovery_revision "20250131"
2424

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

clients/bigtable_admin/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.BigtableAdmin.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.30.2"
21+
@version "0.30.3"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)