google-apis-bigtableadmin_v2 0.52.0 → 0.54.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 88ce56ada2f06fdf7927def79928f4a6b65ef3f4580a190604c2388853a8dd74
4
- data.tar.gz: 9198cea4bc5dcd024a3f24a817ebdc6fa482e2b8433093a593800dfc0d4314be
3
+ metadata.gz: 8a3fe54a65c5ad6262b7a22fd2ee0ae30cbe99627a6dcef70e76a259dc1c5682
4
+ data.tar.gz: 1bc510d39a9b98abd34dc5b12d42e652a76df4949840b84fe3575757a1d2e2f8
5
5
  SHA512:
6
- metadata.gz: 7e63e783db12113825200866b3d665b732509316b1aa06a3b2ff8fdf4eabbd58d16bf187c0b869d11b4a421216835dd352f6dc2da20aad3372528392cf87c848
7
- data.tar.gz: 4340eef5ab2d59f1561fd8c91bff9a90e2570e53735817bcc153bc3e8203779060d8d88f9d69415b77ad67993457c9c6367b9d0a5937d550d935c990fdce201b
6
+ metadata.gz: 92f3bf0ddf939af846f46d032003842f37c2fc488f42d7cc1f58b090d3b0211a8b971a83f7950056a9558ed4085a961312eb5cea098b61241adbb0f45c2aac1c
7
+ data.tar.gz: 68364345b4905ae079120577e393744df96d791f6df2e43e52769b20b94d9296d140f3657ce3078aa6a63fc1d4007e26b23543c9ec0e55432d8c18afe75ba71d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-bigtableadmin_v2
2
2
 
3
+ ### v0.54.0 (2024-05-05)
4
+
5
+ * Regenerated from discovery document revision 20240429
6
+
7
+ ### v0.53.0 (2024-04-28)
8
+
9
+ * Regenerated from discovery document revision 20240413
10
+
3
11
  ### v0.52.0 (2024-03-31)
4
12
 
5
13
  * Regenerated from discovery document revision 20240319
@@ -28,14 +28,9 @@ module Google
28
28
  include Google::Apis::Core::Hashable
29
29
 
30
30
  # Data Boost is a serverless compute capability that lets you run high-
31
- # throughput read jobs on your Bigtable data, without impacting the performance
32
- # of the clusters that handle your application traffic. Currently, Data Boost
33
- # exclusively supports read-only use-cases with single-cluster routing. Data
34
- # Boost reads are only guaranteed to see the results of writes that were written
35
- # at least 30 minutes ago. This means newly written values may not become
36
- # visible for up to 30m, and also means that old values may remain visible for
37
- # up to 30m after being deleted or overwritten. To mitigate the staleness of the
38
- # data, users may either wait 30m, or use CheckConsistency.
31
+ # throughput read jobs and queries on your Bigtable data, without impacting the
32
+ # performance of the clusters that handle your application traffic. Data Boost
33
+ # supports read-only use cases with single-cluster routing.
39
34
  # Corresponds to the JSON property `dataBoostIsolationReadOnly`
40
35
  # @return [Google::Apis::BigtableadminV2::DataBoostIsolationReadOnly]
41
36
  attr_accessor :data_boost_isolation_read_only
@@ -177,7 +172,7 @@ module Google
177
172
  end
178
173
  end
179
174
 
180
- # Placeholder for admin API work while we work out the internals.
175
+ # An Authorized View of a Cloud Bigtable Table.
181
176
  class AuthorizedView
182
177
  include Google::Apis::Core::Hashable
183
178
 
@@ -963,7 +958,7 @@ module Google
963
958
  class CreateAuthorizedViewRequest
964
959
  include Google::Apis::Core::Hashable
965
960
 
966
- # Placeholder for admin API work while we work out the internals.
961
+ # An Authorized View of a Cloud Bigtable Table.
967
962
  # Corresponds to the JSON property `authorizedView`
968
963
  # @return [Google::Apis::BigtableadminV2::AuthorizedView]
969
964
  attr_accessor :authorized_view
@@ -1224,14 +1219,9 @@ module Google
1224
1219
  end
1225
1220
 
1226
1221
  # Data Boost is a serverless compute capability that lets you run high-
1227
- # throughput read jobs on your Bigtable data, without impacting the performance
1228
- # of the clusters that handle your application traffic. Currently, Data Boost
1229
- # exclusively supports read-only use-cases with single-cluster routing. Data
1230
- # Boost reads are only guaranteed to see the results of writes that were written
1231
- # at least 30 minutes ago. This means newly written values may not become
1232
- # visible for up to 30m, and also means that old values may remain visible for
1233
- # up to 30m after being deleted or overwritten. To mitigate the staleness of the
1234
- # data, users may either wait 30m, or use CheckConsistency.
1222
+ # throughput read jobs and queries on your Bigtable data, without impacting the
1223
+ # performance of the clusters that handle your application traffic. Data Boost
1224
+ # supports read-only use cases with single-cluster routing.
1235
1225
  class DataBoostIsolationReadOnly
1236
1226
  include Google::Apis::Core::Hashable
1237
1227
 
@@ -1909,6 +1899,12 @@ module Google
1909
1899
  # @return [String]
1910
1900
  attr_accessor :name
1911
1901
 
1902
+ # Output only. Reserved for future use.
1903
+ # Corresponds to the JSON property `satisfiesPzi`
1904
+ # @return [Boolean]
1905
+ attr_accessor :satisfies_pzi
1906
+ alias_method :satisfies_pzi?, :satisfies_pzi
1907
+
1912
1908
  # Output only. Reserved for future use.
1913
1909
  # Corresponds to the JSON property `satisfiesPzs`
1914
1910
  # @return [Boolean]
@@ -1935,6 +1931,7 @@ module Google
1935
1931
  @display_name = args[:display_name] if args.key?(:display_name)
1936
1932
  @labels = args[:labels] if args.key?(:labels)
1937
1933
  @name = args[:name] if args.key?(:name)
1934
+ @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
1938
1935
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
1939
1936
  @state = args[:state] if args.key?(:state)
1940
1937
  @type = args[:type] if args.key?(:type)
@@ -3331,7 +3328,7 @@ module Google
3331
3328
  class UpdateAuthorizedViewRequest
3332
3329
  include Google::Apis::Core::Hashable
3333
3330
 
3334
- # Placeholder for admin API work while we work out the internals.
3331
+ # An Authorized View of a Cloud Bigtable Table.
3335
3332
  # Corresponds to the JSON property `authorizedView`
3336
3333
  # @return [Google::Apis::BigtableadminV2::AuthorizedView]
3337
3334
  attr_accessor :authorized_view
@@ -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.52.0"
19
+ GEM_VERSION = "0.54.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240319"
25
+ REVISION = "20240429"
26
26
  end
27
27
  end
28
28
  end
@@ -1105,6 +1105,7 @@ module Google
1105
1105
  property :display_name, as: 'displayName'
1106
1106
  hash :labels, as: 'labels'
1107
1107
  property :name, as: 'name'
1108
+ property :satisfies_pzi, as: 'satisfiesPzi'
1108
1109
  property :satisfies_pzs, as: 'satisfiesPzs'
1109
1110
  property :state, as: 'state'
1110
1111
  property :type, as: 'type'
@@ -995,8 +995,8 @@ module Google
995
995
  execute_or_queue_command(command, &block)
996
996
  end
997
997
 
998
- # Gets the access control policy for a Table or Backup resource. Returns an
999
- # empty policy if the resource exists but does not have a policy set.
998
+ # Gets the access control policy for a Bigtable resource. Returns an empty
999
+ # policy if the resource exists but does not have a policy set.
1000
1000
  # @param [String] resource
1001
1001
  # REQUIRED: The resource for which the policy is being requested. See [Resource
1002
1002
  # names](https://cloud.google.com/apis/design/resource_names) for the
@@ -1150,8 +1150,8 @@ module Google
1150
1150
  execute_or_queue_command(command, &block)
1151
1151
  end
1152
1152
 
1153
- # Sets the access control policy on a Table or Backup resource. Replaces any
1154
- # existing policy.
1153
+ # Sets the access control policy on a Bigtable resource. Replaces any existing
1154
+ # policy.
1155
1155
  # @param [String] resource
1156
1156
  # REQUIRED: The resource for which the policy is being specified. See [Resource
1157
1157
  # names](https://cloud.google.com/apis/design/resource_names) for the
@@ -1186,8 +1186,7 @@ module Google
1186
1186
  execute_or_queue_command(command, &block)
1187
1187
  end
1188
1188
 
1189
- # Returns permissions that the caller has on the specified Table or Backup
1190
- # resource.
1189
+ # Returns permissions that the caller has on the specified Bigtable resource.
1191
1190
  # @param [String] resource
1192
1191
  # REQUIRED: The resource for which the policy detail is being requested. See [
1193
1192
  # Resource names](https://cloud.google.com/apis/design/resource_names) for the
@@ -1491,8 +1490,8 @@ module Google
1491
1490
  execute_or_queue_command(command, &block)
1492
1491
  end
1493
1492
 
1494
- # Gets the access control policy for a Table or Backup resource. Returns an
1495
- # empty policy if the resource exists but does not have a policy set.
1493
+ # Gets the access control policy for a Bigtable resource. Returns an empty
1494
+ # policy if the resource exists but does not have a policy set.
1496
1495
  # @param [String] resource
1497
1496
  # REQUIRED: The resource for which the policy is being requested. See [Resource
1498
1497
  # names](https://cloud.google.com/apis/design/resource_names) for the
@@ -1692,8 +1691,8 @@ module Google
1692
1691
  execute_or_queue_command(command, &block)
1693
1692
  end
1694
1693
 
1695
- # Sets the access control policy on a Table or Backup resource. Replaces any
1696
- # existing policy.
1694
+ # Sets the access control policy on a Bigtable resource. Replaces any existing
1695
+ # policy.
1697
1696
  # @param [String] resource
1698
1697
  # REQUIRED: The resource for which the policy is being specified. See [Resource
1699
1698
  # names](https://cloud.google.com/apis/design/resource_names) for the
@@ -1728,8 +1727,7 @@ module Google
1728
1727
  execute_or_queue_command(command, &block)
1729
1728
  end
1730
1729
 
1731
- # Returns permissions that the caller has on the specified Table or Backup
1732
- # resource.
1730
+ # Returns permissions that the caller has on the specified Bigtable resource.
1733
1731
  # @param [String] resource
1734
1732
  # REQUIRED: The resource for which the policy detail is being requested. See [
1735
1733
  # Resource names](https://cloud.google.com/apis/design/resource_names) for the
@@ -1911,8 +1909,8 @@ module Google
1911
1909
  execute_or_queue_command(command, &block)
1912
1910
  end
1913
1911
 
1914
- # Gets the access control policy for a Table or Backup resource. Returns an
1915
- # empty policy if the resource exists but does not have a policy set.
1912
+ # Gets the access control policy for a Bigtable resource. Returns an empty
1913
+ # policy if the resource exists but does not have a policy set.
1916
1914
  # @param [String] resource
1917
1915
  # REQUIRED: The resource for which the policy is being requested. See [Resource
1918
1916
  # names](https://cloud.google.com/apis/design/resource_names) for the
@@ -1962,8 +1960,8 @@ module Google
1962
1960
  # @param [String] page_token
1963
1961
  # Optional. The value of `next_page_token` returned by a previous call.
1964
1962
  # @param [String] view
1965
- # Optional. The resource_view to be applied to the returned views' fields.
1966
- # Default to NAME_ONLY.
1963
+ # Optional. The resource_view to be applied to the returned AuthorizedViews'
1964
+ # fields. Default to NAME_ONLY.
1967
1965
  # @param [String] fields
1968
1966
  # Selector specifying which fields to include in a partial response.
1969
1967
  # @param [String] quota_user
@@ -2039,8 +2037,8 @@ module Google
2039
2037
  execute_or_queue_command(command, &block)
2040
2038
  end
2041
2039
 
2042
- # Sets the access control policy on a Table or Backup resource. Replaces any
2043
- # existing policy.
2040
+ # Sets the access control policy on a Bigtable resource. Replaces any existing
2041
+ # policy.
2044
2042
  # @param [String] resource
2045
2043
  # REQUIRED: The resource for which the policy is being specified. See [Resource
2046
2044
  # names](https://cloud.google.com/apis/design/resource_names) for the
@@ -2075,8 +2073,7 @@ module Google
2075
2073
  execute_or_queue_command(command, &block)
2076
2074
  end
2077
2075
 
2078
- # Returns permissions that the caller has on the specified Table or Backup
2079
- # resource.
2076
+ # Returns permissions that the caller has on the specified Bigtable resource.
2080
2077
  # @param [String] resource
2081
2078
  # REQUIRED: The resource for which the policy detail is being requested. See [
2082
2079
  # Resource names](https://cloud.google.com/apis/design/resource_names) for the
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-bigtableadmin_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.52.0
4
+ version: 0.54.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-31 00:00:00.000000000 Z
11
+ date: 2024-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigtableadmin_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-bigtableadmin_v2/v0.52.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigtableadmin_v2/v0.54.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigtableadmin_v2
63
63
  post_install_message:
64
64
  rdoc_options: []