google-apis-bigtableadmin_v2 0.75.0 → 0.77.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: a3d88e6c45c9d3a83661cd25c92a0756a17121bcd4abdb60de457c5e83f10911
|
4
|
+
data.tar.gz: f34780ace1a9befeb575d51ed8ae00bcf76c89c4f2311d9b50b8dfe6ca9e29a4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6a0ea3b87caa63389e3b2f2036b666042829c1fec9a3f3099e3bd3239c0b93a6beb2a393bf1e871d23c72978df34506c892f145ba8cc529f1bd257f448b66967
|
7
|
+
data.tar.gz: 7cab32cf8b42b6046c45d376c4aad7fe0cf9120b30bfba9c782856c973de1d0ca283c09f0f491cbfd0c4bcd84107169464c0b718a27c4fc014e2d1fe516370fb
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-bigtableadmin_v2
|
2
2
|
|
3
|
+
### v0.77.0 (2025-09-14)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250828
|
6
|
+
|
7
|
+
### v0.76.0 (2025-08-31)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250821
|
10
|
+
|
3
11
|
### v0.75.0 (2025-08-10)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250804
|
@@ -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
|
@@ -3177,7 +3177,8 @@ module Google
|
|
3177
3177
|
class MaterializedView
|
3178
3178
|
include Google::Apis::Core::Hashable
|
3179
3179
|
|
3180
|
-
# Set to true to make the MaterializedView protected against deletion.
|
3180
|
+
# Set to true to make the MaterializedView protected against deletion. Views: `
|
3181
|
+
# SCHEMA_VIEW`, `REPLICATION_VIEW`, `FULL`.
|
3181
3182
|
# Corresponds to the JSON property `deletionProtection`
|
3182
3183
|
# @return [Boolean]
|
3183
3184
|
attr_accessor :deletion_protection
|
@@ -3185,18 +3186,21 @@ module Google
|
|
3185
3186
|
|
3186
3187
|
# Optional. The etag for this materialized view. This may be sent on update
|
3187
3188
|
# requests to ensure that the client has an up-to-date value before proceeding.
|
3188
|
-
# The server returns an ABORTED error on a mismatched etag.
|
3189
|
+
# The server returns an ABORTED error on a mismatched etag. Views: `SCHEMA_VIEW`,
|
3190
|
+
# `REPLICATION_VIEW`, `FULL`.
|
3189
3191
|
# Corresponds to the JSON property `etag`
|
3190
3192
|
# @return [String]
|
3191
3193
|
attr_accessor :etag
|
3192
3194
|
|
3193
3195
|
# Identifier. The unique name of the materialized view. Format: `projects/`
|
3194
|
-
# project`/instances/`instance`/materializedViews/`materialized_view``
|
3196
|
+
# project`/instances/`instance`/materializedViews/`materialized_view`` Views: `
|
3197
|
+
# SCHEMA_VIEW`, `REPLICATION_VIEW`, `FULL`.
|
3195
3198
|
# Corresponds to the JSON property `name`
|
3196
3199
|
# @return [String]
|
3197
3200
|
attr_accessor :name
|
3198
3201
|
|
3199
|
-
# Required. Immutable. The materialized view's select query.
|
3202
|
+
# Required. Immutable. The materialized view's select query. Views: `SCHEMA_VIEW`
|
3203
|
+
# , `FULL`.
|
3200
3204
|
# Corresponds to the JSON property `query`
|
3201
3205
|
# @return [String]
|
3202
3206
|
attr_accessor :query
|
@@ -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.77.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 = "20250828"
|
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
|
@@ -1822,7 +1752,8 @@ module Google
|
|
1822
1752
|
# Updates a materialized view within an instance.
|
1823
1753
|
# @param [String] name
|
1824
1754
|
# Identifier. The unique name of the materialized view. Format: `projects/`
|
1825
|
-
# project`/instances/`instance`/materializedViews/`materialized_view``
|
1755
|
+
# project`/instances/`instance`/materializedViews/`materialized_view`` Views: `
|
1756
|
+
# SCHEMA_VIEW`, `REPLICATION_VIEW`, `FULL`.
|
1826
1757
|
# @param [Google::Apis::BigtableadminV2::MaterializedView] materialized_view_object
|
1827
1758
|
# @param [String] update_mask
|
1828
1759
|
# Optional. The list of fields to update.
|
@@ -3067,42 +2998,12 @@ module Google
|
|
3067
2998
|
execute_or_queue_command(command, &block)
|
3068
2999
|
end
|
3069
3000
|
|
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
3001
|
# Lists information about the supported locations for this service.
|
3101
3002
|
# @param [String] name
|
3102
3003
|
# The resource that owns the locations collection, if applicable.
|
3103
3004
|
# @param [Array<String>, String] extra_location_types
|
3104
|
-
# Optional.
|
3105
|
-
#
|
3005
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
3006
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
3106
3007
|
# @param [String] filter
|
3107
3008
|
# A filter to narrow down results to a preferred subset. The filtering language
|
3108
3009
|
# 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.77.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.77.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:
|