google-cloud-bigtable 1.2.0 → 2.1.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.
Files changed (87) hide show
  1. checksums.yaml +4 -4
  2. data/AUTHENTICATION.md +1 -1
  3. data/CHANGELOG.md +54 -0
  4. data/TROUBLESHOOTING.md +2 -8
  5. data/lib/google-cloud-bigtable.rb +30 -27
  6. data/lib/google/cloud/bigtable.rb +18 -26
  7. data/lib/google/cloud/bigtable/app_profile.rb +3 -3
  8. data/lib/google/cloud/bigtable/app_profile/list.rb +6 -4
  9. data/lib/google/cloud/bigtable/backup.rb +324 -0
  10. data/lib/google/cloud/bigtable/backup/job.rb +87 -0
  11. data/lib/google/cloud/bigtable/backup/list.rb +167 -0
  12. data/lib/google/cloud/bigtable/chunk_processor.rb +1 -1
  13. data/lib/google/cloud/bigtable/cluster.rb +101 -2
  14. data/lib/google/cloud/bigtable/cluster/list.rb +2 -2
  15. data/lib/google/cloud/bigtable/column_family.rb +2 -2
  16. data/lib/google/cloud/bigtable/column_family_map.rb +11 -11
  17. data/lib/google/cloud/bigtable/column_range.rb +2 -2
  18. data/lib/google/cloud/bigtable/credentials.rb +36 -2
  19. data/lib/google/cloud/bigtable/gc_rule.rb +7 -7
  20. data/lib/google/cloud/bigtable/instance.rb +6 -6
  21. data/lib/google/cloud/bigtable/instance/cluster_map.rb +1 -1
  22. data/lib/google/cloud/bigtable/instance/list.rb +2 -2
  23. data/lib/google/cloud/bigtable/longrunning_job.rb +13 -2
  24. data/lib/google/cloud/bigtable/mutation_entry.rb +10 -9
  25. data/lib/google/cloud/bigtable/mutation_operations.rb +2 -2
  26. data/lib/google/cloud/bigtable/project.rb +1 -1
  27. data/lib/google/cloud/bigtable/read_modify_write_rule.rb +2 -2
  28. data/lib/google/cloud/bigtable/read_operations.rb +2 -2
  29. data/lib/google/cloud/bigtable/routing_policy.rb +2 -2
  30. data/lib/google/cloud/bigtable/row_filter/chain_filter.rb +3 -3
  31. data/lib/google/cloud/bigtable/row_filter/condition_filter.rb +3 -3
  32. data/lib/google/cloud/bigtable/row_filter/interleave_filter.rb +3 -3
  33. data/lib/google/cloud/bigtable/row_filter/simple_filter.rb +3 -3
  34. data/lib/google/cloud/bigtable/row_range.rb +2 -2
  35. data/lib/google/cloud/bigtable/rows_mutator.rb +3 -3
  36. data/lib/google/cloud/bigtable/rows_reader.rb +10 -10
  37. data/lib/google/cloud/bigtable/sample_row_key.rb +2 -2
  38. data/lib/google/cloud/bigtable/service.rb +241 -245
  39. data/lib/google/cloud/bigtable/table.rb +5 -4
  40. data/lib/google/cloud/bigtable/table/cluster_state.rb +27 -6
  41. data/lib/google/cloud/bigtable/table/list.rb +2 -2
  42. data/lib/google/cloud/bigtable/table/restore_job.rb +117 -0
  43. data/lib/google/cloud/bigtable/value_range.rb +2 -2
  44. data/lib/google/cloud/bigtable/version.rb +1 -1
  45. metadata +18 -96
  46. data/lib/google/bigtable/admin/v2/bigtable_instance_admin_pb.rb +0 -145
  47. data/lib/google/bigtable/admin/v2/bigtable_instance_admin_services_pb.rb +0 -90
  48. data/lib/google/bigtable/admin/v2/bigtable_table_admin_pb.rb +0 -144
  49. data/lib/google/bigtable/admin/v2/bigtable_table_admin_services_pb.rb +0 -128
  50. data/lib/google/bigtable/admin/v2/common_pb.rb +0 -25
  51. data/lib/google/bigtable/admin/v2/instance_pb.rb +0 -75
  52. data/lib/google/bigtable/admin/v2/table_pb.rb +0 -91
  53. data/lib/google/bigtable/v2/bigtable_pb.rb +0 -113
  54. data/lib/google/bigtable/v2/bigtable_services_pb.rb +0 -68
  55. data/lib/google/bigtable/v2/data_pb.rb +0 -156
  56. data/lib/google/cloud/bigtable/admin.rb +0 -202
  57. data/lib/google/cloud/bigtable/admin/credentials.rb +0 -27
  58. data/lib/google/cloud/bigtable/admin/v2.rb +0 -222
  59. data/lib/google/cloud/bigtable/admin/v2/bigtable_instance_admin_client.rb +0 -1451
  60. data/lib/google/cloud/bigtable/admin/v2/bigtable_instance_admin_client_config.json +0 -139
  61. data/lib/google/cloud/bigtable/admin/v2/bigtable_table_admin_client.rb +0 -1257
  62. data/lib/google/cloud/bigtable/admin/v2/bigtable_table_admin_client_config.json +0 -133
  63. data/lib/google/cloud/bigtable/admin/v2/credentials.rb +0 -51
  64. data/lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb +0 -297
  65. data/lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb +0 -367
  66. data/lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/instance.rb +0 -193
  67. data/lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/table.rb +0 -200
  68. data/lib/google/cloud/bigtable/admin/v2/doc/google/iam/v1/iam_policy.rb +0 -64
  69. data/lib/google/cloud/bigtable/admin/v2/doc/google/iam/v1/options.rb +0 -33
  70. data/lib/google/cloud/bigtable/admin/v2/doc/google/iam/v1/policy.rb +0 -151
  71. data/lib/google/cloud/bigtable/admin/v2/doc/google/longrunning/operations.rb +0 -51
  72. data/lib/google/cloud/bigtable/admin/v2/doc/google/protobuf/any.rb +0 -131
  73. data/lib/google/cloud/bigtable/admin/v2/doc/google/protobuf/duration.rb +0 -91
  74. data/lib/google/cloud/bigtable/admin/v2/doc/google/protobuf/empty.rb +0 -29
  75. data/lib/google/cloud/bigtable/admin/v2/doc/google/protobuf/field_mask.rb +0 -222
  76. data/lib/google/cloud/bigtable/admin/v2/doc/google/protobuf/timestamp.rb +0 -113
  77. data/lib/google/cloud/bigtable/admin/v2/doc/google/rpc/status.rb +0 -39
  78. data/lib/google/cloud/bigtable/admin/v2/doc/google/type/expr.rb +0 -45
  79. data/lib/google/cloud/bigtable/v2.rb +0 -146
  80. data/lib/google/cloud/bigtable/v2/bigtable_client.rb +0 -591
  81. data/lib/google/cloud/bigtable/v2/bigtable_client_config.json +0 -83
  82. data/lib/google/cloud/bigtable/v2/credentials.rb +0 -46
  83. data/lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb +0 -290
  84. data/lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb +0 -493
  85. data/lib/google/cloud/bigtable/v2/doc/google/protobuf/any.rb +0 -131
  86. data/lib/google/cloud/bigtable/v2/doc/google/protobuf/wrappers.rb +0 -34
  87. data/lib/google/cloud/bigtable/v2/doc/google/rpc/status.rb +0 -39
@@ -1,202 +0,0 @@
1
- # Copyright 2020 Google LLC
2
- #
3
- # Licensed under the Apache License, Version 2.0 (the "License");
4
- # you may not use this file except in compliance with the License.
5
- # You may obtain a copy of the License at
6
- #
7
- # https://www.apache.org/licenses/LICENSE-2.0
8
- #
9
- # Unless required by applicable law or agreed to in writing, software
10
- # distributed under the License is distributed on an "AS IS" BASIS,
11
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- # See the License for the specific language governing permissions and
13
- # limitations under the License.
14
-
15
-
16
- require "google/gax"
17
- require "pathname"
18
-
19
- module Google
20
- module Cloud
21
- module Bigtable
22
- # rubocop:disable LineLength
23
-
24
- ##
25
- # # Ruby Client for Cloud Bigtable Admin API
26
- #
27
- # [Cloud Bigtable Admin API][Product Documentation]:
28
- # Administer your Cloud Bigtable tables and instances.
29
- # - [Product Documentation][]
30
- #
31
- # ## Quick Start
32
- # In order to use this library, you first need to go through the following
33
- # steps:
34
- #
35
- # 1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
36
- # 2. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
37
- # 3. [Enable the Cloud Bigtable Admin API.](https://console.cloud.google.com/apis/library/bigtableadmin.googleapis.com)
38
- # 4. [Setup Authentication.](https://googleapis.dev/ruby/google-cloud-bigtable/latest/file.AUTHENTICATION.html)
39
- #
40
- # ### Installation
41
- # ```
42
- # $ gem install google-cloud-bigtable
43
- # ```
44
- #
45
- # ### Next Steps
46
- # - Read the [Cloud Bigtable Admin API Product documentation][Product Documentation]
47
- # to learn more about the product and see How-to Guides.
48
- # - View this [repository's main README](https://github.com/googleapis/google-cloud-ruby/blob/master/README.md)
49
- # to see the full list of Cloud APIs that we cover.
50
- #
51
- # [Product Documentation]: https://cloud.google.com/bigtable-admin
52
- #
53
- # ## Enabling Logging
54
- #
55
- # To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
56
- # The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/stdlib-2.5.0/libdoc/logger/rdoc/Logger.html) as shown below,
57
- # or a [`Google::Cloud::Logging::Logger`](https://googleapis.dev/ruby/google-cloud-logging/latest)
58
- # that will write logs to [Stackdriver Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
59
- # and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.
60
- #
61
- # Configuring a Ruby stdlib logger:
62
- #
63
- # ```ruby
64
- # require "logger"
65
- #
66
- # module MyLogger
67
- # LOGGER = Logger.new $stderr, level: Logger::WARN
68
- # def logger
69
- # LOGGER
70
- # end
71
- # end
72
- #
73
- # # Define a gRPC module-level logger method before grpc/logconfig.rb loads.
74
- # module GRPC
75
- # extend MyLogger
76
- # end
77
- # ```
78
- #
79
- module Admin
80
- # rubocop:enable LineLength
81
-
82
- FILE_DIR = File.realdirpath(Pathname.new(__FILE__).join("..").join("admin"))
83
-
84
- AVAILABLE_VERSIONS = Dir["#{FILE_DIR}/*"]
85
- .select { |file| File.directory?(file) }
86
- .select { |dir| Google::Gax::VERSION_MATCHER.match(File.basename(dir)) }
87
- .select { |dir| File.exist?(dir + ".rb") }
88
- .map { |dir| File.basename(dir) }
89
-
90
- module BigtableInstanceAdmin
91
- ##
92
- # Service for creating, configuring, and deleting Cloud Bigtable Instances and
93
- # Clusters. Provides access to the Instance and Cluster schemas only, not the
94
- # tables' metadata or data stored in those tables.
95
- #
96
- # @param version [Symbol, String]
97
- # The major version of the service to be used. By default :v2
98
- # is used.
99
- # @overload new(version:, credentials:, scopes:, client_config:, timeout:)
100
- # @param credentials [Google::Auth::Credentials, String, Hash, GRPC::Core::Channel, GRPC::Core::ChannelCredentials, Proc]
101
- # Provides the means for authenticating requests made by the client. This parameter can
102
- # be many types.
103
- # A `Google::Auth::Credentials` uses a the properties of its represented keyfile for
104
- # authenticating requests made by this client.
105
- # A `String` will be treated as the path to the keyfile to be used for the construction of
106
- # credentials for this client.
107
- # A `Hash` will be treated as the contents of a keyfile to be used for the construction of
108
- # credentials for this client.
109
- # A `GRPC::Core::Channel` will be used to make calls through.
110
- # A `GRPC::Core::ChannelCredentials` for the setting up the RPC client. The channel credentials
111
- # should already be composed with a `GRPC::Core::CallCredentials` object.
112
- # A `Proc` will be used as an updater_proc for the Grpc channel. The proc transforms the
113
- # metadata for requests, generally, to give OAuth credentials.
114
- # @param scopes [Array<String>]
115
- # The OAuth scopes for this service. This parameter is ignored if
116
- # an updater_proc is supplied.
117
- # @param client_config [Hash]
118
- # A Hash for call options for each method. See
119
- # Google::Gax#construct_settings for the structure of
120
- # this data. Falls back to the default config if not specified
121
- # or the specified config is missing data points.
122
- # @param timeout [Numeric]
123
- # The default timeout, in seconds, for calls made through this client.
124
- # @param metadata [Hash]
125
- # Default metadata to be sent with each request. This can be overridden on a per call basis.
126
- # @param exception_transformer [Proc]
127
- # An optional proc that intercepts any exceptions raised during an API call to inject
128
- # custom error handling.
129
- def self.new(*args, version: :v2, **kwargs)
130
- unless AVAILABLE_VERSIONS.include?(version.to_s.downcase)
131
- raise "The version: #{version} is not available. The available versions " \
132
- "are: [#{AVAILABLE_VERSIONS.join(", ")}]"
133
- end
134
-
135
- require "#{FILE_DIR}/#{version.to_s.downcase}"
136
- version_module = Google::Cloud::Bigtable::Admin
137
- .constants
138
- .select {|sym| sym.to_s.downcase == version.to_s.downcase}
139
- .first
140
- Google::Cloud::Bigtable::Admin.const_get(version_module)::BigtableInstanceAdmin.new(*args, **kwargs)
141
- end
142
- end
143
-
144
- module BigtableTableAdmin
145
- ##
146
- # Service for creating, configuring, and deleting Cloud Bigtable tables.
147
- #
148
- #
149
- # Provides access to the table schemas only, not the data stored within
150
- # the tables.
151
- #
152
- # @param version [Symbol, String]
153
- # The major version of the service to be used. By default :v2
154
- # is used.
155
- # @overload new(version:, credentials:, scopes:, client_config:, timeout:)
156
- # @param credentials [Google::Auth::Credentials, String, Hash, GRPC::Core::Channel, GRPC::Core::ChannelCredentials, Proc]
157
- # Provides the means for authenticating requests made by the client. This parameter can
158
- # be many types.
159
- # A `Google::Auth::Credentials` uses a the properties of its represented keyfile for
160
- # authenticating requests made by this client.
161
- # A `String` will be treated as the path to the keyfile to be used for the construction of
162
- # credentials for this client.
163
- # A `Hash` will be treated as the contents of a keyfile to be used for the construction of
164
- # credentials for this client.
165
- # A `GRPC::Core::Channel` will be used to make calls through.
166
- # A `GRPC::Core::ChannelCredentials` for the setting up the RPC client. The channel credentials
167
- # should already be composed with a `GRPC::Core::CallCredentials` object.
168
- # A `Proc` will be used as an updater_proc for the Grpc channel. The proc transforms the
169
- # metadata for requests, generally, to give OAuth credentials.
170
- # @param scopes [Array<String>]
171
- # The OAuth scopes for this service. This parameter is ignored if
172
- # an updater_proc is supplied.
173
- # @param client_config [Hash]
174
- # A Hash for call options for each method. See
175
- # Google::Gax#construct_settings for the structure of
176
- # this data. Falls back to the default config if not specified
177
- # or the specified config is missing data points.
178
- # @param timeout [Numeric]
179
- # The default timeout, in seconds, for calls made through this client.
180
- # @param metadata [Hash]
181
- # Default metadata to be sent with each request. This can be overridden on a per call basis.
182
- # @param exception_transformer [Proc]
183
- # An optional proc that intercepts any exceptions raised during an API call to inject
184
- # custom error handling.
185
- def self.new(*args, version: :v2, **kwargs)
186
- unless AVAILABLE_VERSIONS.include?(version.to_s.downcase)
187
- raise "The version: #{version} is not available. The available versions " \
188
- "are: [#{AVAILABLE_VERSIONS.join(", ")}]"
189
- end
190
-
191
- require "#{FILE_DIR}/#{version.to_s.downcase}"
192
- version_module = Google::Cloud::Bigtable::Admin
193
- .constants
194
- .select {|sym| sym.to_s.downcase == version.to_s.downcase}
195
- .first
196
- Google::Cloud::Bigtable::Admin.const_get(version_module)::BigtableTableAdmin.new(*args, **kwargs)
197
- end
198
- end
199
- end
200
- end
201
- end
202
- end
@@ -1,27 +0,0 @@
1
- # Copyright 2018 Google LLC
2
- #
3
- # Licensed under the Apache License, Version 2.0 (the "License");
4
- # you may not use this file except in compliance with the License.
5
- # You may obtain a copy of the License at
6
- #
7
- # https://www.apache.org/licenses/LICENSE-2.0
8
- #
9
- # Unless required by applicable law or agreed to in writing, software
10
- # distributed under the License is distributed on an "AS IS" BASIS,
11
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- # See the License for the specific language governing permissions and
13
- # limitations under the License.
14
-
15
-
16
- require "google/cloud/bigtable/admin/v2/credentials"
17
-
18
- module Google
19
- module Cloud
20
- module Bigtable
21
- module Admin
22
- class Credentials < Google::Cloud::Bigtable::Admin::V2::Credentials
23
- end
24
- end
25
- end
26
- end
27
- end
@@ -1,222 +0,0 @@
1
- # Copyright 2020 Google LLC
2
- #
3
- # Licensed under the Apache License, Version 2.0 (the "License");
4
- # you may not use this file except in compliance with the License.
5
- # You may obtain a copy of the License at
6
- #
7
- # https://www.apache.org/licenses/LICENSE-2.0
8
- #
9
- # Unless required by applicable law or agreed to in writing, software
10
- # distributed under the License is distributed on an "AS IS" BASIS,
11
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- # See the License for the specific language governing permissions and
13
- # limitations under the License.
14
-
15
-
16
- require "google/cloud/bigtable/admin/v2/bigtable_instance_admin_client"
17
- require "google/cloud/bigtable/admin/v2/bigtable_table_admin_client"
18
- require "google/bigtable/admin/v2/bigtable_instance_admin_pb"
19
- require "google/bigtable/admin/v2/bigtable_table_admin_pb"
20
-
21
- module Google
22
- module Cloud
23
- module Bigtable
24
- module Admin
25
- # rubocop:disable LineLength
26
-
27
- ##
28
- # # Ruby Client for Cloud Bigtable Admin API
29
- #
30
- # [Cloud Bigtable Admin API][Product Documentation]:
31
- # Administer your Cloud Bigtable tables and instances.
32
- # - [Product Documentation][]
33
- #
34
- # ## Quick Start
35
- # In order to use this library, you first need to go through the following
36
- # steps:
37
- #
38
- # 1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
39
- # 2. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
40
- # 3. [Enable the Cloud Bigtable Admin API.](https://console.cloud.google.com/apis/library/bigtableadmin.googleapis.com)
41
- # 4. [Setup Authentication.](https://googleapis.dev/ruby/google-cloud-bigtable/latest/file.AUTHENTICATION.html)
42
- #
43
- # ### Installation
44
- # ```
45
- # $ gem install google-cloud-bigtable
46
- # ```
47
- #
48
- # ### Next Steps
49
- # - Read the [Cloud Bigtable Admin API Product documentation][Product Documentation]
50
- # to learn more about the product and see How-to Guides.
51
- # - View this [repository's main README](https://github.com/googleapis/google-cloud-ruby/blob/master/README.md)
52
- # to see the full list of Cloud APIs that we cover.
53
- #
54
- # [Product Documentation]: https://cloud.google.com/bigtable-admin
55
- #
56
- # ## Enabling Logging
57
- #
58
- # To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
59
- # The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/stdlib-2.5.0/libdoc/logger/rdoc/Logger.html) as shown below,
60
- # or a [`Google::Cloud::Logging::Logger`](https://googleapis.dev/ruby/google-cloud-logging/latest)
61
- # that will write logs to [Stackdriver Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
62
- # and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.
63
- #
64
- # Configuring a Ruby stdlib logger:
65
- #
66
- # ```ruby
67
- # require "logger"
68
- #
69
- # module MyLogger
70
- # LOGGER = Logger.new $stderr, level: Logger::WARN
71
- # def logger
72
- # LOGGER
73
- # end
74
- # end
75
- #
76
- # # Define a gRPC module-level logger method before grpc/logconfig.rb loads.
77
- # module GRPC
78
- # extend MyLogger
79
- # end
80
- # ```
81
- #
82
- module V2
83
- # rubocop:enable LineLength
84
-
85
- module BigtableInstanceAdmin
86
- ##
87
- # Service for creating, configuring, and deleting Cloud Bigtable Instances and
88
- # Clusters. Provides access to the Instance and Cluster schemas only, not the
89
- # tables' metadata or data stored in those tables.
90
- #
91
- # @param credentials [Google::Auth::Credentials, String, Hash, GRPC::Core::Channel, GRPC::Core::ChannelCredentials, Proc]
92
- # Provides the means for authenticating requests made by the client. This parameter can
93
- # be many types.
94
- # A `Google::Auth::Credentials` uses a the properties of its represented keyfile for
95
- # authenticating requests made by this client.
96
- # A `String` will be treated as the path to the keyfile to be used for the construction of
97
- # credentials for this client.
98
- # A `Hash` will be treated as the contents of a keyfile to be used for the construction of
99
- # credentials for this client.
100
- # A `GRPC::Core::Channel` will be used to make calls through.
101
- # A `GRPC::Core::ChannelCredentials` for the setting up the RPC client. The channel credentials
102
- # should already be composed with a `GRPC::Core::CallCredentials` object.
103
- # A `Proc` will be used as an updater_proc for the Grpc channel. The proc transforms the
104
- # metadata for requests, generally, to give OAuth credentials.
105
- # @param scopes [Array<String>]
106
- # The OAuth scopes for this service. This parameter is ignored if
107
- # an updater_proc is supplied.
108
- # @param client_config [Hash]
109
- # A Hash for call options for each method. See
110
- # Google::Gax#construct_settings for the structure of
111
- # this data. Falls back to the default config if not specified
112
- # or the specified config is missing data points.
113
- # @param timeout [Numeric]
114
- # The default timeout, in seconds, for calls made through this client.
115
- # @param metadata [Hash]
116
- # Default metadata to be sent with each request. This can be overridden on a per call basis.
117
- # @param service_address [String]
118
- # Override for the service hostname, or `nil` to leave as the default.
119
- # @param service_port [Integer]
120
- # Override for the service port, or `nil` to leave as the default.
121
- # @param exception_transformer [Proc]
122
- # An optional proc that intercepts any exceptions raised during an API call to inject
123
- # custom error handling.
124
- def self.new \
125
- credentials: nil,
126
- scopes: nil,
127
- client_config: nil,
128
- timeout: nil,
129
- metadata: nil,
130
- service_address: nil,
131
- service_port: nil,
132
- exception_transformer: nil,
133
- lib_name: nil,
134
- lib_version: nil
135
- kwargs = {
136
- credentials: credentials,
137
- scopes: scopes,
138
- client_config: client_config,
139
- timeout: timeout,
140
- metadata: metadata,
141
- exception_transformer: exception_transformer,
142
- lib_name: lib_name,
143
- service_address: service_address,
144
- service_port: service_port,
145
- lib_version: lib_version
146
- }.select { |_, v| v != nil }
147
- Google::Cloud::Bigtable::Admin::V2::BigtableInstanceAdminClient.new(**kwargs)
148
- end
149
- end
150
-
151
- module BigtableTableAdmin
152
- ##
153
- # Service for creating, configuring, and deleting Cloud Bigtable tables.
154
- #
155
- #
156
- # Provides access to the table schemas only, not the data stored within
157
- # the tables.
158
- #
159
- # @param credentials [Google::Auth::Credentials, String, Hash, GRPC::Core::Channel, GRPC::Core::ChannelCredentials, Proc]
160
- # Provides the means for authenticating requests made by the client. This parameter can
161
- # be many types.
162
- # A `Google::Auth::Credentials` uses a the properties of its represented keyfile for
163
- # authenticating requests made by this client.
164
- # A `String` will be treated as the path to the keyfile to be used for the construction of
165
- # credentials for this client.
166
- # A `Hash` will be treated as the contents of a keyfile to be used for the construction of
167
- # credentials for this client.
168
- # A `GRPC::Core::Channel` will be used to make calls through.
169
- # A `GRPC::Core::ChannelCredentials` for the setting up the RPC client. The channel credentials
170
- # should already be composed with a `GRPC::Core::CallCredentials` object.
171
- # A `Proc` will be used as an updater_proc for the Grpc channel. The proc transforms the
172
- # metadata for requests, generally, to give OAuth credentials.
173
- # @param scopes [Array<String>]
174
- # The OAuth scopes for this service. This parameter is ignored if
175
- # an updater_proc is supplied.
176
- # @param client_config [Hash]
177
- # A Hash for call options for each method. See
178
- # Google::Gax#construct_settings for the structure of
179
- # this data. Falls back to the default config if not specified
180
- # or the specified config is missing data points.
181
- # @param timeout [Numeric]
182
- # The default timeout, in seconds, for calls made through this client.
183
- # @param metadata [Hash]
184
- # Default metadata to be sent with each request. This can be overridden on a per call basis.
185
- # @param service_address [String]
186
- # Override for the service hostname, or `nil` to leave as the default.
187
- # @param service_port [Integer]
188
- # Override for the service port, or `nil` to leave as the default.
189
- # @param exception_transformer [Proc]
190
- # An optional proc that intercepts any exceptions raised during an API call to inject
191
- # custom error handling.
192
- def self.new \
193
- credentials: nil,
194
- scopes: nil,
195
- client_config: nil,
196
- timeout: nil,
197
- metadata: nil,
198
- service_address: nil,
199
- service_port: nil,
200
- exception_transformer: nil,
201
- lib_name: nil,
202
- lib_version: nil
203
- kwargs = {
204
- credentials: credentials,
205
- scopes: scopes,
206
- client_config: client_config,
207
- timeout: timeout,
208
- metadata: metadata,
209
- exception_transformer: exception_transformer,
210
- lib_name: lib_name,
211
- service_address: service_address,
212
- service_port: service_port,
213
- lib_version: lib_version
214
- }.select { |_, v| v != nil }
215
- Google::Cloud::Bigtable::Admin::V2::BigtableTableAdminClient.new(**kwargs)
216
- end
217
- end
218
- end
219
- end
220
- end
221
- end
222
- end