google-apis-bigtableadmin_v2 0.78.0 → 0.79.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: bab7cb0f2835495bc1535ce179e10fc1dd213ed26493fd7ade98b449a644ca05
|
4
|
+
data.tar.gz: 977c241823c1d39ad1c884c6b12ef1339ebc52ecb31c02b0317ad96095f617a2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7e14da72469e04584399899e66e089a53eaa1be1fb38d3515e06a99a1993ed5ce96161d26635e3dbab81cbeba1d3f9b1a92103186d3e6bf4f7b67ccf454c3f78
|
7
|
+
data.tar.gz: 40e2f74c8e4c7276e3eb2efe9ca2d142ca6374c1b730505bab1e3db3b62ed1e65e982cb9e7b55d94236d9934e1ad28dcf149c74b16a186952b4f5787aee247b6
|
data/CHANGELOG.md
CHANGED
@@ -1803,6 +1803,25 @@ module Google
|
|
1803
1803
|
end
|
1804
1804
|
end
|
1805
1805
|
|
1806
|
+
# The state of a materialized view's data in a particular cluster.
|
1807
|
+
class GoogleBigtableAdminV2MaterializedViewClusterState
|
1808
|
+
include Google::Apis::Core::Hashable
|
1809
|
+
|
1810
|
+
# Output only. The state of the materialized view in this cluster.
|
1811
|
+
# Corresponds to the JSON property `replicationState`
|
1812
|
+
# @return [String]
|
1813
|
+
attr_accessor :replication_state
|
1814
|
+
|
1815
|
+
def initialize(**args)
|
1816
|
+
update!(**args)
|
1817
|
+
end
|
1818
|
+
|
1819
|
+
# Update properties of this object
|
1820
|
+
def update!(**args)
|
1821
|
+
@replication_state = args[:replication_state] if args.key?(:replication_state)
|
1822
|
+
end
|
1823
|
+
end
|
1824
|
+
|
1806
1825
|
# A value that combines incremental updates into a summarized value. Data is
|
1807
1826
|
# never directly written or read using type `Aggregate`. Writes provide either
|
1808
1827
|
# the `input_type` or `state_type`, and reads always return the `state_type` .
|
@@ -3080,6 +3099,13 @@ module Google
|
|
3080
3099
|
# @return [Array<Google::Apis::BigtableadminV2::Operation>]
|
3081
3100
|
attr_accessor :operations
|
3082
3101
|
|
3102
|
+
# Unordered list. Unreachable resources. Populated when the request sets `
|
3103
|
+
# ListOperationsRequest.return_partial_success` and reads across collections e.g.
|
3104
|
+
# when attempting to list all resources across all supported locations.
|
3105
|
+
# Corresponds to the JSON property `unreachable`
|
3106
|
+
# @return [Array<String>]
|
3107
|
+
attr_accessor :unreachable
|
3108
|
+
|
3083
3109
|
def initialize(**args)
|
3084
3110
|
update!(**args)
|
3085
3111
|
end
|
@@ -3088,6 +3114,7 @@ module Google
|
|
3088
3114
|
def update!(**args)
|
3089
3115
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
3090
3116
|
@operations = args[:operations] if args.key?(:operations)
|
3117
|
+
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
3091
3118
|
end
|
3092
3119
|
end
|
3093
3120
|
|
@@ -3235,6 +3262,15 @@ module Google
|
|
3235
3262
|
class MaterializedView
|
3236
3263
|
include Google::Apis::Core::Hashable
|
3237
3264
|
|
3265
|
+
# Output only. Map from cluster ID to per-cluster materialized view state. If it
|
3266
|
+
# could not be determined whether or not the materialized view has data in a
|
3267
|
+
# particular cluster (for example, if its zone is unavailable), then there will
|
3268
|
+
# be an entry for the cluster with `STATE_NOT_KNOWN` state. Views: `
|
3269
|
+
# REPLICATION_VIEW`, `FULL`.
|
3270
|
+
# Corresponds to the JSON property `clusterStates`
|
3271
|
+
# @return [Hash<String,Google::Apis::BigtableadminV2::GoogleBigtableAdminV2MaterializedViewClusterState>]
|
3272
|
+
attr_accessor :cluster_states
|
3273
|
+
|
3238
3274
|
# Set to true to make the MaterializedView protected against deletion. Views: `
|
3239
3275
|
# SCHEMA_VIEW`, `REPLICATION_VIEW`, `FULL`.
|
3240
3276
|
# Corresponds to the JSON property `deletionProtection`
|
@@ -3269,6 +3305,7 @@ module Google
|
|
3269
3305
|
|
3270
3306
|
# Update properties of this object
|
3271
3307
|
def update!(**args)
|
3308
|
+
@cluster_states = args[:cluster_states] if args.key?(:cluster_states)
|
3272
3309
|
@deletion_protection = args[:deletion_protection] if args.key?(:deletion_protection)
|
3273
3310
|
@etag = args[:etag] if args.key?(:etag)
|
3274
3311
|
@name = args[:name] if args.key?(:name)
|
@@ -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.79.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 = "20251012"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -310,6 +310,12 @@ module Google
|
|
310
310
|
include Google::Apis::Core::JsonObjectSupport
|
311
311
|
end
|
312
312
|
|
313
|
+
class GoogleBigtableAdminV2MaterializedViewClusterState
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
313
319
|
class GoogleBigtableAdminV2TypeAggregate
|
314
320
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
321
|
|
@@ -1331,6 +1337,13 @@ module Google
|
|
1331
1337
|
end
|
1332
1338
|
end
|
1333
1339
|
|
1340
|
+
class GoogleBigtableAdminV2MaterializedViewClusterState
|
1341
|
+
# @private
|
1342
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1343
|
+
property :replication_state, as: 'replicationState'
|
1344
|
+
end
|
1345
|
+
end
|
1346
|
+
|
1334
1347
|
class GoogleBigtableAdminV2TypeAggregate
|
1335
1348
|
# @private
|
1336
1349
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1709,6 +1722,7 @@ module Google
|
|
1709
1722
|
property :next_page_token, as: 'nextPageToken'
|
1710
1723
|
collection :operations, as: 'operations', class: Google::Apis::BigtableadminV2::Operation, decorator: Google::Apis::BigtableadminV2::Operation::Representation
|
1711
1724
|
|
1725
|
+
collection :unreachable, as: 'unreachable'
|
1712
1726
|
end
|
1713
1727
|
end
|
1714
1728
|
|
@@ -1754,6 +1768,8 @@ module Google
|
|
1754
1768
|
class MaterializedView
|
1755
1769
|
# @private
|
1756
1770
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1771
|
+
hash :cluster_states, as: 'clusterStates', class: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2MaterializedViewClusterState, decorator: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2MaterializedViewClusterState::Representation
|
1772
|
+
|
1757
1773
|
property :deletion_protection, as: 'deletionProtection'
|
1758
1774
|
property :etag, as: 'etag'
|
1759
1775
|
property :name, as: 'name'
|
@@ -92,6 +92,13 @@ module Google
|
|
92
92
|
# The standard list page size.
|
93
93
|
# @param [String] page_token
|
94
94
|
# The standard list page token.
|
95
|
+
# @param [Boolean] return_partial_success
|
96
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
97
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
98
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
99
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
100
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
101
|
+
# explicitly documented otherwise in service or product specific documentation.
|
95
102
|
# @param [String] fields
|
96
103
|
# Selector specifying which fields to include in a partial response.
|
97
104
|
# @param [String] quota_user
|
@@ -109,7 +116,7 @@ module Google
|
|
109
116
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
110
117
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
111
118
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
112
|
-
def list_operation_project_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
119
|
+
def list_operation_project_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
113
120
|
command = make_simple_command(:get, 'v2/{+name}/operations', options)
|
114
121
|
command.response_representation = Google::Apis::BigtableadminV2::ListOperationsResponse::Representation
|
115
122
|
command.response_class = Google::Apis::BigtableadminV2::ListOperationsResponse
|
@@ -117,6 +124,7 @@ module Google
|
|
117
124
|
command.query['filter'] = filter unless filter.nil?
|
118
125
|
command.query['pageSize'] = page_size unless page_size.nil?
|
119
126
|
command.query['pageToken'] = page_token unless page_token.nil?
|
127
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
120
128
|
command.query['fields'] = fields unless fields.nil?
|
121
129
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
122
130
|
execute_or_queue_command(command, &block)
|
@@ -1644,6 +1652,9 @@ module Google
|
|
1644
1652
|
# Required. The unique name of the requested materialized view. Values are of
|
1645
1653
|
# the form `projects/`project`/instances/`instance`/materializedViews/`
|
1646
1654
|
# materialized_view``.
|
1655
|
+
# @param [String] view
|
1656
|
+
# Optional. Describes which of the materialized view's fields should be
|
1657
|
+
# populated in the response. Defaults to SCHEMA_VIEW.
|
1647
1658
|
# @param [String] fields
|
1648
1659
|
# Selector specifying which fields to include in a partial response.
|
1649
1660
|
# @param [String] quota_user
|
@@ -1661,11 +1672,12 @@ module Google
|
|
1661
1672
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1662
1673
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1663
1674
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1664
|
-
def get_project_instance_materialized_view(name, fields: nil, quota_user: nil, options: nil, &block)
|
1675
|
+
def get_project_instance_materialized_view(name, view: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1665
1676
|
command = make_simple_command(:get, 'v2/{+name}', options)
|
1666
1677
|
command.response_representation = Google::Apis::BigtableadminV2::MaterializedView::Representation
|
1667
1678
|
command.response_class = Google::Apis::BigtableadminV2::MaterializedView
|
1668
1679
|
command.params['name'] = name unless name.nil?
|
1680
|
+
command.query['view'] = view unless view.nil?
|
1669
1681
|
command.query['fields'] = fields unless fields.nil?
|
1670
1682
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1671
1683
|
execute_or_queue_command(command, &block)
|
@@ -1720,6 +1732,10 @@ module Google
|
|
1720
1732
|
# Provide this to retrieve the subsequent page. When paginating, all other
|
1721
1733
|
# parameters provided to `ListMaterializedViews` must match the call that
|
1722
1734
|
# provided the page token.
|
1735
|
+
# @param [String] view
|
1736
|
+
# Optional. Describes which of the materialized view's fields should be
|
1737
|
+
# populated in the response. For now, only the default value SCHEMA_VIEW is
|
1738
|
+
# supported.
|
1723
1739
|
# @param [String] fields
|
1724
1740
|
# Selector specifying which fields to include in a partial response.
|
1725
1741
|
# @param [String] quota_user
|
@@ -1737,13 +1753,14 @@ module Google
|
|
1737
1753
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1738
1754
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1739
1755
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1740
|
-
def list_project_instance_materialized_views(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1756
|
+
def list_project_instance_materialized_views(parent, page_size: nil, page_token: nil, view: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1741
1757
|
command = make_simple_command(:get, 'v2/{+parent}/materializedViews', options)
|
1742
1758
|
command.response_representation = Google::Apis::BigtableadminV2::ListMaterializedViewsResponse::Representation
|
1743
1759
|
command.response_class = Google::Apis::BigtableadminV2::ListMaterializedViewsResponse
|
1744
1760
|
command.params['parent'] = parent unless parent.nil?
|
1745
1761
|
command.query['pageSize'] = page_size unless page_size.nil?
|
1746
1762
|
command.query['pageToken'] = page_token unless page_token.nil?
|
1763
|
+
command.query['view'] = view unless view.nil?
|
1747
1764
|
command.query['fields'] = fields unless fields.nil?
|
1748
1765
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1749
1766
|
execute_or_queue_command(command, &block)
|
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.79.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.79.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:
|