google-apis-bigtableadmin_v2 0.66.0 → 0.67.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7e370e31562ac6ddd4d9bf2750385cfd85c58e21032e7ce625054bafc19e6934
4
- data.tar.gz: 94767f7593400fe13fa671898c4ee0505a415900588402bf5b0c49ab1a87b006
3
+ metadata.gz: 23b45bd9fba778fe27217fece03838d33b6444ac848eed6192ac0f792b27e947
4
+ data.tar.gz: 778ab49f3f833f173a619768b2b8fb6d9cfb2eec016f11277fad01392744796a
5
5
  SHA512:
6
- metadata.gz: 654d97630d86caeb2c5a0fbabe78bc40fa6f8f2eecf2e833235ef6500ea76df35261ca2c5055a9a8a8fbc2bae355c589d74d8c1d51430857953321c480c8d034
7
- data.tar.gz: 68078e46ba07cf0a3b13c7cc1e8785c536411f550514cf683ef72630b17271652883d435bcbc921f0d2c72d2a6d1b8c476e20c35fead7f44e43af09f46542b72
6
+ metadata.gz: 7fa4ba455f95714d891957183ab29d51d8f1da4c9c1b51d86837ec5cd9afa639aa155d7e5c2cb30875f42c71a523bccc3fa4d8afbcb343237f0cc43385fd8daa
7
+ data.tar.gz: c649f75648146d9bdd5d45ee0c6c97ca87a676838697081b276dc8ff8c6a63ece6e74555cef21c48e1f6c0a71f5dbd94b6642b645a67b883471cfaa408e3a471
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-bigtableadmin_v2
2
2
 
3
+ ### v0.67.0 (2025-03-09)
4
+
5
+ * Regenerated from discovery document revision 20250227
6
+
3
7
  ### v0.66.0 (2025-03-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20250224
@@ -1843,12 +1843,21 @@ module Google
1843
1843
  class GoogleBigtableAdminV2TypeBytesEncodingRaw
1844
1844
  include Google::Apis::Core::Hashable
1845
1845
 
1846
+ # If set, allows NULL values to be encoded as the empty string "". The actual
1847
+ # empty string, or any value which only contains the null byte 0x00, has one
1848
+ # more null byte appended.
1849
+ # Corresponds to the JSON property `escapeNulls`
1850
+ # @return [Boolean]
1851
+ attr_accessor :escape_nulls
1852
+ alias_method :escape_nulls?, :escape_nulls
1853
+
1846
1854
  def initialize(**args)
1847
1855
  update!(**args)
1848
1856
  end
1849
1857
 
1850
1858
  # Update properties of this object
1851
1859
  def update!(**args)
1860
+ @escape_nulls = args[:escape_nulls] if args.key?(:escape_nulls)
1852
1861
  end
1853
1862
  end
1854
1863
 
@@ -1922,6 +1931,13 @@ module Google
1922
1931
  # @return [Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes]
1923
1932
  attr_accessor :big_endian_bytes
1924
1933
 
1934
+ # Encodes the value in a variable length binary format of up to 10 bytes. Values
1935
+ # that are closer to zero use fewer bytes. Sorted mode: all values are supported.
1936
+ # Distinct mode: all values are supported.
1937
+ # Corresponds to the JSON property `orderedCodeBytes`
1938
+ # @return [Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeInt64EncodingOrderedCodeBytes]
1939
+ attr_accessor :ordered_code_bytes
1940
+
1925
1941
  def initialize(**args)
1926
1942
  update!(**args)
1927
1943
  end
@@ -1929,6 +1945,7 @@ module Google
1929
1945
  # Update properties of this object
1930
1946
  def update!(**args)
1931
1947
  @big_endian_bytes = args[:big_endian_bytes] if args.key?(:big_endian_bytes)
1948
+ @ordered_code_bytes = args[:ordered_code_bytes] if args.key?(:ordered_code_bytes)
1932
1949
  end
1933
1950
  end
1934
1951
 
@@ -1954,6 +1971,21 @@ module Google
1954
1971
  end
1955
1972
  end
1956
1973
 
1974
+ # Encodes the value in a variable length binary format of up to 10 bytes. Values
1975
+ # that are closer to zero use fewer bytes. Sorted mode: all values are supported.
1976
+ # Distinct mode: all values are supported.
1977
+ class GoogleBigtableAdminV2TypeInt64EncodingOrderedCodeBytes
1978
+ include Google::Apis::Core::Hashable
1979
+
1980
+ def initialize(**args)
1981
+ update!(**args)
1982
+ end
1983
+
1984
+ # Update properties of this object
1985
+ def update!(**args)
1986
+ end
1987
+ end
1988
+
1957
1989
  # A mapping of keys to values of a given type. Values of type `Map` are stored
1958
1990
  # in a `Value.array_value` where each entry is another `Value.array_value` with
1959
1991
  # two elements (the key and the value, in that order). Normally encoded Map
@@ -2068,12 +2100,23 @@ module Google
2068
2100
  class GoogleBigtableAdminV2TypeStringEncodingUtf8Bytes
2069
2101
  include Google::Apis::Core::Hashable
2070
2102
 
2103
+ # Single-character escape sequence used to support NULL values. If set, allows
2104
+ # NULL values to be encoded as the empty string "". The actual empty string, or
2105
+ # any value where every character equals `null_escape_char`, has one more `
2106
+ # null_escape_char` appended. If `null_escape_char` is set and does not equal
2107
+ # the ASCII null character 0x00, then the encoding will not support sorted mode.
2108
+ # .
2109
+ # Corresponds to the JSON property `nullEscapeChar`
2110
+ # @return [String]
2111
+ attr_accessor :null_escape_char
2112
+
2071
2113
  def initialize(**args)
2072
2114
  update!(**args)
2073
2115
  end
2074
2116
 
2075
2117
  # Update properties of this object
2076
2118
  def update!(**args)
2119
+ @null_escape_char = args[:null_escape_char] if args.key?(:null_escape_char)
2077
2120
  end
2078
2121
  end
2079
2122
 
@@ -2096,6 +2139,11 @@ module Google
2096
2139
  class GoogleBigtableAdminV2TypeStruct
2097
2140
  include Google::Apis::Core::Hashable
2098
2141
 
2142
+ # Rules used to convert to or from lower level types.
2143
+ # Corresponds to the JSON property `encoding`
2144
+ # @return [Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeStructEncoding]
2145
+ attr_accessor :encoding
2146
+
2099
2147
  # The names and types of the fields in this struct.
2100
2148
  # Corresponds to the JSON property `fields`
2101
2149
  # @return [Array<Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeStructField>]
@@ -2107,10 +2155,135 @@ module Google
2107
2155
 
2108
2156
  # Update properties of this object
2109
2157
  def update!(**args)
2158
+ @encoding = args[:encoding] if args.key?(:encoding)
2110
2159
  @fields = args[:fields] if args.key?(:fields)
2111
2160
  end
2112
2161
  end
2113
2162
 
2163
+ # Rules used to convert to or from lower level types.
2164
+ class GoogleBigtableAdminV2TypeStructEncoding
2165
+ include Google::Apis::Core::Hashable
2166
+
2167
+ # Fields are encoded independently and concatenated with a configurable `
2168
+ # delimiter` in between. A struct with no fields defined is encoded as a single `
2169
+ # delimiter`. Sorted mode: - Fields are encoded in sorted mode. - Encoded field
2170
+ # values must not contain any bytes <= `delimiter[0]` - Element-wise order is
2171
+ # preserved: `A < B` if `A[0] < B[0]`, or if `A[0] == B[0] && A[1] < B[1]`, etc.
2172
+ # Strict prefixes sort first. Distinct mode: - Fields are encoded in distinct
2173
+ # mode. - Encoded field values must not contain `delimiter[0]`.
2174
+ # Corresponds to the JSON property `delimitedBytes`
2175
+ # @return [Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeStructEncodingDelimitedBytes]
2176
+ attr_accessor :delimited_bytes
2177
+
2178
+ # Fields are encoded independently and concatenated with the fixed byte pair `
2179
+ # 0x00, 0x01` in between. Any null (0x00) byte in an encoded field is replaced
2180
+ # by the fixed byte pair `0x00, 0xFF`. Fields that encode to the empty string ""
2181
+ # have special handling: - If *every* field encodes to "", or if the STRUCT has
2182
+ # no fields defined, then the STRUCT is encoded as the fixed byte pair `0x00,
2183
+ # 0x00`. - Otherwise, the STRUCT only encodes until the last non-empty field,
2184
+ # omitting any trailing empty fields. Any empty fields that aren't omitted are
2185
+ # replaced with the fixed byte pair `0x00, 0x00`. Examples: - STRUCT() -> "\00\
2186
+ # 00" - STRUCT("") -> "\00\00" - STRUCT("", "") -> "\00\00" - STRUCT("", "B") ->
2187
+ # "\00\00" + "\00\01" + "B" - STRUCT("A", "") -> "A" - STRUCT("", "B", "") -> "\
2188
+ # 00\00" + "\00\01" + "B" - STRUCT("A", "", "C") -> "A" + "\00\01" + "\00\00" + "
2189
+ # \00\01" + "C" Since null bytes are always escaped, this encoding can cause
2190
+ # size blowup for encodings like `Int64.BigEndianBytes` that are likely to
2191
+ # produce many such bytes. Sorted mode: - Fields are encoded in sorted mode. -
2192
+ # All values supported by the field encodings are allowed - Element-wise order
2193
+ # is preserved: `A < B` if `A[0] < B[0]`, or if `A[0] == B[0] && A[1] < B[1]`,
2194
+ # etc. Strict prefixes sort first. Distinct mode: - Fields are encoded in
2195
+ # distinct mode. - All values supported by the field encodings are allowed.
2196
+ # Corresponds to the JSON property `orderedCodeBytes`
2197
+ # @return [Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeStructEncodingOrderedCodeBytes]
2198
+ attr_accessor :ordered_code_bytes
2199
+
2200
+ # Uses the encoding of `fields[0].type` as-is. Only valid if `fields.size == 1`.
2201
+ # Corresponds to the JSON property `singleton`
2202
+ # @return [Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeStructEncodingSingleton]
2203
+ attr_accessor :singleton
2204
+
2205
+ def initialize(**args)
2206
+ update!(**args)
2207
+ end
2208
+
2209
+ # Update properties of this object
2210
+ def update!(**args)
2211
+ @delimited_bytes = args[:delimited_bytes] if args.key?(:delimited_bytes)
2212
+ @ordered_code_bytes = args[:ordered_code_bytes] if args.key?(:ordered_code_bytes)
2213
+ @singleton = args[:singleton] if args.key?(:singleton)
2214
+ end
2215
+ end
2216
+
2217
+ # Fields are encoded independently and concatenated with a configurable `
2218
+ # delimiter` in between. A struct with no fields defined is encoded as a single `
2219
+ # delimiter`. Sorted mode: - Fields are encoded in sorted mode. - Encoded field
2220
+ # values must not contain any bytes <= `delimiter[0]` - Element-wise order is
2221
+ # preserved: `A < B` if `A[0] < B[0]`, or if `A[0] == B[0] && A[1] < B[1]`, etc.
2222
+ # Strict prefixes sort first. Distinct mode: - Fields are encoded in distinct
2223
+ # mode. - Encoded field values must not contain `delimiter[0]`.
2224
+ class GoogleBigtableAdminV2TypeStructEncodingDelimitedBytes
2225
+ include Google::Apis::Core::Hashable
2226
+
2227
+ # Byte sequence used to delimit concatenated fields. The delimiter must contain
2228
+ # at least 1 character and at most 50 characters.
2229
+ # Corresponds to the JSON property `delimiter`
2230
+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
2231
+ # @return [String]
2232
+ attr_accessor :delimiter
2233
+
2234
+ def initialize(**args)
2235
+ update!(**args)
2236
+ end
2237
+
2238
+ # Update properties of this object
2239
+ def update!(**args)
2240
+ @delimiter = args[:delimiter] if args.key?(:delimiter)
2241
+ end
2242
+ end
2243
+
2244
+ # Fields are encoded independently and concatenated with the fixed byte pair `
2245
+ # 0x00, 0x01` in between. Any null (0x00) byte in an encoded field is replaced
2246
+ # by the fixed byte pair `0x00, 0xFF`. Fields that encode to the empty string ""
2247
+ # have special handling: - If *every* field encodes to "", or if the STRUCT has
2248
+ # no fields defined, then the STRUCT is encoded as the fixed byte pair `0x00,
2249
+ # 0x00`. - Otherwise, the STRUCT only encodes until the last non-empty field,
2250
+ # omitting any trailing empty fields. Any empty fields that aren't omitted are
2251
+ # replaced with the fixed byte pair `0x00, 0x00`. Examples: - STRUCT() -> "\00\
2252
+ # 00" - STRUCT("") -> "\00\00" - STRUCT("", "") -> "\00\00" - STRUCT("", "B") ->
2253
+ # "\00\00" + "\00\01" + "B" - STRUCT("A", "") -> "A" - STRUCT("", "B", "") -> "\
2254
+ # 00\00" + "\00\01" + "B" - STRUCT("A", "", "C") -> "A" + "\00\01" + "\00\00" + "
2255
+ # \00\01" + "C" Since null bytes are always escaped, this encoding can cause
2256
+ # size blowup for encodings like `Int64.BigEndianBytes` that are likely to
2257
+ # produce many such bytes. Sorted mode: - Fields are encoded in sorted mode. -
2258
+ # All values supported by the field encodings are allowed - Element-wise order
2259
+ # is preserved: `A < B` if `A[0] < B[0]`, or if `A[0] == B[0] && A[1] < B[1]`,
2260
+ # etc. Strict prefixes sort first. Distinct mode: - Fields are encoded in
2261
+ # distinct mode. - All values supported by the field encodings are allowed.
2262
+ class GoogleBigtableAdminV2TypeStructEncodingOrderedCodeBytes
2263
+ include Google::Apis::Core::Hashable
2264
+
2265
+ def initialize(**args)
2266
+ update!(**args)
2267
+ end
2268
+
2269
+ # Update properties of this object
2270
+ def update!(**args)
2271
+ end
2272
+ end
2273
+
2274
+ # Uses the encoding of `fields[0].type` as-is. Only valid if `fields.size == 1`.
2275
+ class GoogleBigtableAdminV2TypeStructEncodingSingleton
2276
+ include Google::Apis::Core::Hashable
2277
+
2278
+ def initialize(**args)
2279
+ update!(**args)
2280
+ end
2281
+
2282
+ # Update properties of this object
2283
+ def update!(**args)
2284
+ end
2285
+ end
2286
+
2114
2287
  # A struct field and its type.
2115
2288
  class GoogleBigtableAdminV2TypeStructField
2116
2289
  include Google::Apis::Core::Hashable
@@ -2156,12 +2329,37 @@ module Google
2156
2329
  class GoogleBigtableAdminV2TypeTimestamp
2157
2330
  include Google::Apis::Core::Hashable
2158
2331
 
2332
+ # Rules used to convert to or from lower level types.
2333
+ # Corresponds to the JSON property `encoding`
2334
+ # @return [Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeTimestampEncoding]
2335
+ attr_accessor :encoding
2336
+
2337
+ def initialize(**args)
2338
+ update!(**args)
2339
+ end
2340
+
2341
+ # Update properties of this object
2342
+ def update!(**args)
2343
+ @encoding = args[:encoding] if args.key?(:encoding)
2344
+ end
2345
+ end
2346
+
2347
+ # Rules used to convert to or from lower level types.
2348
+ class GoogleBigtableAdminV2TypeTimestampEncoding
2349
+ include Google::Apis::Core::Hashable
2350
+
2351
+ # Rules used to convert to or from lower level types.
2352
+ # Corresponds to the JSON property `unixMicrosInt64`
2353
+ # @return [Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeInt64Encoding]
2354
+ attr_accessor :unix_micros_int64
2355
+
2159
2356
  def initialize(**args)
2160
2357
  update!(**args)
2161
2358
  end
2162
2359
 
2163
2360
  # Update properties of this object
2164
2361
  def update!(**args)
2362
+ @unix_micros_int64 = args[:unix_micros_int64] if args.key?(:unix_micros_int64)
2165
2363
  end
2166
2364
  end
2167
2365
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BigtableadminV2
18
18
  # Version of the google-apis-bigtableadmin_v2 gem
19
- GEM_VERSION = "0.66.0"
19
+ GEM_VERSION = "0.67.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250224"
25
+ REVISION = "20250227"
26
26
  end
27
27
  end
28
28
  end
@@ -376,6 +376,12 @@ module Google
376
376
  include Google::Apis::Core::JsonObjectSupport
377
377
  end
378
378
 
379
+ class GoogleBigtableAdminV2TypeInt64EncodingOrderedCodeBytes
380
+ class Representation < Google::Apis::Core::JsonRepresentation; end
381
+
382
+ include Google::Apis::Core::JsonObjectSupport
383
+ end
384
+
379
385
  class GoogleBigtableAdminV2TypeMap
380
386
  class Representation < Google::Apis::Core::JsonRepresentation; end
381
387
 
@@ -412,6 +418,30 @@ module Google
412
418
  include Google::Apis::Core::JsonObjectSupport
413
419
  end
414
420
 
421
+ class GoogleBigtableAdminV2TypeStructEncoding
422
+ class Representation < Google::Apis::Core::JsonRepresentation; end
423
+
424
+ include Google::Apis::Core::JsonObjectSupport
425
+ end
426
+
427
+ class GoogleBigtableAdminV2TypeStructEncodingDelimitedBytes
428
+ class Representation < Google::Apis::Core::JsonRepresentation; end
429
+
430
+ include Google::Apis::Core::JsonObjectSupport
431
+ end
432
+
433
+ class GoogleBigtableAdminV2TypeStructEncodingOrderedCodeBytes
434
+ class Representation < Google::Apis::Core::JsonRepresentation; end
435
+
436
+ include Google::Apis::Core::JsonObjectSupport
437
+ end
438
+
439
+ class GoogleBigtableAdminV2TypeStructEncodingSingleton
440
+ class Representation < Google::Apis::Core::JsonRepresentation; end
441
+
442
+ include Google::Apis::Core::JsonObjectSupport
443
+ end
444
+
415
445
  class GoogleBigtableAdminV2TypeStructField
416
446
  class Representation < Google::Apis::Core::JsonRepresentation; end
417
447
 
@@ -424,6 +454,12 @@ module Google
424
454
  include Google::Apis::Core::JsonObjectSupport
425
455
  end
426
456
 
457
+ class GoogleBigtableAdminV2TypeTimestampEncoding
458
+ class Representation < Google::Apis::Core::JsonRepresentation; end
459
+
460
+ include Google::Apis::Core::JsonObjectSupport
461
+ end
462
+
427
463
  class HotTablet
428
464
  class Representation < Google::Apis::Core::JsonRepresentation; end
429
465
 
@@ -1201,6 +1237,7 @@ module Google
1201
1237
  class GoogleBigtableAdminV2TypeBytesEncodingRaw
1202
1238
  # @private
1203
1239
  class Representation < Google::Apis::Core::JsonRepresentation
1240
+ property :escape_nulls, as: 'escapeNulls'
1204
1241
  end
1205
1242
  end
1206
1243
 
@@ -1235,6 +1272,8 @@ module Google
1235
1272
  class Representation < Google::Apis::Core::JsonRepresentation
1236
1273
  property :big_endian_bytes, as: 'bigEndianBytes', class: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes, decorator: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes::Representation
1237
1274
 
1275
+ property :ordered_code_bytes, as: 'orderedCodeBytes', class: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeInt64EncodingOrderedCodeBytes, decorator: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeInt64EncodingOrderedCodeBytes::Representation
1276
+
1238
1277
  end
1239
1278
  end
1240
1279
 
@@ -1246,6 +1285,12 @@ module Google
1246
1285
  end
1247
1286
  end
1248
1287
 
1288
+ class GoogleBigtableAdminV2TypeInt64EncodingOrderedCodeBytes
1289
+ # @private
1290
+ class Representation < Google::Apis::Core::JsonRepresentation
1291
+ end
1292
+ end
1293
+
1249
1294
  class GoogleBigtableAdminV2TypeMap
1250
1295
  # @private
1251
1296
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1277,6 +1322,7 @@ module Google
1277
1322
  class GoogleBigtableAdminV2TypeStringEncodingUtf8Bytes
1278
1323
  # @private
1279
1324
  class Representation < Google::Apis::Core::JsonRepresentation
1325
+ property :null_escape_char, as: 'nullEscapeChar'
1280
1326
  end
1281
1327
  end
1282
1328
 
@@ -1289,11 +1335,44 @@ module Google
1289
1335
  class GoogleBigtableAdminV2TypeStruct
1290
1336
  # @private
1291
1337
  class Representation < Google::Apis::Core::JsonRepresentation
1338
+ property :encoding, as: 'encoding', class: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeStructEncoding, decorator: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeStructEncoding::Representation
1339
+
1292
1340
  collection :fields, as: 'fields', class: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeStructField, decorator: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeStructField::Representation
1293
1341
 
1294
1342
  end
1295
1343
  end
1296
1344
 
1345
+ class GoogleBigtableAdminV2TypeStructEncoding
1346
+ # @private
1347
+ class Representation < Google::Apis::Core::JsonRepresentation
1348
+ property :delimited_bytes, as: 'delimitedBytes', class: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeStructEncodingDelimitedBytes, decorator: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeStructEncodingDelimitedBytes::Representation
1349
+
1350
+ property :ordered_code_bytes, as: 'orderedCodeBytes', class: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeStructEncodingOrderedCodeBytes, decorator: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeStructEncodingOrderedCodeBytes::Representation
1351
+
1352
+ property :singleton, as: 'singleton', class: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeStructEncodingSingleton, decorator: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeStructEncodingSingleton::Representation
1353
+
1354
+ end
1355
+ end
1356
+
1357
+ class GoogleBigtableAdminV2TypeStructEncodingDelimitedBytes
1358
+ # @private
1359
+ class Representation < Google::Apis::Core::JsonRepresentation
1360
+ property :delimiter, :base64 => true, as: 'delimiter'
1361
+ end
1362
+ end
1363
+
1364
+ class GoogleBigtableAdminV2TypeStructEncodingOrderedCodeBytes
1365
+ # @private
1366
+ class Representation < Google::Apis::Core::JsonRepresentation
1367
+ end
1368
+ end
1369
+
1370
+ class GoogleBigtableAdminV2TypeStructEncodingSingleton
1371
+ # @private
1372
+ class Representation < Google::Apis::Core::JsonRepresentation
1373
+ end
1374
+ end
1375
+
1297
1376
  class GoogleBigtableAdminV2TypeStructField
1298
1377
  # @private
1299
1378
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1306,6 +1385,16 @@ module Google
1306
1385
  class GoogleBigtableAdminV2TypeTimestamp
1307
1386
  # @private
1308
1387
  class Representation < Google::Apis::Core::JsonRepresentation
1388
+ property :encoding, as: 'encoding', class: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeTimestampEncoding, decorator: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeTimestampEncoding::Representation
1389
+
1390
+ end
1391
+ end
1392
+
1393
+ class GoogleBigtableAdminV2TypeTimestampEncoding
1394
+ # @private
1395
+ class Representation < Google::Apis::Core::JsonRepresentation
1396
+ property :unix_micros_int64, as: 'unixMicrosInt64', class: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeInt64Encoding, decorator: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeInt64Encoding::Representation
1397
+
1309
1398
  end
1310
1399
  end
1311
1400
 
@@ -1275,6 +1275,113 @@ module Google
1275
1275
  execute_or_queue_command(command, &block)
1276
1276
  end
1277
1277
 
1278
+ # Gets the access control policy for an instance resource. Returns an empty
1279
+ # policy if an instance exists but does not have a policy set.
1280
+ # @param [String] resource
1281
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
1282
+ # names](https://cloud.google.com/apis/design/resource_names) for the
1283
+ # appropriate value for this field.
1284
+ # @param [Google::Apis::BigtableadminV2::GetIamPolicyRequest] get_iam_policy_request_object
1285
+ # @param [String] fields
1286
+ # Selector specifying which fields to include in a partial response.
1287
+ # @param [String] quota_user
1288
+ # Available to use for quota purposes for server-side applications. Can be any
1289
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1290
+ # @param [Google::Apis::RequestOptions] options
1291
+ # Request-specific options
1292
+ #
1293
+ # @yield [result, err] Result & error if block supplied
1294
+ # @yieldparam result [Google::Apis::BigtableadminV2::Policy] parsed result object
1295
+ # @yieldparam err [StandardError] error object if request failed
1296
+ #
1297
+ # @return [Google::Apis::BigtableadminV2::Policy]
1298
+ #
1299
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1300
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1301
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1302
+ def get_logical_view_iam_policy(resource, get_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1303
+ command = make_simple_command(:post, 'v2/{+resource}:getIamPolicy', options)
1304
+ command.request_representation = Google::Apis::BigtableadminV2::GetIamPolicyRequest::Representation
1305
+ command.request_object = get_iam_policy_request_object
1306
+ command.response_representation = Google::Apis::BigtableadminV2::Policy::Representation
1307
+ command.response_class = Google::Apis::BigtableadminV2::Policy
1308
+ command.params['resource'] = resource unless resource.nil?
1309
+ command.query['fields'] = fields unless fields.nil?
1310
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1311
+ execute_or_queue_command(command, &block)
1312
+ end
1313
+
1314
+ # Sets the access control policy on an instance resource. Replaces any existing
1315
+ # policy.
1316
+ # @param [String] resource
1317
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
1318
+ # names](https://cloud.google.com/apis/design/resource_names) for the
1319
+ # appropriate value for this field.
1320
+ # @param [Google::Apis::BigtableadminV2::SetIamPolicyRequest] set_iam_policy_request_object
1321
+ # @param [String] fields
1322
+ # Selector specifying which fields to include in a partial response.
1323
+ # @param [String] quota_user
1324
+ # Available to use for quota purposes for server-side applications. Can be any
1325
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1326
+ # @param [Google::Apis::RequestOptions] options
1327
+ # Request-specific options
1328
+ #
1329
+ # @yield [result, err] Result & error if block supplied
1330
+ # @yieldparam result [Google::Apis::BigtableadminV2::Policy] parsed result object
1331
+ # @yieldparam err [StandardError] error object if request failed
1332
+ #
1333
+ # @return [Google::Apis::BigtableadminV2::Policy]
1334
+ #
1335
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1336
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1337
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1338
+ def set_logical_view_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1339
+ command = make_simple_command(:post, 'v2/{+resource}:setIamPolicy', options)
1340
+ command.request_representation = Google::Apis::BigtableadminV2::SetIamPolicyRequest::Representation
1341
+ command.request_object = set_iam_policy_request_object
1342
+ command.response_representation = Google::Apis::BigtableadminV2::Policy::Representation
1343
+ command.response_class = Google::Apis::BigtableadminV2::Policy
1344
+ command.params['resource'] = resource unless resource.nil?
1345
+ command.query['fields'] = fields unless fields.nil?
1346
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1347
+ execute_or_queue_command(command, &block)
1348
+ end
1349
+
1350
+ # Returns permissions that the caller has on the specified instance resource.
1351
+ # @param [String] resource
1352
+ # REQUIRED: The resource for which the policy detail is being requested. See [
1353
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
1354
+ # appropriate value for this field.
1355
+ # @param [Google::Apis::BigtableadminV2::TestIamPermissionsRequest] test_iam_permissions_request_object
1356
+ # @param [String] fields
1357
+ # Selector specifying which fields to include in a partial response.
1358
+ # @param [String] quota_user
1359
+ # Available to use for quota purposes for server-side applications. Can be any
1360
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1361
+ # @param [Google::Apis::RequestOptions] options
1362
+ # Request-specific options
1363
+ #
1364
+ # @yield [result, err] Result & error if block supplied
1365
+ # @yieldparam result [Google::Apis::BigtableadminV2::TestIamPermissionsResponse] parsed result object
1366
+ # @yieldparam err [StandardError] error object if request failed
1367
+ #
1368
+ # @return [Google::Apis::BigtableadminV2::TestIamPermissionsResponse]
1369
+ #
1370
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1371
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1372
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1373
+ def test_logical_view_iam_permissions(resource, test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1374
+ command = make_simple_command(:post, 'v2/{+resource}:testIamPermissions', options)
1375
+ command.request_representation = Google::Apis::BigtableadminV2::TestIamPermissionsRequest::Representation
1376
+ command.request_object = test_iam_permissions_request_object
1377
+ command.response_representation = Google::Apis::BigtableadminV2::TestIamPermissionsResponse::Representation
1378
+ command.response_class = Google::Apis::BigtableadminV2::TestIamPermissionsResponse
1379
+ command.params['resource'] = resource unless resource.nil?
1380
+ command.query['fields'] = fields unless fields.nil?
1381
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1382
+ execute_or_queue_command(command, &block)
1383
+ end
1384
+
1278
1385
  # Gets the access control policy for an instance resource. Returns an empty
1279
1386
  # policy if an instance exists but does not have a policy set.
1280
1387
  # @param [String] resource
@@ -1731,8 +1838,8 @@ module Google
1731
1838
  # the following fields: * `change_stream_config` * `change_stream_config.
1732
1839
  # retention_period` * `deletion_protection` * `automated_backup_policy` * `
1733
1840
  # automated_backup_policy.retention_period` * `automated_backup_policy.frequency`
1734
- # If `column_families` is set in `update_mask`, it will return an UNIMPLEMENTED
1735
- # error.
1841
+ # * `row_key_schema` If `column_families` is set in `update_mask`, it will
1842
+ # return an UNIMPLEMENTED error.
1736
1843
  # @param [String] fields
1737
1844
  # Selector specifying which fields to include in a partial response.
1738
1845
  # @param [String] quota_user
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-bigtableadmin_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.66.0
4
+ version: 0.67.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-02 00:00:00.000000000 Z
10
+ date: 2025-03-09 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigtableadmin_v2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-bigtableadmin_v2/v0.66.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigtableadmin_v2/v0.67.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigtableadmin_v2
62
62
  rdoc_options: []
63
63
  require_paths: