google-cloud-bigtable-admin-v2 1.3.0 → 1.5.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: 0b986bfb48e70b0361ad8595aa478a3b8328529e358915b40aecf7a8556f97ee
4
- data.tar.gz: b21f4eb887f57ceda0d3277cf2e83d6b36a131ef4c857e84739be0be9b0a143f
3
+ metadata.gz: 031bc1cf074d669b340b72ee82425655a1d615ad15adbb759a193faf96e2a005
4
+ data.tar.gz: 59a14a20d6e05245d5d6e3097b0bd07808761998c13b44e7761015ecfeaa62ca
5
5
  SHA512:
6
- metadata.gz: 81bbb4539de8223ed41545faf135382794442739ac39071735a8a9a6f86930190375c5a5af8281662b22097d576815ac78e69cf7e2f1c675430a15a54e765dca
7
- data.tar.gz: 40d1ec289a4bb234239ffbff8449fddfb9b996c800b083aef24e4d2ffbb18b68ec66b8f1150d4f9bd3dabf4710658e63f56baf62076d79217ae2eb05300a38ea
6
+ metadata.gz: 92973aad7e72fe5b84176dce60de5bbe78ac3b9c73015051dd659abbcac3e4de049993b40755c011207ca765c44935d13d5ca7f50b015d2b5de99381a1ffb0fa
7
+ data.tar.gz: 445ef7347c7e90a4c5d500171c2523a8eeabed47aca3207fae6944b0eade0cc127567fdf14c0bdae3f7482d925f3bc144ed3552db4ce0f4636cc155e67351e94
data/README.md CHANGED
@@ -43,33 +43,43 @@ for class and method documentation.
43
43
  See also the [Product Documentation](https://cloud.google.com/bigtable)
44
44
  for general usage information.
45
45
 
46
- ## Enabling Logging
47
-
48
- To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
49
- The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/current/stdlibs/logger/Logger.html) as shown below,
50
- or a [`Google::Cloud::Logging::Logger`](https://cloud.google.com/ruby/docs/reference/google-cloud-logging/latest)
51
- that will write logs to [Cloud Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
52
- and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.
53
-
54
- Configuring a Ruby stdlib logger:
46
+ ## Debug Logging
47
+
48
+ This library comes with opt-in Debug Logging that can help you troubleshoot
49
+ your application's integration with the API. When logging is activated, key
50
+ events such as requests and responses, along with data payloads and metadata
51
+ such as headers and client configuration, are logged to the standard error
52
+ stream.
53
+
54
+ **WARNING:** Client Library Debug Logging includes your data payloads in
55
+ plaintext, which could include sensitive data such as PII for yourself or your
56
+ customers, private keys, or other security data that could be compromising if
57
+ leaked. Always practice good data hygiene with your application logs, and follow
58
+ the principle of least access. Google also recommends that Client Library Debug
59
+ Logging be enabled only temporarily during active debugging, and not used
60
+ permanently in production.
61
+
62
+ To enable logging, set the environment variable `GOOGLE_SDK_RUBY_LOGGING_GEMS`
63
+ to the value `all`. Alternatively, you can set the value to a comma-delimited
64
+ list of client library gem names. This will select the default logging behavior,
65
+ which writes logs to the standard error stream. On a local workstation, this may
66
+ result in logs appearing on the console. When running on a Google Cloud hosting
67
+ service such as [Google Cloud Run](https://cloud.google.com/run), this generally
68
+ results in logs appearing alongside your application logs in the
69
+ [Google Cloud Logging](https://cloud.google.com/logging/) service.
70
+
71
+ You can customize logging by modifying the `logger` configuration when
72
+ constructing a client object. For example:
55
73
 
56
74
  ```ruby
75
+ require "google/cloud/bigtable/admin/v2"
57
76
  require "logger"
58
77
 
59
- module MyLogger
60
- LOGGER = Logger.new $stderr, level: Logger::WARN
61
- def logger
62
- LOGGER
63
- end
64
- end
65
-
66
- # Define a gRPC module-level logger method before grpc/logconfig.rb loads.
67
- module GRPC
68
- extend MyLogger
78
+ client = ::Google::Cloud::Bigtable::Admin::V2::BigtableInstanceAdmin::Client.new do |config|
79
+ config.logger = Logger.new "my-app.log"
69
80
  end
70
81
  ```
71
82
 
72
-
73
83
  ## Google Cloud Samples
74
84
 
75
85
  To browse ready to use code samples check [Google Cloud Samples](https://cloud.google.com/docs/samples).
@@ -10,7 +10,7 @@ require 'google/bigtable/admin/v2/common_pb'
10
10
  require 'google/protobuf/timestamp_pb'
11
11
 
12
12
 
13
- descriptor_data = "\n\'google/bigtable/admin/v2/instance.proto\x12\x18google.bigtable.admin.v2\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a%google/bigtable/admin/v2/common.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xc6\x04\n\x08Instance\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x19\n\x0c\x64isplay_name\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x37\n\x05state\x18\x03 \x01(\x0e\x32(.google.bigtable.admin.v2.Instance.State\x12\x35\n\x04type\x18\x04 \x01(\x0e\x32\'.google.bigtable.admin.v2.Instance.Type\x12>\n\x06labels\x18\x05 \x03(\x0b\x32..google.bigtable.admin.v2.Instance.LabelsEntry\x12\x34\n\x0b\x63reate_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x1f\n\rsatisfies_pzs\x18\x08 \x01(\x08\x42\x03\xe0\x41\x03H\x00\x88\x01\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"5\n\x05State\x12\x13\n\x0fSTATE_NOT_KNOWN\x10\x00\x12\t\n\x05READY\x10\x01\x12\x0c\n\x08\x43REATING\x10\x02\"=\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x0e\n\nPRODUCTION\x10\x01\x12\x0f\n\x0b\x44\x45VELOPMENT\x10\x02:S\xea\x41P\n%bigtableadmin.googleapis.com/Instance\x12\'projects/{project}/instances/{instance}B\x10\n\x0e_satisfies_pzs\"_\n\x12\x41utoscalingTargets\x12\x1f\n\x17\x63pu_utilization_percent\x18\x02 \x01(\x05\x12(\n storage_utilization_gib_per_node\x18\x03 \x01(\x05\"O\n\x11\x41utoscalingLimits\x12\x1c\n\x0fmin_serve_nodes\x18\x01 \x01(\x05\x42\x03\xe0\x41\x02\x12\x1c\n\x0fmax_serve_nodes\x18\x02 \x01(\x05\x42\x03\xe0\x41\x02\"\xd1\x07\n\x07\x43luster\x12\x0c\n\x04name\x18\x01 \x01(\t\x12;\n\x08location\x18\x02 \x01(\tB)\xe0\x41\x05\xfa\x41#\n!locations.googleapis.com/Location\x12;\n\x05state\x18\x03 \x01(\x0e\x32\'.google.bigtable.admin.v2.Cluster.StateB\x03\xe0\x41\x03\x12\x13\n\x0bserve_nodes\x18\x04 \x01(\x05\x12I\n\x0e\x63luster_config\x18\x07 \x01(\x0b\x32/.google.bigtable.admin.v2.Cluster.ClusterConfigH\x00\x12H\n\x14\x64\x65\x66\x61ult_storage_type\x18\x05 \x01(\x0e\x32%.google.bigtable.admin.v2.StorageTypeB\x03\xe0\x41\x05\x12R\n\x11\x65ncryption_config\x18\x06 \x01(\x0b\x32\x32.google.bigtable.admin.v2.Cluster.EncryptionConfigB\x03\xe0\x41\x05\x1a\xb8\x01\n\x18\x43lusterAutoscalingConfig\x12L\n\x12\x61utoscaling_limits\x18\x01 \x01(\x0b\x32+.google.bigtable.admin.v2.AutoscalingLimitsB\x03\xe0\x41\x02\x12N\n\x13\x61utoscaling_targets\x18\x02 \x01(\x0b\x32,.google.bigtable.admin.v2.AutoscalingTargetsB\x03\xe0\x41\x02\x1ao\n\rClusterConfig\x12^\n\x1a\x63luster_autoscaling_config\x18\x01 \x01(\x0b\x32:.google.bigtable.admin.v2.Cluster.ClusterAutoscalingConfig\x1aP\n\x10\x45ncryptionConfig\x12<\n\x0ckms_key_name\x18\x01 \x01(\tB&\xfa\x41#\n!cloudkms.googleapis.com/CryptoKey\"Q\n\x05State\x12\x13\n\x0fSTATE_NOT_KNOWN\x10\x00\x12\t\n\x05READY\x10\x01\x12\x0c\n\x08\x43REATING\x10\x02\x12\x0c\n\x08RESIZING\x10\x03\x12\x0c\n\x08\x44ISABLED\x10\x04:e\xea\x41\x62\n$bigtableadmin.googleapis.com/Cluster\x12:projects/{project}/instances/{instance}/clusters/{cluster}B\x08\n\x06\x63onfig\"\xd2\n\n\nAppProfile\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04\x65tag\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12g\n\x1dmulti_cluster_routing_use_any\x18\x05 \x01(\x0b\x32>.google.bigtable.admin.v2.AppProfile.MultiClusterRoutingUseAnyH\x00\x12[\n\x16single_cluster_routing\x18\x06 \x01(\x0b\x32\x39.google.bigtable.admin.v2.AppProfile.SingleClusterRoutingH\x00\x12\x45\n\x08priority\x18\x07 \x01(\x0e\x32-.google.bigtable.admin.v2.AppProfile.PriorityB\x02\x18\x01H\x01\x12T\n\x12standard_isolation\x18\x0b \x01(\x0b\x32\x36.google.bigtable.admin.v2.AppProfile.StandardIsolationH\x01\x12i\n\x1e\x64\x61ta_boost_isolation_read_only\x18\n \x01(\x0b\x32?.google.bigtable.admin.v2.AppProfile.DataBoostIsolationReadOnlyH\x01\x1a\xaf\x01\n\x19MultiClusterRoutingUseAny\x12\x13\n\x0b\x63luster_ids\x18\x01 \x03(\t\x12\x62\n\x0crow_affinity\x18\x03 \x01(\x0b\x32J.google.bigtable.admin.v2.AppProfile.MultiClusterRoutingUseAny.RowAffinityH\x00\x1a\r\n\x0bRowAffinityB\n\n\x08\x61\x66\x66inity\x1aN\n\x14SingleClusterRouting\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\"\n\x1a\x61llow_transactional_writes\x18\x02 \x01(\x08\x1aT\n\x11StandardIsolation\x12?\n\x08priority\x18\x01 \x01(\x0e\x32-.google.bigtable.admin.v2.AppProfile.Priority\x1a\xfc\x01\n\x1a\x44\x61taBoostIsolationReadOnly\x12w\n\x15\x63ompute_billing_owner\x18\x01 \x01(\x0e\x32S.google.bigtable.admin.v2.AppProfile.DataBoostIsolationReadOnly.ComputeBillingOwnerH\x00\x88\x01\x01\"K\n\x13\x43omputeBillingOwner\x12%\n!COMPUTE_BILLING_OWNER_UNSPECIFIED\x10\x00\x12\r\n\tHOST_PAYS\x10\x01\x42\x18\n\x16_compute_billing_owner\"^\n\x08Priority\x12\x18\n\x14PRIORITY_UNSPECIFIED\x10\x00\x12\x10\n\x0cPRIORITY_LOW\x10\x01\x12\x13\n\x0fPRIORITY_MEDIUM\x10\x02\x12\x11\n\rPRIORITY_HIGH\x10\x03:o\xea\x41l\n\'bigtableadmin.googleapis.com/AppProfile\x12\x41projects/{project}/instances/{instance}/appProfiles/{app_profile}B\x10\n\x0erouting_policyB\x0b\n\tisolation\"\x88\x03\n\tHotTablet\x12\x0c\n\x04name\x18\x01 \x01(\t\x12;\n\ntable_name\x18\x02 \x01(\tB\'\xfa\x41$\n\"bigtableadmin.googleapis.com/Table\x12\x33\n\nstart_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x31\n\x08\x65nd_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x11\n\tstart_key\x18\x05 \x01(\t\x12\x0f\n\x07\x65nd_key\x18\x06 \x01(\t\x12#\n\x16node_cpu_usage_percent\x18\x07 \x01(\x02\x42\x03\xe0\x41\x03:\x7f\xea\x41|\n&bigtableadmin.googleapis.com/HotTablet\x12Rprojects/{project}/instances/{instance}/clusters/{cluster}/hotTablets/{hot_tablet}B\xcb\x02\n\x1c\x63om.google.bigtable.admin.v2B\rInstanceProtoP\x01Z8cloud.google.com/go/bigtable/admin/apiv2/adminpb;adminpb\xaa\x02\x1eGoogle.Cloud.Bigtable.Admin.V2\xca\x02\x1eGoogle\\Cloud\\Bigtable\\Admin\\V2\xea\x02\"Google::Cloud::Bigtable::Admin::V2\xea\x41x\n!cloudkms.googleapis.com/CryptoKey\x12Sprojects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}b\x06proto3"
13
+ descriptor_data = "\n\'google/bigtable/admin/v2/instance.proto\x12\x18google.bigtable.admin.v2\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a%google/bigtable/admin/v2/common.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xc6\x04\n\x08Instance\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x19\n\x0c\x64isplay_name\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x37\n\x05state\x18\x03 \x01(\x0e\x32(.google.bigtable.admin.v2.Instance.State\x12\x35\n\x04type\x18\x04 \x01(\x0e\x32\'.google.bigtable.admin.v2.Instance.Type\x12>\n\x06labels\x18\x05 \x03(\x0b\x32..google.bigtable.admin.v2.Instance.LabelsEntry\x12\x34\n\x0b\x63reate_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x1f\n\rsatisfies_pzs\x18\x08 \x01(\x08\x42\x03\xe0\x41\x03H\x00\x88\x01\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"5\n\x05State\x12\x13\n\x0fSTATE_NOT_KNOWN\x10\x00\x12\t\n\x05READY\x10\x01\x12\x0c\n\x08\x43REATING\x10\x02\"=\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x0e\n\nPRODUCTION\x10\x01\x12\x0f\n\x0b\x44\x45VELOPMENT\x10\x02:S\xea\x41P\n%bigtableadmin.googleapis.com/Instance\x12\'projects/{project}/instances/{instance}B\x10\n\x0e_satisfies_pzs\"_\n\x12\x41utoscalingTargets\x12\x1f\n\x17\x63pu_utilization_percent\x18\x02 \x01(\x05\x12(\n storage_utilization_gib_per_node\x18\x03 \x01(\x05\"O\n\x11\x41utoscalingLimits\x12\x1c\n\x0fmin_serve_nodes\x18\x01 \x01(\x05\x42\x03\xe0\x41\x02\x12\x1c\n\x0fmax_serve_nodes\x18\x02 \x01(\x05\x42\x03\xe0\x41\x02\"\x9a\t\n\x07\x43luster\x12\x0c\n\x04name\x18\x01 \x01(\t\x12;\n\x08location\x18\x02 \x01(\tB)\xe0\x41\x05\xfa\x41#\n!locations.googleapis.com/Location\x12;\n\x05state\x18\x03 \x01(\x0e\x32\'.google.bigtable.admin.v2.Cluster.StateB\x03\xe0\x41\x03\x12\x13\n\x0bserve_nodes\x18\x04 \x01(\x05\x12U\n\x13node_scaling_factor\x18\t \x01(\x0e\x32\x33.google.bigtable.admin.v2.Cluster.NodeScalingFactorB\x03\xe0\x41\x05\x12I\n\x0e\x63luster_config\x18\x07 \x01(\x0b\x32/.google.bigtable.admin.v2.Cluster.ClusterConfigH\x00\x12H\n\x14\x64\x65\x66\x61ult_storage_type\x18\x05 \x01(\x0e\x32%.google.bigtable.admin.v2.StorageTypeB\x03\xe0\x41\x05\x12R\n\x11\x65ncryption_config\x18\x06 \x01(\x0b\x32\x32.google.bigtable.admin.v2.Cluster.EncryptionConfigB\x03\xe0\x41\x05\x1a\xb8\x01\n\x18\x43lusterAutoscalingConfig\x12L\n\x12\x61utoscaling_limits\x18\x01 \x01(\x0b\x32+.google.bigtable.admin.v2.AutoscalingLimitsB\x03\xe0\x41\x02\x12N\n\x13\x61utoscaling_targets\x18\x02 \x01(\x0b\x32,.google.bigtable.admin.v2.AutoscalingTargetsB\x03\xe0\x41\x02\x1ao\n\rClusterConfig\x12^\n\x1a\x63luster_autoscaling_config\x18\x01 \x01(\x0b\x32:.google.bigtable.admin.v2.Cluster.ClusterAutoscalingConfig\x1aP\n\x10\x45ncryptionConfig\x12<\n\x0ckms_key_name\x18\x01 \x01(\tB&\xfa\x41#\n!cloudkms.googleapis.com/CryptoKey\"Q\n\x05State\x12\x13\n\x0fSTATE_NOT_KNOWN\x10\x00\x12\t\n\x05READY\x10\x01\x12\x0c\n\x08\x43REATING\x10\x02\x12\x0c\n\x08RESIZING\x10\x03\x12\x0c\n\x08\x44ISABLED\x10\x04\"p\n\x11NodeScalingFactor\x12#\n\x1fNODE_SCALING_FACTOR_UNSPECIFIED\x10\x00\x12\x1a\n\x16NODE_SCALING_FACTOR_1X\x10\x01\x12\x1a\n\x16NODE_SCALING_FACTOR_2X\x10\x02:e\xea\x41\x62\n$bigtableadmin.googleapis.com/Cluster\x12:projects/{project}/instances/{instance}/clusters/{cluster}B\x08\n\x06\x63onfig\"\xd2\n\n\nAppProfile\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04\x65tag\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12g\n\x1dmulti_cluster_routing_use_any\x18\x05 \x01(\x0b\x32>.google.bigtable.admin.v2.AppProfile.MultiClusterRoutingUseAnyH\x00\x12[\n\x16single_cluster_routing\x18\x06 \x01(\x0b\x32\x39.google.bigtable.admin.v2.AppProfile.SingleClusterRoutingH\x00\x12\x45\n\x08priority\x18\x07 \x01(\x0e\x32-.google.bigtable.admin.v2.AppProfile.PriorityB\x02\x18\x01H\x01\x12T\n\x12standard_isolation\x18\x0b \x01(\x0b\x32\x36.google.bigtable.admin.v2.AppProfile.StandardIsolationH\x01\x12i\n\x1e\x64\x61ta_boost_isolation_read_only\x18\n \x01(\x0b\x32?.google.bigtable.admin.v2.AppProfile.DataBoostIsolationReadOnlyH\x01\x1a\xaf\x01\n\x19MultiClusterRoutingUseAny\x12\x13\n\x0b\x63luster_ids\x18\x01 \x03(\t\x12\x62\n\x0crow_affinity\x18\x03 \x01(\x0b\x32J.google.bigtable.admin.v2.AppProfile.MultiClusterRoutingUseAny.RowAffinityH\x00\x1a\r\n\x0bRowAffinityB\n\n\x08\x61\x66\x66inity\x1aN\n\x14SingleClusterRouting\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12\"\n\x1a\x61llow_transactional_writes\x18\x02 \x01(\x08\x1aT\n\x11StandardIsolation\x12?\n\x08priority\x18\x01 \x01(\x0e\x32-.google.bigtable.admin.v2.AppProfile.Priority\x1a\xfc\x01\n\x1a\x44\x61taBoostIsolationReadOnly\x12w\n\x15\x63ompute_billing_owner\x18\x01 \x01(\x0e\x32S.google.bigtable.admin.v2.AppProfile.DataBoostIsolationReadOnly.ComputeBillingOwnerH\x00\x88\x01\x01\"K\n\x13\x43omputeBillingOwner\x12%\n!COMPUTE_BILLING_OWNER_UNSPECIFIED\x10\x00\x12\r\n\tHOST_PAYS\x10\x01\x42\x18\n\x16_compute_billing_owner\"^\n\x08Priority\x12\x18\n\x14PRIORITY_UNSPECIFIED\x10\x00\x12\x10\n\x0cPRIORITY_LOW\x10\x01\x12\x13\n\x0fPRIORITY_MEDIUM\x10\x02\x12\x11\n\rPRIORITY_HIGH\x10\x03:o\xea\x41l\n\'bigtableadmin.googleapis.com/AppProfile\x12\x41projects/{project}/instances/{instance}/appProfiles/{app_profile}B\x10\n\x0erouting_policyB\x0b\n\tisolation\"\x88\x03\n\tHotTablet\x12\x0c\n\x04name\x18\x01 \x01(\t\x12;\n\ntable_name\x18\x02 \x01(\tB\'\xfa\x41$\n\"bigtableadmin.googleapis.com/Table\x12\x33\n\nstart_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x31\n\x08\x65nd_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x11\n\tstart_key\x18\x05 \x01(\t\x12\x0f\n\x07\x65nd_key\x18\x06 \x01(\t\x12#\n\x16node_cpu_usage_percent\x18\x07 \x01(\x02\x42\x03\xe0\x41\x03:\x7f\xea\x41|\n&bigtableadmin.googleapis.com/HotTablet\x12Rprojects/{project}/instances/{instance}/clusters/{cluster}/hotTablets/{hot_tablet}B\xcb\x02\n\x1c\x63om.google.bigtable.admin.v2B\rInstanceProtoP\x01Z8cloud.google.com/go/bigtable/admin/apiv2/adminpb;adminpb\xaa\x02\x1eGoogle.Cloud.Bigtable.Admin.V2\xca\x02\x1eGoogle\\Cloud\\Bigtable\\Admin\\V2\xea\x02\"Google::Cloud::Bigtable::Admin::V2\xea\x41x\n!cloudkms.googleapis.com/CryptoKey\x12Sprojects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}b\x06proto3"
14
14
 
15
15
  pool = Google::Protobuf::DescriptorPool.generated_pool
16
16
 
@@ -52,6 +52,7 @@ module Google
52
52
  Cluster::ClusterConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.bigtable.admin.v2.Cluster.ClusterConfig").msgclass
53
53
  Cluster::EncryptionConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.bigtable.admin.v2.Cluster.EncryptionConfig").msgclass
54
54
  Cluster::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.bigtable.admin.v2.Cluster.State").enummodule
55
+ Cluster::NodeScalingFactor = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.bigtable.admin.v2.Cluster.NodeScalingFactor").enummodule
55
56
  AppProfile = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.bigtable.admin.v2.AppProfile").msgclass
56
57
  AppProfile::MultiClusterRoutingUseAny = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.bigtable.admin.v2.AppProfile.MultiClusterRoutingUseAny").msgclass
57
58
  AppProfile::MultiClusterRoutingUseAny::RowAffinity = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.bigtable.admin.v2.AppProfile.MultiClusterRoutingUseAny.RowAffinity").msgclass
@@ -246,8 +246,19 @@ module Google
246
246
  universe_domain: @config.universe_domain,
247
247
  channel_args: @config.channel_args,
248
248
  interceptors: @config.interceptors,
249
- channel_pool_config: @config.channel_pool
249
+ channel_pool_config: @config.channel_pool,
250
+ logger: @config.logger
250
251
  )
252
+
253
+ @bigtable_instance_admin_stub.stub_logger&.info do |entry|
254
+ entry.set_system_name
255
+ entry.set_service
256
+ entry.message = "Created client for #{entry.service}"
257
+ entry.set_credentials_fields credentials
258
+ entry.set "customEndpoint", @config.endpoint if @config.endpoint
259
+ entry.set "defaultTimeout", @config.timeout if @config.timeout
260
+ entry.set "quotaProject", @quota_project_id if @quota_project_id
261
+ end
251
262
  end
252
263
 
253
264
  ##
@@ -257,6 +268,15 @@ module Google
257
268
  #
258
269
  attr_reader :operations_client
259
270
 
271
+ ##
272
+ # The logger used for request/response debug logging.
273
+ #
274
+ # @return [Logger]
275
+ #
276
+ def logger
277
+ @bigtable_instance_admin_stub.logger
278
+ end
279
+
260
280
  # Service calls
261
281
 
262
282
  ##
@@ -367,7 +387,7 @@ module Google
367
387
  @bigtable_instance_admin_stub.call_rpc :create_instance, request, options: options do |response, operation|
368
388
  response = ::Gapic::Operation.new response, @operations_client, options: options
369
389
  yield response, operation if block_given?
370
- return response
390
+ throw :response, response
371
391
  end
372
392
  rescue ::GRPC::BadStatus => e
373
393
  raise ::Google::Cloud::Error.from_error(e)
@@ -454,7 +474,6 @@ module Google
454
474
 
455
475
  @bigtable_instance_admin_stub.call_rpc :get_instance, request, options: options do |response, operation|
456
476
  yield response, operation if block_given?
457
- return response
458
477
  end
459
478
  rescue ::GRPC::BadStatus => e
460
479
  raise ::Google::Cloud::Error.from_error(e)
@@ -543,7 +562,6 @@ module Google
543
562
 
544
563
  @bigtable_instance_admin_stub.call_rpc :list_instances, request, options: options do |response, operation|
545
564
  yield response, operation if block_given?
546
- return response
547
565
  end
548
566
  rescue ::GRPC::BadStatus => e
549
567
  raise ::Google::Cloud::Error.from_error(e)
@@ -653,7 +671,6 @@ module Google
653
671
 
654
672
  @bigtable_instance_admin_stub.call_rpc :update_instance, request, options: options do |response, operation|
655
673
  yield response, operation if block_given?
656
- return response
657
674
  end
658
675
  rescue ::GRPC::BadStatus => e
659
676
  raise ::Google::Cloud::Error.from_error(e)
@@ -751,7 +768,7 @@ module Google
751
768
  @bigtable_instance_admin_stub.call_rpc :partial_update_instance, request, options: options do |response, operation|
752
769
  response = ::Gapic::Operation.new response, @operations_client, options: options
753
770
  yield response, operation if block_given?
754
- return response
771
+ throw :response, response
755
772
  end
756
773
  rescue ::GRPC::BadStatus => e
757
774
  raise ::Google::Cloud::Error.from_error(e)
@@ -838,7 +855,6 @@ module Google
838
855
 
839
856
  @bigtable_instance_admin_stub.call_rpc :delete_instance, request, options: options do |response, operation|
840
857
  yield response, operation if block_given?
841
- return response
842
858
  end
843
859
  rescue ::GRPC::BadStatus => e
844
860
  raise ::Google::Cloud::Error.from_error(e)
@@ -946,7 +962,7 @@ module Google
946
962
  @bigtable_instance_admin_stub.call_rpc :create_cluster, request, options: options do |response, operation|
947
963
  response = ::Gapic::Operation.new response, @operations_client, options: options
948
964
  yield response, operation if block_given?
949
- return response
965
+ throw :response, response
950
966
  end
951
967
  rescue ::GRPC::BadStatus => e
952
968
  raise ::Google::Cloud::Error.from_error(e)
@@ -1033,7 +1049,6 @@ module Google
1033
1049
 
1034
1050
  @bigtable_instance_admin_stub.call_rpc :get_cluster, request, options: options do |response, operation|
1035
1051
  yield response, operation if block_given?
1036
- return response
1037
1052
  end
1038
1053
  rescue ::GRPC::BadStatus => e
1039
1054
  raise ::Google::Cloud::Error.from_error(e)
@@ -1125,7 +1140,6 @@ module Google
1125
1140
 
1126
1141
  @bigtable_instance_admin_stub.call_rpc :list_clusters, request, options: options do |response, operation|
1127
1142
  yield response, operation if block_given?
1128
- return response
1129
1143
  end
1130
1144
  rescue ::GRPC::BadStatus => e
1131
1145
  raise ::Google::Cloud::Error.from_error(e)
@@ -1148,7 +1162,7 @@ module Google
1148
1162
  # @param options [::Gapic::CallOptions, ::Hash]
1149
1163
  # Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
1150
1164
  #
1151
- # @overload update_cluster(name: nil, location: nil, serve_nodes: nil, cluster_config: nil, default_storage_type: nil, encryption_config: nil)
1165
+ # @overload update_cluster(name: nil, location: nil, serve_nodes: nil, node_scaling_factor: nil, cluster_config: nil, default_storage_type: nil, encryption_config: nil)
1152
1166
  # Pass arguments to `update_cluster` via keyword arguments. Note that at
1153
1167
  # least one keyword argument is required. To specify no parameters, or to keep all
1154
1168
  # the default parameter values, pass an empty Hash as a request object (see above).
@@ -1164,6 +1178,8 @@ module Google
1164
1178
  # @param serve_nodes [::Integer]
1165
1179
  # The number of nodes allocated to this cluster. More nodes enable higher
1166
1180
  # throughput and more consistent performance.
1181
+ # @param node_scaling_factor [::Google::Cloud::Bigtable::Admin::V2::Cluster::NodeScalingFactor]
1182
+ # Immutable. The node scaling factor of this cluster.
1167
1183
  # @param cluster_config [::Google::Cloud::Bigtable::Admin::V2::Cluster::ClusterConfig, ::Hash]
1168
1184
  # Configuration for this cluster.
1169
1185
  # @param default_storage_type [::Google::Cloud::Bigtable::Admin::V2::StorageType]
@@ -1239,7 +1255,7 @@ module Google
1239
1255
  @bigtable_instance_admin_stub.call_rpc :update_cluster, request, options: options do |response, operation|
1240
1256
  response = ::Gapic::Operation.new response, @operations_client, options: options
1241
1257
  yield response, operation if block_given?
1242
- return response
1258
+ throw :response, response
1243
1259
  end
1244
1260
  rescue ::GRPC::BadStatus => e
1245
1261
  raise ::Google::Cloud::Error.from_error(e)
@@ -1347,7 +1363,7 @@ module Google
1347
1363
  @bigtable_instance_admin_stub.call_rpc :partial_update_cluster, request, options: options do |response, operation|
1348
1364
  response = ::Gapic::Operation.new response, @operations_client, options: options
1349
1365
  yield response, operation if block_given?
1350
- return response
1366
+ throw :response, response
1351
1367
  end
1352
1368
  rescue ::GRPC::BadStatus => e
1353
1369
  raise ::Google::Cloud::Error.from_error(e)
@@ -1434,7 +1450,6 @@ module Google
1434
1450
 
1435
1451
  @bigtable_instance_admin_stub.call_rpc :delete_cluster, request, options: options do |response, operation|
1436
1452
  yield response, operation if block_given?
1437
- return response
1438
1453
  end
1439
1454
  rescue ::GRPC::BadStatus => e
1440
1455
  raise ::Google::Cloud::Error.from_error(e)
@@ -1530,7 +1545,6 @@ module Google
1530
1545
 
1531
1546
  @bigtable_instance_admin_stub.call_rpc :create_app_profile, request, options: options do |response, operation|
1532
1547
  yield response, operation if block_given?
1533
- return response
1534
1548
  end
1535
1549
  rescue ::GRPC::BadStatus => e
1536
1550
  raise ::Google::Cloud::Error.from_error(e)
@@ -1617,7 +1631,6 @@ module Google
1617
1631
 
1618
1632
  @bigtable_instance_admin_stub.call_rpc :get_app_profile, request, options: options do |response, operation|
1619
1633
  yield response, operation if block_given?
1620
- return response
1621
1634
  end
1622
1635
  rescue ::GRPC::BadStatus => e
1623
1636
  raise ::Google::Cloud::Error.from_error(e)
@@ -1724,7 +1737,7 @@ module Google
1724
1737
  @bigtable_instance_admin_stub.call_rpc :list_app_profiles, request, options: options do |response, operation|
1725
1738
  response = ::Gapic::PagedEnumerable.new @bigtable_instance_admin_stub, :list_app_profiles, request, response, operation, options
1726
1739
  yield response, operation if block_given?
1727
- return response
1740
+ throw :response, response
1728
1741
  end
1729
1742
  rescue ::GRPC::BadStatus => e
1730
1743
  raise ::Google::Cloud::Error.from_error(e)
@@ -1823,7 +1836,7 @@ module Google
1823
1836
  @bigtable_instance_admin_stub.call_rpc :update_app_profile, request, options: options do |response, operation|
1824
1837
  response = ::Gapic::Operation.new response, @operations_client, options: options
1825
1838
  yield response, operation if block_given?
1826
- return response
1839
+ throw :response, response
1827
1840
  end
1828
1841
  rescue ::GRPC::BadStatus => e
1829
1842
  raise ::Google::Cloud::Error.from_error(e)
@@ -1913,7 +1926,6 @@ module Google
1913
1926
 
1914
1927
  @bigtable_instance_admin_stub.call_rpc :delete_app_profile, request, options: options do |response, operation|
1915
1928
  yield response, operation if block_given?
1916
- return response
1917
1929
  end
1918
1930
  rescue ::GRPC::BadStatus => e
1919
1931
  raise ::Google::Cloud::Error.from_error(e)
@@ -2004,7 +2016,6 @@ module Google
2004
2016
 
2005
2017
  @bigtable_instance_admin_stub.call_rpc :get_iam_policy, request, options: options do |response, operation|
2006
2018
  yield response, operation if block_given?
2007
- return response
2008
2019
  end
2009
2020
  rescue ::GRPC::BadStatus => e
2010
2021
  raise ::Google::Cloud::Error.from_error(e)
@@ -2103,7 +2114,6 @@ module Google
2103
2114
 
2104
2115
  @bigtable_instance_admin_stub.call_rpc :set_iam_policy, request, options: options do |response, operation|
2105
2116
  yield response, operation if block_given?
2106
- return response
2107
2117
  end
2108
2118
  rescue ::GRPC::BadStatus => e
2109
2119
  raise ::Google::Cloud::Error.from_error(e)
@@ -2195,7 +2205,6 @@ module Google
2195
2205
 
2196
2206
  @bigtable_instance_admin_stub.call_rpc :test_iam_permissions, request, options: options do |response, operation|
2197
2207
  yield response, operation if block_given?
2198
- return response
2199
2208
  end
2200
2209
  rescue ::GRPC::BadStatus => e
2201
2210
  raise ::Google::Cloud::Error.from_error(e)
@@ -2310,7 +2319,7 @@ module Google
2310
2319
  @bigtable_instance_admin_stub.call_rpc :list_hot_tablets, request, options: options do |response, operation|
2311
2320
  response = ::Gapic::PagedEnumerable.new @bigtable_instance_admin_stub, :list_hot_tablets, request, response, operation, options
2312
2321
  yield response, operation if block_given?
2313
- return response
2322
+ throw :response, response
2314
2323
  end
2315
2324
  rescue ::GRPC::BadStatus => e
2316
2325
  raise ::Google::Cloud::Error.from_error(e)
@@ -2399,6 +2408,11 @@ module Google
2399
2408
  # default endpoint URL. The default value of nil uses the environment
2400
2409
  # universe (usually the default "googleapis.com" universe).
2401
2410
  # @return [::String,nil]
2411
+ # @!attribute [rw] logger
2412
+ # A custom logger to use for request/response debug logging, or the value
2413
+ # `:default` (the default) to construct a default logger, or `nil` to
2414
+ # explicitly disable logging.
2415
+ # @return [::Logger,:default,nil]
2402
2416
  #
2403
2417
  class Configuration
2404
2418
  extend ::Gapic::Config
@@ -2423,6 +2437,7 @@ module Google
2423
2437
  config_attr :retry_policy, nil, ::Hash, ::Proc, nil
2424
2438
  config_attr :quota_project, nil, ::String, nil
2425
2439
  config_attr :universe_domain, nil, ::String, nil
2440
+ config_attr :logger, :default, ::Logger, nil, :default
2426
2441
 
2427
2442
  # @private
2428
2443
  def initialize parent_config = nil
@@ -125,14 +125,6 @@ module Google
125
125
  # Lists operations that match the specified filter in the request. If the
126
126
  # server doesn't support this method, it returns `UNIMPLEMENTED`.
127
127
  #
128
- # NOTE: the `name` binding allows API services to override the binding
129
- # to use different resource name schemes, such as `users/*/operations`. To
130
- # override the binding, API services can add a binding such as
131
- # `"/v1/{name=users/*}/operations"` to their service configuration.
132
- # For backwards compatibility, the default name includes the operations
133
- # collection id, however overriding users must ensure the name binding
134
- # is the parent resource, without the operations collection id.
135
- #
136
128
  # @overload list_operations(request, options = nil)
137
129
  # Pass arguments to `list_operations` via a request object, either of type
138
130
  # {::Google::Longrunning::ListOperationsRequest} or an equivalent Hash.
@@ -222,7 +214,7 @@ module Google
222
214
  wrap_lro_operation = ->(op_response) { ::Gapic::Operation.new op_response, @operations_client }
223
215
  response = ::Gapic::PagedEnumerable.new @operations_stub, :list_operations, request, response, operation, options, format_resource: wrap_lro_operation
224
216
  yield response, operation if block_given?
225
- return response
217
+ throw :response, response
226
218
  end
227
219
  rescue ::GRPC::BadStatus => e
228
220
  raise ::Google::Cloud::Error.from_error(e)
@@ -318,7 +310,7 @@ module Google
318
310
  @operations_stub.call_rpc :get_operation, request, options: options do |response, operation|
319
311
  response = ::Gapic::Operation.new response, @operations_client, options: options
320
312
  yield response, operation if block_given?
321
- return response
313
+ throw :response, response
322
314
  end
323
315
  rescue ::GRPC::BadStatus => e
324
316
  raise ::Google::Cloud::Error.from_error(e)
@@ -407,7 +399,6 @@ module Google
407
399
 
408
400
  @operations_stub.call_rpc :delete_operation, request, options: options do |response, operation|
409
401
  yield response, operation if block_given?
410
- return response
411
402
  end
412
403
  rescue ::GRPC::BadStatus => e
413
404
  raise ::Google::Cloud::Error.from_error(e)
@@ -422,8 +413,9 @@ module Google
422
413
  # other methods to check whether the cancellation succeeded or whether the
423
414
  # operation completed despite cancellation. On successful cancellation,
424
415
  # the operation is not deleted; instead, it becomes an operation with
425
- # an {::Google::Longrunning::Operation#error Operation.error} value with a {::Google::Rpc::Status#code google.rpc.Status.code} of 1,
426
- # corresponding to `Code.CANCELLED`.
416
+ # an {::Google::Longrunning::Operation#error Operation.error} value with a
417
+ # {::Google::Rpc::Status#code google.rpc.Status.code} of `1`, corresponding to
418
+ # `Code.CANCELLED`.
427
419
  #
428
420
  # @overload cancel_operation(request, options = nil)
429
421
  # Pass arguments to `cancel_operation` via a request object, either of type
@@ -502,7 +494,6 @@ module Google
502
494
 
503
495
  @operations_stub.call_rpc :cancel_operation, request, options: options do |response, operation|
504
496
  yield response, operation if block_given?
505
- return response
506
497
  end
507
498
  rescue ::GRPC::BadStatus => e
508
499
  raise ::Google::Cloud::Error.from_error(e)
@@ -600,7 +591,7 @@ module Google
600
591
  @operations_stub.call_rpc :wait_operation, request, options: options do |response, operation|
601
592
  response = ::Gapic::Operation.new response, @operations_client, options: options
602
593
  yield response, operation if block_given?
603
- return response
594
+ throw :response, response
604
595
  end
605
596
  rescue ::GRPC::BadStatus => e
606
597
  raise ::Google::Cloud::Error.from_error(e)
@@ -689,6 +680,11 @@ module Google
689
680
  # default endpoint URL. The default value of nil uses the environment
690
681
  # universe (usually the default "googleapis.com" universe).
691
682
  # @return [::String,nil]
683
+ # @!attribute [rw] logger
684
+ # A custom logger to use for request/response debug logging, or the value
685
+ # `:default` (the default) to construct a default logger, or `nil` to
686
+ # explicitly disable logging.
687
+ # @return [::Logger,:default,nil]
692
688
  #
693
689
  class Configuration
694
690
  extend ::Gapic::Config
@@ -713,6 +709,7 @@ module Google
713
709
  config_attr :retry_policy, nil, ::Hash, ::Proc, nil
714
710
  config_attr :quota_project, nil, ::String, nil
715
711
  config_attr :universe_domain, nil, ::String, nil
712
+ config_attr :logger, :default, ::Logger, nil, :default
716
713
 
717
714
  # @private
718
715
  def initialize parent_config = nil
@@ -239,8 +239,19 @@ module Google
239
239
  universe_domain: @config.universe_domain,
240
240
  channel_args: @config.channel_args,
241
241
  interceptors: @config.interceptors,
242
- channel_pool_config: @config.channel_pool
242
+ channel_pool_config: @config.channel_pool,
243
+ logger: @config.logger
243
244
  )
245
+
246
+ @bigtable_table_admin_stub.stub_logger&.info do |entry|
247
+ entry.set_system_name
248
+ entry.set_service
249
+ entry.message = "Created client for #{entry.service}"
250
+ entry.set_credentials_fields credentials
251
+ entry.set "customEndpoint", @config.endpoint if @config.endpoint
252
+ entry.set "defaultTimeout", @config.timeout if @config.timeout
253
+ entry.set "quotaProject", @quota_project_id if @quota_project_id
254
+ end
244
255
  end
245
256
 
246
257
  ##
@@ -250,6 +261,15 @@ module Google
250
261
  #
251
262
  attr_reader :operations_client
252
263
 
264
+ ##
265
+ # The logger used for request/response debug logging.
266
+ #
267
+ # @return [Logger]
268
+ #
269
+ def logger
270
+ @bigtable_table_admin_stub.logger
271
+ end
272
+
253
273
  # Service calls
254
274
 
255
275
  ##
@@ -358,7 +378,6 @@ module Google
358
378
 
359
379
  @bigtable_table_admin_stub.call_rpc :create_table, request, options: options do |response, operation|
360
380
  yield response, operation if block_given?
361
- return response
362
381
  end
363
382
  rescue ::GRPC::BadStatus => e
364
383
  raise ::Google::Cloud::Error.from_error(e)
@@ -468,7 +487,7 @@ module Google
468
487
  @bigtable_table_admin_stub.call_rpc :create_table_from_snapshot, request, options: options do |response, operation|
469
488
  response = ::Gapic::Operation.new response, @operations_client, options: options
470
489
  yield response, operation if block_given?
471
- return response
490
+ throw :response, response
472
491
  end
473
492
  rescue ::GRPC::BadStatus => e
474
493
  raise ::Google::Cloud::Error.from_error(e)
@@ -575,7 +594,7 @@ module Google
575
594
  @bigtable_table_admin_stub.call_rpc :list_tables, request, options: options do |response, operation|
576
595
  response = ::Gapic::PagedEnumerable.new @bigtable_table_admin_stub, :list_tables, request, response, operation, options
577
596
  yield response, operation if block_given?
578
- return response
597
+ throw :response, response
579
598
  end
580
599
  rescue ::GRPC::BadStatus => e
581
600
  raise ::Google::Cloud::Error.from_error(e)
@@ -666,7 +685,6 @@ module Google
666
685
 
667
686
  @bigtable_table_admin_stub.call_rpc :get_table, request, options: options do |response, operation|
668
687
  yield response, operation if block_given?
669
- return response
670
688
  end
671
689
  rescue ::GRPC::BadStatus => e
672
690
  raise ::Google::Cloud::Error.from_error(e)
@@ -774,7 +792,7 @@ module Google
774
792
  @bigtable_table_admin_stub.call_rpc :update_table, request, options: options do |response, operation|
775
793
  response = ::Gapic::Operation.new response, @operations_client, options: options
776
794
  yield response, operation if block_given?
777
- return response
795
+ throw :response, response
778
796
  end
779
797
  rescue ::GRPC::BadStatus => e
780
798
  raise ::Google::Cloud::Error.from_error(e)
@@ -862,7 +880,6 @@ module Google
862
880
 
863
881
  @bigtable_table_admin_stub.call_rpc :delete_table, request, options: options do |response, operation|
864
882
  yield response, operation if block_given?
865
- return response
866
883
  end
867
884
  rescue ::GRPC::BadStatus => e
868
885
  raise ::Google::Cloud::Error.from_error(e)
@@ -958,7 +975,7 @@ module Google
958
975
  @bigtable_table_admin_stub.call_rpc :undelete_table, request, options: options do |response, operation|
959
976
  response = ::Gapic::Operation.new response, @operations_client, options: options
960
977
  yield response, operation if block_given?
961
- return response
978
+ throw :response, response
962
979
  end
963
980
  rescue ::GRPC::BadStatus => e
964
981
  raise ::Google::Cloud::Error.from_error(e)
@@ -1061,7 +1078,7 @@ module Google
1061
1078
  @bigtable_table_admin_stub.call_rpc :create_authorized_view, request, options: options do |response, operation|
1062
1079
  response = ::Gapic::Operation.new response, @operations_client, options: options
1063
1080
  yield response, operation if block_given?
1064
- return response
1081
+ throw :response, response
1065
1082
  end
1066
1083
  rescue ::GRPC::BadStatus => e
1067
1084
  raise ::Google::Cloud::Error.from_error(e)
@@ -1169,7 +1186,7 @@ module Google
1169
1186
  @bigtable_table_admin_stub.call_rpc :list_authorized_views, request, options: options do |response, operation|
1170
1187
  response = ::Gapic::PagedEnumerable.new @bigtable_table_admin_stub, :list_authorized_views, request, response, operation, options
1171
1188
  yield response, operation if block_given?
1172
- return response
1189
+ throw :response, response
1173
1190
  end
1174
1191
  rescue ::GRPC::BadStatus => e
1175
1192
  raise ::Google::Cloud::Error.from_error(e)
@@ -1260,7 +1277,6 @@ module Google
1260
1277
 
1261
1278
  @bigtable_table_admin_stub.call_rpc :get_authorized_view, request, options: options do |response, operation|
1262
1279
  yield response, operation if block_given?
1263
- return response
1264
1280
  end
1265
1281
  rescue ::GRPC::BadStatus => e
1266
1282
  raise ::Google::Cloud::Error.from_error(e)
@@ -1368,7 +1384,7 @@ module Google
1368
1384
  @bigtable_table_admin_stub.call_rpc :update_authorized_view, request, options: options do |response, operation|
1369
1385
  response = ::Gapic::Operation.new response, @operations_client, options: options
1370
1386
  yield response, operation if block_given?
1371
- return response
1387
+ throw :response, response
1372
1388
  end
1373
1389
  rescue ::GRPC::BadStatus => e
1374
1390
  raise ::Google::Cloud::Error.from_error(e)
@@ -1461,7 +1477,6 @@ module Google
1461
1477
 
1462
1478
  @bigtable_table_admin_stub.call_rpc :delete_authorized_view, request, options: options do |response, operation|
1463
1479
  yield response, operation if block_given?
1464
- return response
1465
1480
  end
1466
1481
  rescue ::GRPC::BadStatus => e
1467
1482
  raise ::Google::Cloud::Error.from_error(e)
@@ -1559,7 +1574,6 @@ module Google
1559
1574
 
1560
1575
  @bigtable_table_admin_stub.call_rpc :modify_column_families, request, options: options do |response, operation|
1561
1576
  yield response, operation if block_given?
1562
- return response
1563
1577
  end
1564
1578
  rescue ::GRPC::BadStatus => e
1565
1579
  raise ::Google::Cloud::Error.from_error(e)
@@ -1654,7 +1668,6 @@ module Google
1654
1668
 
1655
1669
  @bigtable_table_admin_stub.call_rpc :drop_row_range, request, options: options do |response, operation|
1656
1670
  yield response, operation if block_given?
1657
- return response
1658
1671
  end
1659
1672
  rescue ::GRPC::BadStatus => e
1660
1673
  raise ::Google::Cloud::Error.from_error(e)
@@ -1745,7 +1758,6 @@ module Google
1745
1758
 
1746
1759
  @bigtable_table_admin_stub.call_rpc :generate_consistency_token, request, options: options do |response, operation|
1747
1760
  yield response, operation if block_given?
1748
- return response
1749
1761
  end
1750
1762
  rescue ::GRPC::BadStatus => e
1751
1763
  raise ::Google::Cloud::Error.from_error(e)
@@ -1845,7 +1857,6 @@ module Google
1845
1857
 
1846
1858
  @bigtable_table_admin_stub.call_rpc :check_consistency, request, options: options do |response, operation|
1847
1859
  yield response, operation if block_given?
1848
- return response
1849
1860
  end
1850
1861
  rescue ::GRPC::BadStatus => e
1851
1862
  raise ::Google::Cloud::Error.from_error(e)
@@ -1964,7 +1975,7 @@ module Google
1964
1975
  @bigtable_table_admin_stub.call_rpc :snapshot_table, request, options: options do |response, operation|
1965
1976
  response = ::Gapic::Operation.new response, @operations_client, options: options
1966
1977
  yield response, operation if block_given?
1967
- return response
1978
+ throw :response, response
1968
1979
  end
1969
1980
  rescue ::GRPC::BadStatus => e
1970
1981
  raise ::Google::Cloud::Error.from_error(e)
@@ -2058,7 +2069,6 @@ module Google
2058
2069
 
2059
2070
  @bigtable_table_admin_stub.call_rpc :get_snapshot, request, options: options do |response, operation|
2060
2071
  yield response, operation if block_given?
2061
- return response
2062
2072
  end
2063
2073
  rescue ::GRPC::BadStatus => e
2064
2074
  raise ::Google::Cloud::Error.from_error(e)
@@ -2164,7 +2174,7 @@ module Google
2164
2174
  @bigtable_table_admin_stub.call_rpc :list_snapshots, request, options: options do |response, operation|
2165
2175
  response = ::Gapic::PagedEnumerable.new @bigtable_table_admin_stub, :list_snapshots, request, response, operation, options
2166
2176
  yield response, operation if block_given?
2167
- return response
2177
+ throw :response, response
2168
2178
  end
2169
2179
  rescue ::GRPC::BadStatus => e
2170
2180
  raise ::Google::Cloud::Error.from_error(e)
@@ -2258,7 +2268,6 @@ module Google
2258
2268
 
2259
2269
  @bigtable_table_admin_stub.call_rpc :delete_snapshot, request, options: options do |response, operation|
2260
2270
  yield response, operation if block_given?
2261
- return response
2262
2271
  end
2263
2272
  rescue ::GRPC::BadStatus => e
2264
2273
  raise ::Google::Cloud::Error.from_error(e)
@@ -2370,7 +2379,7 @@ module Google
2370
2379
  @bigtable_table_admin_stub.call_rpc :create_backup, request, options: options do |response, operation|
2371
2380
  response = ::Gapic::Operation.new response, @operations_client, options: options
2372
2381
  yield response, operation if block_given?
2373
- return response
2382
+ throw :response, response
2374
2383
  end
2375
2384
  rescue ::GRPC::BadStatus => e
2376
2385
  raise ::Google::Cloud::Error.from_error(e)
@@ -2458,7 +2467,6 @@ module Google
2458
2467
 
2459
2468
  @bigtable_table_admin_stub.call_rpc :get_backup, request, options: options do |response, operation|
2460
2469
  yield response, operation if block_given?
2461
- return response
2462
2470
  end
2463
2471
  rescue ::GRPC::BadStatus => e
2464
2472
  raise ::Google::Cloud::Error.from_error(e)
@@ -2554,7 +2562,6 @@ module Google
2554
2562
 
2555
2563
  @bigtable_table_admin_stub.call_rpc :update_backup, request, options: options do |response, operation|
2556
2564
  yield response, operation if block_given?
2557
- return response
2558
2565
  end
2559
2566
  rescue ::GRPC::BadStatus => e
2560
2567
  raise ::Google::Cloud::Error.from_error(e)
@@ -2642,7 +2649,6 @@ module Google
2642
2649
 
2643
2650
  @bigtable_table_admin_stub.call_rpc :delete_backup, request, options: options do |response, operation|
2644
2651
  yield response, operation if block_given?
2645
- return response
2646
2652
  end
2647
2653
  rescue ::GRPC::BadStatus => e
2648
2654
  raise ::Google::Cloud::Error.from_error(e)
@@ -2803,7 +2809,7 @@ module Google
2803
2809
  @bigtable_table_admin_stub.call_rpc :list_backups, request, options: options do |response, operation|
2804
2810
  response = ::Gapic::PagedEnumerable.new @bigtable_table_admin_stub, :list_backups, request, response, operation, options
2805
2811
  yield response, operation if block_given?
2806
- return response
2812
+ throw :response, response
2807
2813
  end
2808
2814
  rescue ::GRPC::BadStatus => e
2809
2815
  raise ::Google::Cloud::Error.from_error(e)
@@ -2912,7 +2918,7 @@ module Google
2912
2918
  @bigtable_table_admin_stub.call_rpc :restore_table, request, options: options do |response, operation|
2913
2919
  response = ::Gapic::Operation.new response, @operations_client, options: options
2914
2920
  yield response, operation if block_given?
2915
- return response
2921
+ throw :response, response
2916
2922
  end
2917
2923
  rescue ::GRPC::BadStatus => e
2918
2924
  raise ::Google::Cloud::Error.from_error(e)
@@ -3030,7 +3036,7 @@ module Google
3030
3036
  @bigtable_table_admin_stub.call_rpc :copy_backup, request, options: options do |response, operation|
3031
3037
  response = ::Gapic::Operation.new response, @operations_client, options: options
3032
3038
  yield response, operation if block_given?
3033
- return response
3039
+ throw :response, response
3034
3040
  end
3035
3041
  rescue ::GRPC::BadStatus => e
3036
3042
  raise ::Google::Cloud::Error.from_error(e)
@@ -3122,7 +3128,6 @@ module Google
3122
3128
 
3123
3129
  @bigtable_table_admin_stub.call_rpc :get_iam_policy, request, options: options do |response, operation|
3124
3130
  yield response, operation if block_given?
3125
- return response
3126
3131
  end
3127
3132
  rescue ::GRPC::BadStatus => e
3128
3133
  raise ::Google::Cloud::Error.from_error(e)
@@ -3221,7 +3226,6 @@ module Google
3221
3226
 
3222
3227
  @bigtable_table_admin_stub.call_rpc :set_iam_policy, request, options: options do |response, operation|
3223
3228
  yield response, operation if block_given?
3224
- return response
3225
3229
  end
3226
3230
  rescue ::GRPC::BadStatus => e
3227
3231
  raise ::Google::Cloud::Error.from_error(e)
@@ -3314,7 +3318,6 @@ module Google
3314
3318
 
3315
3319
  @bigtable_table_admin_stub.call_rpc :test_iam_permissions, request, options: options do |response, operation|
3316
3320
  yield response, operation if block_given?
3317
- return response
3318
3321
  end
3319
3322
  rescue ::GRPC::BadStatus => e
3320
3323
  raise ::Google::Cloud::Error.from_error(e)
@@ -3403,6 +3406,11 @@ module Google
3403
3406
  # default endpoint URL. The default value of nil uses the environment
3404
3407
  # universe (usually the default "googleapis.com" universe).
3405
3408
  # @return [::String,nil]
3409
+ # @!attribute [rw] logger
3410
+ # A custom logger to use for request/response debug logging, or the value
3411
+ # `:default` (the default) to construct a default logger, or `nil` to
3412
+ # explicitly disable logging.
3413
+ # @return [::Logger,:default,nil]
3406
3414
  #
3407
3415
  class Configuration
3408
3416
  extend ::Gapic::Config
@@ -3427,6 +3435,7 @@ module Google
3427
3435
  config_attr :retry_policy, nil, ::Hash, ::Proc, nil
3428
3436
  config_attr :quota_project, nil, ::String, nil
3429
3437
  config_attr :universe_domain, nil, ::String, nil
3438
+ config_attr :logger, :default, ::Logger, nil, :default
3430
3439
 
3431
3440
  # @private
3432
3441
  def initialize parent_config = nil
@@ -125,14 +125,6 @@ module Google
125
125
  # Lists operations that match the specified filter in the request. If the
126
126
  # server doesn't support this method, it returns `UNIMPLEMENTED`.
127
127
  #
128
- # NOTE: the `name` binding allows API services to override the binding
129
- # to use different resource name schemes, such as `users/*/operations`. To
130
- # override the binding, API services can add a binding such as
131
- # `"/v1/{name=users/*}/operations"` to their service configuration.
132
- # For backwards compatibility, the default name includes the operations
133
- # collection id, however overriding users must ensure the name binding
134
- # is the parent resource, without the operations collection id.
135
- #
136
128
  # @overload list_operations(request, options = nil)
137
129
  # Pass arguments to `list_operations` via a request object, either of type
138
130
  # {::Google::Longrunning::ListOperationsRequest} or an equivalent Hash.
@@ -222,7 +214,7 @@ module Google
222
214
  wrap_lro_operation = ->(op_response) { ::Gapic::Operation.new op_response, @operations_client }
223
215
  response = ::Gapic::PagedEnumerable.new @operations_stub, :list_operations, request, response, operation, options, format_resource: wrap_lro_operation
224
216
  yield response, operation if block_given?
225
- return response
217
+ throw :response, response
226
218
  end
227
219
  rescue ::GRPC::BadStatus => e
228
220
  raise ::Google::Cloud::Error.from_error(e)
@@ -318,7 +310,7 @@ module Google
318
310
  @operations_stub.call_rpc :get_operation, request, options: options do |response, operation|
319
311
  response = ::Gapic::Operation.new response, @operations_client, options: options
320
312
  yield response, operation if block_given?
321
- return response
313
+ throw :response, response
322
314
  end
323
315
  rescue ::GRPC::BadStatus => e
324
316
  raise ::Google::Cloud::Error.from_error(e)
@@ -407,7 +399,6 @@ module Google
407
399
 
408
400
  @operations_stub.call_rpc :delete_operation, request, options: options do |response, operation|
409
401
  yield response, operation if block_given?
410
- return response
411
402
  end
412
403
  rescue ::GRPC::BadStatus => e
413
404
  raise ::Google::Cloud::Error.from_error(e)
@@ -422,8 +413,9 @@ module Google
422
413
  # other methods to check whether the cancellation succeeded or whether the
423
414
  # operation completed despite cancellation. On successful cancellation,
424
415
  # the operation is not deleted; instead, it becomes an operation with
425
- # an {::Google::Longrunning::Operation#error Operation.error} value with a {::Google::Rpc::Status#code google.rpc.Status.code} of 1,
426
- # corresponding to `Code.CANCELLED`.
416
+ # an {::Google::Longrunning::Operation#error Operation.error} value with a
417
+ # {::Google::Rpc::Status#code google.rpc.Status.code} of `1`, corresponding to
418
+ # `Code.CANCELLED`.
427
419
  #
428
420
  # @overload cancel_operation(request, options = nil)
429
421
  # Pass arguments to `cancel_operation` via a request object, either of type
@@ -502,7 +494,6 @@ module Google
502
494
 
503
495
  @operations_stub.call_rpc :cancel_operation, request, options: options do |response, operation|
504
496
  yield response, operation if block_given?
505
- return response
506
497
  end
507
498
  rescue ::GRPC::BadStatus => e
508
499
  raise ::Google::Cloud::Error.from_error(e)
@@ -600,7 +591,7 @@ module Google
600
591
  @operations_stub.call_rpc :wait_operation, request, options: options do |response, operation|
601
592
  response = ::Gapic::Operation.new response, @operations_client, options: options
602
593
  yield response, operation if block_given?
603
- return response
594
+ throw :response, response
604
595
  end
605
596
  rescue ::GRPC::BadStatus => e
606
597
  raise ::Google::Cloud::Error.from_error(e)
@@ -689,6 +680,11 @@ module Google
689
680
  # default endpoint URL. The default value of nil uses the environment
690
681
  # universe (usually the default "googleapis.com" universe).
691
682
  # @return [::String,nil]
683
+ # @!attribute [rw] logger
684
+ # A custom logger to use for request/response debug logging, or the value
685
+ # `:default` (the default) to construct a default logger, or `nil` to
686
+ # explicitly disable logging.
687
+ # @return [::Logger,:default,nil]
692
688
  #
693
689
  class Configuration
694
690
  extend ::Gapic::Config
@@ -713,6 +709,7 @@ module Google
713
709
  config_attr :retry_policy, nil, ::Hash, ::Proc, nil
714
710
  config_attr :quota_project, nil, ::String, nil
715
711
  config_attr :universe_domain, nil, ::String, nil
712
+ config_attr :logger, :default, ::Logger, nil, :default
716
713
 
717
714
  # @private
718
715
  def initialize parent_config = nil
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigtable
23
23
  module Admin
24
24
  module V2
25
- VERSION = "1.3.0"
25
+ VERSION = "1.5.0"
26
26
  end
27
27
  end
28
28
  end
@@ -28,6 +28,9 @@ module Google
28
28
  # @!attribute [rw] destinations
29
29
  # @return [::Array<::Google::Api::ClientLibraryDestination>]
30
30
  # The destination where API teams want this client library to be published.
31
+ # @!attribute [rw] selective_gapic_generation
32
+ # @return [::Google::Api::SelectiveGapicGeneration]
33
+ # Configuration for which RPCs should be generated in the GAPIC client.
31
34
  class CommonLanguageSettings
32
35
  include ::Google::Protobuf::MessageExts
33
36
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -212,6 +215,12 @@ module Google
212
215
  # enabled. By default, asynchronous REST clients will not be generated.
213
216
  # This feature will be enabled by default 1 month after launching the
214
217
  # feature in preview packages.
218
+ # @!attribute [rw] protobuf_pythonic_types_enabled
219
+ # @return [::Boolean]
220
+ # Enables generation of protobuf code using new types that are more
221
+ # Pythonic which are included in `protobuf>=5.29.x`. This feature will be
222
+ # enabled by default 1 month after launching the feature in preview
223
+ # packages.
215
224
  class ExperimentalFeatures
216
225
  include ::Google::Protobuf::MessageExts
217
226
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -297,9 +306,28 @@ module Google
297
306
  # @!attribute [rw] common
298
307
  # @return [::Google::Api::CommonLanguageSettings]
299
308
  # Some settings.
309
+ # @!attribute [rw] renamed_services
310
+ # @return [::Google::Protobuf::Map{::String => ::String}]
311
+ # Map of service names to renamed services. Keys are the package relative
312
+ # service names and values are the name to be used for the service client
313
+ # and call options.
314
+ #
315
+ # publishing:
316
+ # go_settings:
317
+ # renamed_services:
318
+ # Publisher: TopicAdmin
300
319
  class GoSettings
301
320
  include ::Google::Protobuf::MessageExts
302
321
  extend ::Google::Protobuf::MessageExts::ClassMethods
322
+
323
+ # @!attribute [rw] key
324
+ # @return [::String]
325
+ # @!attribute [rw] value
326
+ # @return [::String]
327
+ class RenamedServicesEntry
328
+ include ::Google::Protobuf::MessageExts
329
+ extend ::Google::Protobuf::MessageExts::ClassMethods
330
+ end
303
331
  end
304
332
 
305
333
  # Describes the generator configuration for a method.
@@ -375,6 +403,17 @@ module Google
375
403
  end
376
404
  end
377
405
 
406
+ # This message is used to configure the generation of a subset of the RPCs in
407
+ # a service for client libraries.
408
+ # @!attribute [rw] methods
409
+ # @return [::Array<::String>]
410
+ # An allowlist of the fully qualified names of RPCs that should be included
411
+ # on public client surfaces.
412
+ class SelectiveGapicGeneration
413
+ include ::Google::Protobuf::MessageExts
414
+ extend ::Google::Protobuf::MessageExts::ClassMethods
415
+ end
416
+
378
417
  # The organization for which the client libraries are being published.
379
418
  # Affects the url where generated docs are published, etc.
380
419
  module ClientLibraryOrganization
@@ -159,6 +159,9 @@ module Google
159
159
  # @return [::Integer]
160
160
  # The number of nodes allocated to this cluster. More nodes enable higher
161
161
  # throughput and more consistent performance.
162
+ # @!attribute [rw] node_scaling_factor
163
+ # @return [::Google::Cloud::Bigtable::Admin::V2::Cluster::NodeScalingFactor]
164
+ # Immutable. The node scaling factor of this cluster.
162
165
  # @!attribute [rw] cluster_config
163
166
  # @return [::Google::Cloud::Bigtable::Admin::V2::Cluster::ClusterConfig]
164
167
  # Configuration for this cluster.
@@ -237,6 +240,21 @@ module Google
237
240
  # exist, but no operations can be performed on the cluster.
238
241
  DISABLED = 4
239
242
  end
243
+
244
+ # Possible node scaling factors of the clusters. Node scaling delivers better
245
+ # latency and more throughput by removing node boundaries.
246
+ module NodeScalingFactor
247
+ # No node scaling specified. Defaults to NODE_SCALING_FACTOR_1X.
248
+ NODE_SCALING_FACTOR_UNSPECIFIED = 0
249
+
250
+ # The cluster is running with a scaling factor of 1.
251
+ NODE_SCALING_FACTOR_1X = 1
252
+
253
+ # The cluster is running with a scaling factor of 2.
254
+ # All node count values must be in increments of 2 with this scaling factor
255
+ # enabled, otherwise an INVALID_ARGUMENT error will be returned.
256
+ NODE_SCALING_FACTOR_2X = 2
257
+ end
240
258
  end
241
259
 
242
260
  # A configuration object describing how Cloud Bigtable should treat traffic
@@ -42,7 +42,7 @@ module Google
42
42
  # The error result of the operation in case of failure or cancellation.
43
43
  # @!attribute [rw] response
44
44
  # @return [::Google::Protobuf::Any]
45
- # The normal response of the operation in case of success. If the original
45
+ # The normal, successful response of the operation. If the original
46
46
  # method returns no data on success, such as `Delete`, the response is
47
47
  # `google.protobuf.Empty`. If the original method is standard
48
48
  # `Get`/`Create`/`Update`, the response should be the resource. For other
@@ -55,7 +55,8 @@ module Google
55
55
  extend ::Google::Protobuf::MessageExts::ClassMethods
56
56
  end
57
57
 
58
- # The request message for Operations.GetOperation.
58
+ # The request message for
59
+ # Operations.GetOperation.
59
60
  # @!attribute [rw] name
60
61
  # @return [::String]
61
62
  # The name of the operation resource.
@@ -64,7 +65,8 @@ module Google
64
65
  extend ::Google::Protobuf::MessageExts::ClassMethods
65
66
  end
66
67
 
67
- # The request message for Operations.ListOperations.
68
+ # The request message for
69
+ # Operations.ListOperations.
68
70
  # @!attribute [rw] name
69
71
  # @return [::String]
70
72
  # The name of the operation's parent resource.
@@ -82,7 +84,8 @@ module Google
82
84
  extend ::Google::Protobuf::MessageExts::ClassMethods
83
85
  end
84
86
 
85
- # The response message for Operations.ListOperations.
87
+ # The response message for
88
+ # Operations.ListOperations.
86
89
  # @!attribute [rw] operations
87
90
  # @return [::Array<::Google::Longrunning::Operation>]
88
91
  # A list of operations that matches the specified filter in the request.
@@ -94,7 +97,8 @@ module Google
94
97
  extend ::Google::Protobuf::MessageExts::ClassMethods
95
98
  end
96
99
 
97
- # The request message for Operations.CancelOperation.
100
+ # The request message for
101
+ # Operations.CancelOperation.
98
102
  # @!attribute [rw] name
99
103
  # @return [::String]
100
104
  # The name of the operation resource to be cancelled.
@@ -103,7 +107,8 @@ module Google
103
107
  extend ::Google::Protobuf::MessageExts::ClassMethods
104
108
  end
105
109
 
106
- # The request message for Operations.DeleteOperation.
110
+ # The request message for
111
+ # Operations.DeleteOperation.
107
112
  # @!attribute [rw] name
108
113
  # @return [::String]
109
114
  # The name of the operation resource to be deleted.
@@ -112,7 +117,8 @@ module Google
112
117
  extend ::Google::Protobuf::MessageExts::ClassMethods
113
118
  end
114
119
 
115
- # The request message for Operations.WaitOperation.
120
+ # The request message for
121
+ # Operations.WaitOperation.
116
122
  # @!attribute [rw] name
117
123
  # @return [::String]
118
124
  # The name of the operation resource to wait on.
@@ -130,13 +136,12 @@ module Google
130
136
  #
131
137
  # Example:
132
138
  #
133
- # rpc LongRunningRecognize(LongRunningRecognizeRequest)
134
- # returns (google.longrunning.Operation) {
135
- # option (google.longrunning.operation_info) = {
136
- # response_type: "LongRunningRecognizeResponse"
137
- # metadata_type: "LongRunningRecognizeMetadata"
138
- # };
139
- # }
139
+ # rpc Export(ExportRequest) returns (google.longrunning.Operation) {
140
+ # option (google.longrunning.operation_info) = {
141
+ # response_type: "ExportResponse"
142
+ # metadata_type: "ExportMetadata"
143
+ # };
144
+ # }
140
145
  # @!attribute [rw] response_type
141
146
  # @return [::String]
142
147
  # Required. The message name of the primary return type for this
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bigtable-admin-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.5.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-09-11 00:00:00.000000000 Z
11
+ date: 2024-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.21.1
19
+ version: 0.24.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.21.1
29
+ version: 0.24.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -133,7 +133,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
133
133
  - !ruby/object:Gem::Version
134
134
  version: '0'
135
135
  requirements: []
136
- rubygems_version: 3.5.6
136
+ rubygems_version: 3.5.23
137
137
  signing_key:
138
138
  specification_version: 4
139
139
  summary: Administer your Cloud Bigtable tables and instances.