google-apis-bigtableadmin_v2 0.85.0 → 0.87.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e67cd2a241042fc0cea7dd67ee951d0d54e713a4736ee76db51b996cecbc3d1a
|
|
4
|
+
data.tar.gz: 5b2dc52c4f26e60cccc75a65824aa3c4afc02416342830653f63d7dc8b0b0601
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 71444c5c66abbd811ab5873094a0f6e047d6e00d3a3b1227640552b6329311fbfd26a4a88dc4ea361c0f27d849599efbeaf8014f5e63ca0a2513778402889286
|
|
7
|
+
data.tar.gz: 37abfa73300424ab1c532e1552d16be8c810264c60e8b6afc662713501326fc6dba9cf9cccbd541640d992f10ee738836e7e1f7e1b1c6541d444a19e623e726c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-bigtableadmin_v2
|
|
2
2
|
|
|
3
|
+
### v0.87.0 (2026-05-24)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260514
|
|
6
|
+
|
|
7
|
+
### v0.86.0 (2026-05-03)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260425
|
|
10
|
+
|
|
3
11
|
### v0.85.0 (2026-04-19)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260331
|
|
@@ -227,7 +227,7 @@ module Google
|
|
|
227
227
|
# Optional. A list of Cloud Bigtable zones where automated backups are allowed
|
|
228
228
|
# to be created. If empty, automated backups will be created in all zones of the
|
|
229
229
|
# instance. Locations are in the format `projects/`project`/locations/`zone``.
|
|
230
|
-
#
|
|
230
|
+
# You can set this field only for tables in Enterprise Plus instances.
|
|
231
231
|
# Corresponds to the JSON property `locations`
|
|
232
232
|
# @return [Array<String>]
|
|
233
233
|
attr_accessor :locations
|
|
@@ -3970,7 +3970,7 @@ module Google
|
|
|
3970
3970
|
end
|
|
3971
3971
|
end
|
|
3972
3972
|
|
|
3973
|
-
# Represents a protobuf
|
|
3973
|
+
# Represents a collection of protobuf schemas.
|
|
3974
3974
|
class ProtoSchema
|
|
3975
3975
|
include Google::Apis::Core::Hashable
|
|
3976
3976
|
|
|
@@ -4141,7 +4141,7 @@ module Google
|
|
|
4141
4141
|
# @return [String]
|
|
4142
4142
|
attr_accessor :name
|
|
4143
4143
|
|
|
4144
|
-
# Represents a protobuf
|
|
4144
|
+
# Represents a collection of protobuf schemas.
|
|
4145
4145
|
# Corresponds to the JSON property `protoSchema`
|
|
4146
4146
|
# @return [Google::Apis::BigtableadminV2::ProtoSchema]
|
|
4147
4147
|
attr_accessor :proto_schema
|
|
@@ -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.87.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 = "20260514"
|
|
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.87.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.87.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:
|