google-apis-bigtableadmin_v2 0.75.0 → 0.76.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: 5a4eed6c70ea024dd3ab0ddf1414ef0c17bef479df8eaabffa6965484599b910
|
4
|
+
data.tar.gz: 2c5ce9cb651fa3bc6dc200629b51e1e5318985f78ba3c427e191c22cc045b16f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b0670ee0b6851d5f242b91e4c2f303bc7b7567cfa1c1e5a870af7b570942efd422dff802b6b651257dc2a2d7a580db8a5b55cc9f913cd2ba5adf5611215438ec
|
7
|
+
data.tar.gz: 1bbf52aa54b85ef9f2d507de04207afdfd1dfe19c87c61eb6ba96f036db9c09b1e87afd064f8b03e735d02f2f252dcd03d39eeb6e032c22959d028c3dc374307
|
data/CHANGELOG.md
CHANGED
@@ -2694,7 +2694,7 @@ module Google
|
|
2694
2694
|
attr_accessor :state
|
2695
2695
|
|
2696
2696
|
# Optional. Input only. Immutable. Tag keys/values directly bound to this
|
2697
|
-
# resource. For example: "123/environment": "production", "123/costCenter": "
|
2697
|
+
# resource. For example: - "123/environment": "production", - "123/costCenter": "
|
2698
2698
|
# marketing" Tags and Labels (above) are both used to bind metadata to resources,
|
2699
2699
|
# with different use-cases. See https://cloud.google.com/resource-manager/docs/
|
2700
2700
|
# tags/tags-overview for an in-depth overview on the difference between tags and
|
@@ -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.76.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 = "20250821"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -51,76 +51,6 @@ module Google
|
|
51
51
|
@batch_path = 'batch'
|
52
52
|
end
|
53
53
|
|
54
|
-
# Starts asynchronous cancellation on a long-running operation. The server makes
|
55
|
-
# a best effort to cancel the operation, but success is not guaranteed. If the
|
56
|
-
# server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
|
57
|
-
# Clients can use Operations.GetOperation or other methods to check whether the
|
58
|
-
# cancellation succeeded or whether the operation completed despite cancellation.
|
59
|
-
# On successful cancellation, the operation is not deleted; instead, it becomes
|
60
|
-
# an operation with an Operation.error value with a google.rpc.Status.code of `1`
|
61
|
-
# , corresponding to `Code.CANCELLED`.
|
62
|
-
# @param [String] name
|
63
|
-
# The name of the operation resource to be cancelled.
|
64
|
-
# @param [String] fields
|
65
|
-
# Selector specifying which fields to include in a partial response.
|
66
|
-
# @param [String] quota_user
|
67
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
68
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
69
|
-
# @param [Google::Apis::RequestOptions] options
|
70
|
-
# Request-specific options
|
71
|
-
#
|
72
|
-
# @yield [result, err] Result & error if block supplied
|
73
|
-
# @yieldparam result [Google::Apis::BigtableadminV2::Empty] parsed result object
|
74
|
-
# @yieldparam err [StandardError] error object if request failed
|
75
|
-
#
|
76
|
-
# @return [Google::Apis::BigtableadminV2::Empty]
|
77
|
-
#
|
78
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
79
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
80
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
81
|
-
def cancel_operation(name, fields: nil, quota_user: nil, options: nil, &block)
|
82
|
-
command = make_simple_command(:post, 'v2/{+name}:cancel', options)
|
83
|
-
command.response_representation = Google::Apis::BigtableadminV2::Empty::Representation
|
84
|
-
command.response_class = Google::Apis::BigtableadminV2::Empty
|
85
|
-
command.params['name'] = name unless name.nil?
|
86
|
-
command.query['fields'] = fields unless fields.nil?
|
87
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
88
|
-
execute_or_queue_command(command, &block)
|
89
|
-
end
|
90
|
-
|
91
|
-
# Deletes a long-running operation. This method indicates that the client is no
|
92
|
-
# longer interested in the operation result. It does not cancel the operation.
|
93
|
-
# If the server doesn't support this method, it returns `google.rpc.Code.
|
94
|
-
# UNIMPLEMENTED`.
|
95
|
-
# @param [String] name
|
96
|
-
# The name of the operation resource to be deleted.
|
97
|
-
# @param [String] fields
|
98
|
-
# Selector specifying which fields to include in a partial response.
|
99
|
-
# @param [String] quota_user
|
100
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
101
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
102
|
-
# @param [Google::Apis::RequestOptions] options
|
103
|
-
# Request-specific options
|
104
|
-
#
|
105
|
-
# @yield [result, err] Result & error if block supplied
|
106
|
-
# @yieldparam result [Google::Apis::BigtableadminV2::Empty] parsed result object
|
107
|
-
# @yieldparam err [StandardError] error object if request failed
|
108
|
-
#
|
109
|
-
# @return [Google::Apis::BigtableadminV2::Empty]
|
110
|
-
#
|
111
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
112
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
113
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
114
|
-
def delete_operation(name, fields: nil, quota_user: nil, options: nil, &block)
|
115
|
-
command = make_simple_command(:delete, 'v2/{+name}', options)
|
116
|
-
command.response_representation = Google::Apis::BigtableadminV2::Empty::Representation
|
117
|
-
command.response_class = Google::Apis::BigtableadminV2::Empty
|
118
|
-
command.params['name'] = name unless name.nil?
|
119
|
-
command.query['fields'] = fields unless fields.nil?
|
120
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
121
|
-
execute_or_queue_command(command, &block)
|
122
|
-
end
|
123
|
-
|
124
54
|
# Gets the latest state of a long-running operation. Clients can use this method
|
125
55
|
# to poll the operation result at intervals as recommended by the API service.
|
126
56
|
# @param [String] name
|
@@ -3067,42 +2997,12 @@ module Google
|
|
3067
2997
|
execute_or_queue_command(command, &block)
|
3068
2998
|
end
|
3069
2999
|
|
3070
|
-
# Gets information about a location.
|
3071
|
-
# @param [String] name
|
3072
|
-
# Resource name for the location.
|
3073
|
-
# @param [String] fields
|
3074
|
-
# Selector specifying which fields to include in a partial response.
|
3075
|
-
# @param [String] quota_user
|
3076
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
3077
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
3078
|
-
# @param [Google::Apis::RequestOptions] options
|
3079
|
-
# Request-specific options
|
3080
|
-
#
|
3081
|
-
# @yield [result, err] Result & error if block supplied
|
3082
|
-
# @yieldparam result [Google::Apis::BigtableadminV2::Location] parsed result object
|
3083
|
-
# @yieldparam err [StandardError] error object if request failed
|
3084
|
-
#
|
3085
|
-
# @return [Google::Apis::BigtableadminV2::Location]
|
3086
|
-
#
|
3087
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
3088
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
3089
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
3090
|
-
def get_project_location(name, fields: nil, quota_user: nil, options: nil, &block)
|
3091
|
-
command = make_simple_command(:get, 'v2/{+name}', options)
|
3092
|
-
command.response_representation = Google::Apis::BigtableadminV2::Location::Representation
|
3093
|
-
command.response_class = Google::Apis::BigtableadminV2::Location
|
3094
|
-
command.params['name'] = name unless name.nil?
|
3095
|
-
command.query['fields'] = fields unless fields.nil?
|
3096
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
3097
|
-
execute_or_queue_command(command, &block)
|
3098
|
-
end
|
3099
|
-
|
3100
3000
|
# Lists information about the supported locations for this service.
|
3101
3001
|
# @param [String] name
|
3102
3002
|
# The resource that owns the locations collection, if applicable.
|
3103
3003
|
# @param [Array<String>, String] extra_location_types
|
3104
|
-
# Optional.
|
3105
|
-
#
|
3004
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
3005
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
3106
3006
|
# @param [String] filter
|
3107
3007
|
# A filter to narrow down results to a preferred subset. The filtering language
|
3108
3008
|
# 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.76.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.76.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:
|