Skip to content

Commit 181a55b

Browse files
feat: Automated regeneration of BigtableAdmin client (googleapis#12344)
Auto-created at 2024-10-17 13:16:23 +0000 using the toys pull request generator.
1 parent 958452f commit 181a55b

14 files changed

+16
-16
lines changed

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 "20240918"
23+
@discovery_revision "20241008"
2424

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

clients/bigtable_admin/lib/google_api/bigtable_admin/v2/model/automated_backup_policy.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.BigtableAdmin.V2.Model.AutomatedBackupPolicy do
2121
2222
## Attributes
2323
24-
* `frequency` (*type:* `String.t`, *default:* `nil`) - Required. How frequently automated backups should occur. The only supported value at this time is 24 hours.
24+
* `frequency` (*type:* `String.t`, *default:* `nil`) - How frequently automated backups should occur. The only supported value at this time is 24 hours. An undefined frequency is treated as 24 hours.
2525
* `retentionPeriod` (*type:* `String.t`, *default:* `nil`) - Required. How long the automated backups should be retained. The only supported value at this time is 3 days.
2626
"""
2727

clients/bigtable_admin/lib/google_api/bigtable_admin/v2/model/google_bigtable_admin_v2_type_aggregate.ex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717

1818
defmodule GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeAggregate do
1919
@moduledoc """
20-
A value that combines incremental updates into a summarized value. Data is never directly written or read using type `Aggregate`. Writes will provide either the `input_type` or `state_type`, and reads will always return the `state_type` .
20+
A value that combines incremental updates into a summarized value. Data is never directly written or read using type `Aggregate`. Writes provide either the `input_type` or `state_type`, and reads always return the `state_type` .
2121
2222
## Attributes
2323
2424
* `hllppUniqueCount` (*type:* `GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeAggregateHyperLogLogPlusPlusUniqueCount.t`, *default:* `nil`) - HyperLogLogPlusPlusUniqueCount aggregator.
25-
* `inputType` (*type:* `GoogleApi.BigtableAdmin.V2.Model.Type.t`, *default:* `nil`) - Type of the inputs that are accumulated by this `Aggregate`, which must specify a full encoding. Use `AddInput` mutations to accumulate new inputs.
25+
* `inputType` (*type:* `GoogleApi.BigtableAdmin.V2.Model.Type.t`, *default:* `nil`) - Type of the inputs that are accumulated by this `Aggregate`. Use `AddInput` mutations to accumulate new inputs.
2626
* `max` (*type:* `GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeAggregateMax.t`, *default:* `nil`) - Max aggregator.
2727
* `min` (*type:* `GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeAggregateMin.t`, *default:* `nil`) - Min aggregator.
28-
* `stateType` (*type:* `GoogleApi.BigtableAdmin.V2.Model.Type.t`, *default:* `nil`) - Output only. Type that holds the internal accumulator state for the `Aggregate`. This is a function of the `input_type` and `aggregator` chosen, and will always specify a full encoding.
28+
* `stateType` (*type:* `GoogleApi.BigtableAdmin.V2.Model.Type.t`, *default:* `nil`) - Output only. Type that holds the internal accumulator state for the `Aggregate`. This is a function of the `input_type` and `aggregator` chosen.
2929
* `sum` (*type:* `GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeAggregateSum.t`, *default:* `nil`) - Sum aggregator.
3030
"""
3131

clients/bigtable_admin/lib/google_api/bigtable_admin/v2/model/google_bigtable_admin_v2_type_bytes.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeBytes do
2121
2222
## Attributes
2323
24-
* `encoding` (*type:* `GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeBytesEncoding.t`, *default:* `nil`) - The encoding to use when converting to/from lower level types.
24+
* `encoding` (*type:* `GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeBytesEncoding.t`, *default:* `nil`) - The encoding to use when converting to or from lower level types.
2525
"""
2626

2727
use GoogleApi.Gax.ModelBase

clients/bigtable_admin/lib/google_api/bigtable_admin/v2/model/google_bigtable_admin_v2_type_bytes_encoding.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
defmodule GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeBytesEncoding do
1919
@moduledoc """
20-
Rules used to convert to/from lower level types.
20+
Rules used to convert to or from lower level types.
2121
2222
## Attributes
2323

clients/bigtable_admin/lib/google_api/bigtable_admin/v2/model/google_bigtable_admin_v2_type_bytes_encoding_raw.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
defmodule GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeBytesEncodingRaw do
1919
@moduledoc """
20-
Leaves the value "as-is" * Order-preserving? Yes * Self-delimiting? No * Compatibility? N/A
20+
Leaves the value as-is. Sorted mode: all values are supported. Distinct mode: all values are supported.
2121
2222
## Attributes
2323

clients/bigtable_admin/lib/google_api/bigtable_admin/v2/model/google_bigtable_admin_v2_type_int64.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeInt64 do
2121
2222
## Attributes
2323
24-
* `encoding` (*type:* `GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeInt64Encoding.t`, *default:* `nil`) - The encoding to use when converting to/from lower level types.
24+
* `encoding` (*type:* `GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeInt64Encoding.t`, *default:* `nil`) - The encoding to use when converting to or from lower level types.
2525
"""
2626

2727
use GoogleApi.Gax.ModelBase

clients/bigtable_admin/lib/google_api/bigtable_admin/v2/model/google_bigtable_admin_v2_type_int64_encoding.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
defmodule GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeInt64Encoding do
1919
@moduledoc """
20-
Rules used to convert to/from lower level types.
20+
Rules used to convert to or from lower level types.
2121
2222
## Attributes
2323

clients/bigtable_admin/lib/google_api/bigtable_admin/v2/model/google_bigtable_admin_v2_type_int64_encoding_big_endian_bytes.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
defmodule GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes do
1919
@moduledoc """
20-
Encodes the value as an 8-byte big endian twos complement `Bytes` value. * Order-preserving? No (positive values only) * Self-delimiting? Yes * Compatibility? - BigQuery Federation `BINARY` encoding - HBase `Bytes.toBytes` - Java `ByteBuffer.putLong()` with `ByteOrder.BIG_ENDIAN`
20+
Encodes the value as an 8-byte big-endian two's complement value. Sorted mode: non-negative values are supported. Distinct mode: all values are supported. Compatible with: - BigQuery `BINARY` encoding - HBase `Bytes.toBytes` - Java `ByteBuffer.putLong()` with `ByteOrder.BIG_ENDIAN`
2121
2222
## Attributes
2323

clients/bigtable_admin/lib/google_api/bigtable_admin/v2/model/google_bigtable_admin_v2_type_string.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeString do
2121
2222
## Attributes
2323
24-
* `encoding` (*type:* `GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeStringEncoding.t`, *default:* `nil`) - The encoding to use when converting to/from lower level types.
24+
* `encoding` (*type:* `GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeStringEncoding.t`, *default:* `nil`) - The encoding to use when converting to or from lower level types.
2525
"""
2626

2727
use GoogleApi.Gax.ModelBase

0 commit comments

Comments
 (0)