google-apis-bigtableadmin_v2 0.85.0 → 0.86.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/bigtableadmin_v2/gem_version.rb +2 -2
- data/lib/google/apis/bigtableadmin_v2/service.rb +4 -42
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b9f9a44b89c917b48fbcd4349ca26dfa969f4d3da9eafbb7fb72cc2b14e9f3ac
|
|
4
|
+
data.tar.gz: 3d7d460c9500aade599d923a7a42f634d30ef668fea56ad8109fe85c1c0dd2f2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c62fe529dd2fb97eff07171ac9dd691d4b2549abc67103c24802ebb3a69d58063d391942c0ae721548ef970179ab469961c0fff364aa025b14baec89413c85b7
|
|
7
|
+
data.tar.gz: 4681e8b8ff5f90b36bcc20d842c0f3d8724b5ee51ae07219566dcf8b6848bba38ea59cd50651f2a7c2ce096607c6af8c997eb8debf355cfc32b112dbe40881d6
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.86.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260425"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -893,44 +893,6 @@ module Google
|
|
|
893
893
|
execute_or_queue_command(command, &block)
|
|
894
894
|
end
|
|
895
895
|
|
|
896
|
-
# Updates the memory layer of a cluster. To enable the memory layer, set the
|
|
897
|
-
# memory_config. To disable the memory layer, unset the memory_config.
|
|
898
|
-
# @param [String] name
|
|
899
|
-
# Identifier. Name of the memory layer. This is always: "projects/`project`/
|
|
900
|
-
# instances/`instance`/clusters/`cluster`/memoryLayer".
|
|
901
|
-
# @param [Google::Apis::BigtableadminV2::MemoryLayer] memory_layer_object
|
|
902
|
-
# @param [String] update_mask
|
|
903
|
-
# Optional. The list of fields to update.
|
|
904
|
-
# @param [String] fields
|
|
905
|
-
# Selector specifying which fields to include in a partial response.
|
|
906
|
-
# @param [String] quota_user
|
|
907
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
|
908
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
909
|
-
# @param [Google::Apis::RequestOptions] options
|
|
910
|
-
# Request-specific options
|
|
911
|
-
#
|
|
912
|
-
# @yield [result, err] Result & error if block supplied
|
|
913
|
-
# @yieldparam result [Google::Apis::BigtableadminV2::Operation] parsed result object
|
|
914
|
-
# @yieldparam err [StandardError] error object if request failed
|
|
915
|
-
#
|
|
916
|
-
# @return [Google::Apis::BigtableadminV2::Operation]
|
|
917
|
-
#
|
|
918
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
919
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
920
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
921
|
-
def update_project_instance_cluster_memory_layer(name, memory_layer_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
922
|
-
command = make_simple_command(:patch, 'v2/{+name}', options)
|
|
923
|
-
command.request_representation = Google::Apis::BigtableadminV2::MemoryLayer::Representation
|
|
924
|
-
command.request_object = memory_layer_object
|
|
925
|
-
command.response_representation = Google::Apis::BigtableadminV2::Operation::Representation
|
|
926
|
-
command.response_class = Google::Apis::BigtableadminV2::Operation
|
|
927
|
-
command.params['name'] = name unless name.nil?
|
|
928
|
-
command.query['updateMask'] = update_mask unless update_mask.nil?
|
|
929
|
-
command.query['fields'] = fields unless fields.nil?
|
|
930
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
931
|
-
execute_or_queue_command(command, &block)
|
|
932
|
-
end
|
|
933
|
-
|
|
934
896
|
# Copy a Cloud Bigtable backup to a new backup in the destination cluster
|
|
935
897
|
# located in the destination instance and project.
|
|
936
898
|
# @param [String] parent
|
|
@@ -3131,8 +3093,8 @@ module Google
|
|
|
3131
3093
|
end
|
|
3132
3094
|
|
|
3133
3095
|
# Lists information about the supported locations for this service. This method
|
|
3134
|
-
# lists locations based on the resource scope provided in the
|
|
3135
|
-
# ListLocationsRequest.name
|
|
3096
|
+
# lists locations based on the resource scope provided in the
|
|
3097
|
+
# ListLocationsRequest.name field: * **Global locations**: If `name` is empty,
|
|
3136
3098
|
# the method lists the public locations available to all projects. * **Project-
|
|
3137
3099
|
# specific locations**: If `name` follows the format `projects/`project``, the
|
|
3138
3100
|
# method lists locations visible to that specific project. This includes public,
|
|
@@ -3143,8 +3105,8 @@ module Google
|
|
|
3143
3105
|
# @param [String] name
|
|
3144
3106
|
# The resource that owns the locations collection, if applicable.
|
|
3145
3107
|
# @param [Array<String>, String] extra_location_types
|
|
3146
|
-
# Optional. Do not use this field
|
|
3147
|
-
#
|
|
3108
|
+
# Optional. Do not use this field unless explicitly documented otherwise. This
|
|
3109
|
+
# is primarily for internal usage.
|
|
3148
3110
|
# @param [String] filter
|
|
3149
3111
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
3150
3112
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-bigtableadmin_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.86.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigtableadmin_v2/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-bigtableadmin_v2/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-bigtableadmin_v2/v0.86.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigtableadmin_v2
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|