google-apis-bigtableadmin_v2 0.42.0 → 0.44.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: 766f0b8c9ccc8fc0ea8b419d2e128e5aafe0c0f3ce58a73d87b1a1f226a0bbbf
4
- data.tar.gz: 9b33637639224efb71b4f8ec3b13fb46eacf19157b2e4207b865d41a0ec0b404
3
+ metadata.gz: c7dbfcbb62cdd4ed77e95cbc84eb45dea4bb85874592259ff92cfa4b1c7a1ad5
4
+ data.tar.gz: 2f22e4cc46d35c459723b21543deccf94618187428e4b72545a114cd9e9ab988
5
5
  SHA512:
6
- metadata.gz: e27e8ff083d73deb1eca54de039c85d3028346da36bd9a728ef3d729a0ca8a4d5a11e46d760abb613ab797ccb8f43b6c80cf95a28b7eed3b845cb34ea17dacb7
7
- data.tar.gz: e63735d5f7fe619fff88ef7d0c63694b724ead6895f84150304da8ed429d5dcb18eeb251158d7c044265a3cd5da0c877cf9c159bb4e9dd1ab437cb4fd9a43a6a
6
+ metadata.gz: '05682928fdb9d4efede25c7d8059d336a51ae0eb901100f1bce2e658d8444da3fd5f08c76aca65887a94efb11a0cca75143c8f4831f4ad399c489214c0002488'
7
+ data.tar.gz: 17386b174aa99c50fcb3c91e5a082150fdd09e0ed93b5f71dc69294e88937883be6a8fff5527486630953753c18d3a93b5e7ce0df591e38687b485d908e8a8cf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-bigtableadmin_v2
2
2
 
3
+ ### v0.44.0 (2023-10-22)
4
+
5
+ * Regenerated from discovery document revision 20231013
6
+
7
+ ### v0.43.0 (2023-10-01)
8
+
9
+ * Regenerated from discovery document revision 20230920
10
+
3
11
  ### v0.42.0 (2023-09-17)
4
12
 
5
13
  * Regenerated from discovery document revision 20230913
@@ -57,6 +57,13 @@ module Google
57
57
  # @return [String]
58
58
  attr_accessor :name
59
59
 
60
+ # This field has been deprecated in favor of `standard_isolation.priority`. If
61
+ # you set this field, `standard_isolation.priority` will be set instead. The
62
+ # priority of requests sent using this app profile.
63
+ # Corresponds to the JSON property `priority`
64
+ # @return [String]
65
+ attr_accessor :priority
66
+
60
67
  # Unconditionally routes all read/write requests to a specific cluster. This
61
68
  # option preserves read-your-writes consistency but does not improve
62
69
  # availability.
@@ -64,6 +71,11 @@ module Google
64
71
  # @return [Google::Apis::BigtableadminV2::SingleClusterRouting]
65
72
  attr_accessor :single_cluster_routing
66
73
 
74
+ # Standard options for isolating this app profile's traffic from other use cases.
75
+ # Corresponds to the JSON property `standardIsolation`
76
+ # @return [Google::Apis::BigtableadminV2::StandardIsolation]
77
+ attr_accessor :standard_isolation
78
+
67
79
  def initialize(**args)
68
80
  update!(**args)
69
81
  end
@@ -74,7 +86,9 @@ module Google
74
86
  @etag = args[:etag] if args.key?(:etag)
75
87
  @multi_cluster_routing_use_any = args[:multi_cluster_routing_use_any] if args.key?(:multi_cluster_routing_use_any)
76
88
  @name = args[:name] if args.key?(:name)
89
+ @priority = args[:priority] if args.key?(:priority)
77
90
  @single_cluster_routing = args[:single_cluster_routing] if args.key?(:single_cluster_routing)
91
+ @standard_isolation = args[:standard_isolation] if args.key?(:standard_isolation)
78
92
  end
79
93
  end
80
94
 
@@ -1749,12 +1763,6 @@ module Google
1749
1763
  class ModifyColumnFamiliesRequest
1750
1764
  include Google::Apis::Core::Hashable
1751
1765
 
1752
- # If true, ignore safety checks when modifying the column families.
1753
- # Corresponds to the JSON property `ignoreWarnings`
1754
- # @return [Boolean]
1755
- attr_accessor :ignore_warnings
1756
- alias_method :ignore_warnings?, :ignore_warnings
1757
-
1758
1766
  # Required. Modifications to be atomically applied to the specified table's
1759
1767
  # families. Entries are applied in order, meaning that earlier modifications can
1760
1768
  # be masked by later ones (in the case of repeated updates to the same family,
@@ -1769,7 +1777,6 @@ module Google
1769
1777
 
1770
1778
  # Update properties of this object
1771
1779
  def update!(**args)
1772
- @ignore_warnings = args[:ignore_warnings] if args.key?(:ignore_warnings)
1773
1780
  @modifications = args[:modifications] if args.key?(:modifications)
1774
1781
  end
1775
1782
  end
@@ -1835,13 +1842,13 @@ module Google
1835
1842
  # @return [String]
1836
1843
  attr_accessor :name
1837
1844
 
1838
- # The normal response of the operation in case of success. If the original
1839
- # method returns no data on success, such as `Delete`, the response is `google.
1840
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
1841
- # the response should be the resource. For other methods, the response should
1842
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
1843
- # example, if the original method name is `TakeSnapshot()`, the inferred
1844
- # response type is `TakeSnapshotResponse`.
1845
+ # The normal, successful response of the operation. If the original method
1846
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
1847
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
1848
+ # response should be the resource. For other methods, the response should have
1849
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
1850
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
1851
+ # `TakeSnapshotResponse`.
1845
1852
  # Corresponds to the JSON property `response`
1846
1853
  # @return [Hash<String,Object>]
1847
1854
  attr_accessor :response
@@ -2016,22 +2023,22 @@ module Google
2016
2023
  # evaluates to `true`. A condition can add constraints based on attributes of
2017
2024
  # the request, the resource, or both. To learn which resources support
2018
2025
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
2019
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
2026
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
2020
2027
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
2021
2028
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
2022
2029
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
2023
2030
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
2024
2031
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
2025
2032
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
2026
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
2027
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
2028
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
2029
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
2030
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
2031
- # access description: Does not grant access after Sep 2020 expression: request.
2032
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
2033
- # a description of IAM and its features, see the [IAM documentation](https://
2034
- # cloud.google.com/iam/docs/).
2033
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
2034
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
2035
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
2036
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
2037
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
2038
+ # title: expirable access description: Does not grant access after Sep 2020
2039
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
2040
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
2041
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
2035
2042
  class Policy
2036
2043
  include Google::Apis::Core::Hashable
2037
2044
 
@@ -2219,22 +2226,22 @@ module Google
2219
2226
  # evaluates to `true`. A condition can add constraints based on attributes of
2220
2227
  # the request, the resource, or both. To learn which resources support
2221
2228
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
2222
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
2229
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
2223
2230
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
2224
2231
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
2225
2232
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
2226
2233
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
2227
2234
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
2228
2235
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
2229
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
2230
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
2231
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
2232
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
2233
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
2234
- # access description: Does not grant access after Sep 2020 expression: request.
2235
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
2236
- # a description of IAM and its features, see the [IAM documentation](https://
2237
- # cloud.google.com/iam/docs/).
2236
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
2237
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
2238
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
2239
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
2240
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
2241
+ # title: expirable access description: Does not grant access after Sep 2020
2242
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
2243
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
2244
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
2238
2245
  # Corresponds to the JSON property `policy`
2239
2246
  # @return [Google::Apis::BigtableadminV2::Policy]
2240
2247
  attr_accessor :policy
@@ -2307,6 +2314,25 @@ module Google
2307
2314
  end
2308
2315
  end
2309
2316
 
2317
+ # Standard options for isolating this app profile's traffic from other use cases.
2318
+ class StandardIsolation
2319
+ include Google::Apis::Core::Hashable
2320
+
2321
+ # The priority of requests sent using this app profile.
2322
+ # Corresponds to the JSON property `priority`
2323
+ # @return [String]
2324
+ attr_accessor :priority
2325
+
2326
+ def initialize(**args)
2327
+ update!(**args)
2328
+ end
2329
+
2330
+ # Update properties of this object
2331
+ def update!(**args)
2332
+ @priority = args[:priority] if args.key?(:priority)
2333
+ end
2334
+ end
2335
+
2310
2336
  # The `Status` type defines a logical error model that is suitable for different
2311
2337
  # programming environments, including REST APIs and RPC APIs. It is used by [
2312
2338
  # gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
@@ -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.42.0"
19
+ GEM_VERSION = "0.44.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230913"
25
+ REVISION = "20231013"
26
26
  end
27
27
  end
28
28
  end
@@ -400,6 +400,12 @@ module Google
400
400
  include Google::Apis::Core::JsonObjectSupport
401
401
  end
402
402
 
403
+ class StandardIsolation
404
+ class Representation < Google::Apis::Core::JsonRepresentation; end
405
+
406
+ include Google::Apis::Core::JsonObjectSupport
407
+ end
408
+
403
409
  class Status
404
410
  class Representation < Google::Apis::Core::JsonRepresentation; end
405
411
 
@@ -486,8 +492,11 @@ module Google
486
492
  property :multi_cluster_routing_use_any, as: 'multiClusterRoutingUseAny', class: Google::Apis::BigtableadminV2::MultiClusterRoutingUseAny, decorator: Google::Apis::BigtableadminV2::MultiClusterRoutingUseAny::Representation
487
493
 
488
494
  property :name, as: 'name'
495
+ property :priority, as: 'priority'
489
496
  property :single_cluster_routing, as: 'singleClusterRouting', class: Google::Apis::BigtableadminV2::SingleClusterRouting, decorator: Google::Apis::BigtableadminV2::SingleClusterRouting::Representation
490
497
 
498
+ property :standard_isolation, as: 'standardIsolation', class: Google::Apis::BigtableadminV2::StandardIsolation, decorator: Google::Apis::BigtableadminV2::StandardIsolation::Representation
499
+
491
500
  end
492
501
  end
493
502
 
@@ -944,7 +953,6 @@ module Google
944
953
  class ModifyColumnFamiliesRequest
945
954
  # @private
946
955
  class Representation < Google::Apis::Core::JsonRepresentation
947
- property :ignore_warnings, as: 'ignoreWarnings'
948
956
  collection :modifications, as: 'modifications', class: Google::Apis::BigtableadminV2::Modification, decorator: Google::Apis::BigtableadminV2::Modification::Representation
949
957
 
950
958
  end
@@ -1081,6 +1089,13 @@ module Google
1081
1089
  end
1082
1090
  end
1083
1091
 
1092
+ class StandardIsolation
1093
+ # @private
1094
+ class Representation < Google::Apis::Core::JsonRepresentation
1095
+ property :priority, as: 'priority'
1096
+ end
1097
+ end
1098
+
1084
1099
  class Status
1085
1100
  # @private
1086
1101
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1063,8 +1063,8 @@ module Google
1063
1063
  execute_or_queue_command(command, &block)
1064
1064
  end
1065
1065
 
1066
- # Gets the access control policy for a Table resource. Returns an empty policy
1067
- # if the resource exists but does not have a policy set.
1066
+ # Gets the access control policy for a Table or Backup resource. Returns an
1067
+ # empty policy if the resource exists but does not have a policy set.
1068
1068
  # @param [String] resource
1069
1069
  # REQUIRED: The resource for which the policy is being requested. See [Resource
1070
1070
  # names](https://cloud.google.com/apis/design/resource_names) for the
@@ -1218,8 +1218,8 @@ module Google
1218
1218
  execute_or_queue_command(command, &block)
1219
1219
  end
1220
1220
 
1221
- # Sets the access control policy on a Table resource. Replaces any existing
1222
- # policy.
1221
+ # Sets the access control policy on a Table or Backup resource. Replaces any
1222
+ # existing policy.
1223
1223
  # @param [String] resource
1224
1224
  # REQUIRED: The resource for which the policy is being specified. See [Resource
1225
1225
  # names](https://cloud.google.com/apis/design/resource_names) for the
@@ -1254,7 +1254,8 @@ module Google
1254
1254
  execute_or_queue_command(command, &block)
1255
1255
  end
1256
1256
 
1257
- # Returns permissions that the caller has on the specified table resource.
1257
+ # Returns permissions that the caller has on the specified Table or Backup
1258
+ # resource.
1258
1259
  # @param [String] resource
1259
1260
  # REQUIRED: The resource for which the policy detail is being requested. See [
1260
1261
  # Resource names](https://cloud.google.com/apis/design/resource_names) for the
@@ -1556,8 +1557,8 @@ module Google
1556
1557
  execute_or_queue_command(command, &block)
1557
1558
  end
1558
1559
 
1559
- # Gets the access control policy for a Table resource. Returns an empty policy
1560
- # if the resource exists but does not have a policy set.
1560
+ # Gets the access control policy for a Table or Backup resource. Returns an
1561
+ # empty policy if the resource exists but does not have a policy set.
1561
1562
  # @param [String] resource
1562
1563
  # REQUIRED: The resource for which the policy is being requested. See [Resource
1563
1564
  # names](https://cloud.google.com/apis/design/resource_names) for the
@@ -1757,8 +1758,8 @@ module Google
1757
1758
  execute_or_queue_command(command, &block)
1758
1759
  end
1759
1760
 
1760
- # Sets the access control policy on a Table resource. Replaces any existing
1761
- # policy.
1761
+ # Sets the access control policy on a Table or Backup resource. Replaces any
1762
+ # existing policy.
1762
1763
  # @param [String] resource
1763
1764
  # REQUIRED: The resource for which the policy is being specified. See [Resource
1764
1765
  # names](https://cloud.google.com/apis/design/resource_names) for the
@@ -1793,7 +1794,8 @@ module Google
1793
1794
  execute_or_queue_command(command, &block)
1794
1795
  end
1795
1796
 
1796
- # Returns permissions that the caller has on the specified table resource.
1797
+ # Returns permissions that the caller has on the specified Table or Backup
1798
+ # resource.
1797
1799
  # @param [String] resource
1798
1800
  # REQUIRED: The resource for which the policy detail is being requested. See [
1799
1801
  # 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.42.0
4
+ version: 0.44.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: 2023-09-17 00:00:00.000000000 Z
11
+ date: 2023-10-29 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.42.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigtableadmin_v2/v0.44.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: []