google-apis-bigtableadmin_v2 0.76.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: 5a4eed6c70ea024dd3ab0ddf1414ef0c17bef479df8eaabffa6965484599b910
4
- data.tar.gz: 2c5ce9cb651fa3bc6dc200629b51e1e5318985f78ba3c427e191c22cc045b16f
3
+ metadata.gz: a3d88e6c45c9d3a83661cd25c92a0756a17121bcd4abdb60de457c5e83f10911
4
+ data.tar.gz: f34780ace1a9befeb575d51ed8ae00bcf76c89c4f2311d9b50b8dfe6ca9e29a4
5
5
  SHA512:
6
- metadata.gz: b0670ee0b6851d5f242b91e4c2f303bc7b7567cfa1c1e5a870af7b570942efd422dff802b6b651257dc2a2d7a580db8a5b55cc9f913cd2ba5adf5611215438ec
7
- data.tar.gz: 1bbf52aa54b85ef9f2d507de04207afdfd1dfe19c87c61eb6ba96f036db9c09b1e87afd064f8b03e735d02f2f252dcd03d39eeb6e032c22959d028c3dc374307
6
+ metadata.gz: 6a0ea3b87caa63389e3b2f2036b666042829c1fec9a3f3099e3bd3239c0b93a6beb2a393bf1e871d23c72978df34506c892f145ba8cc529f1bd257f448b66967
7
+ data.tar.gz: 7cab32cf8b42b6046c45d376c4aad7fe0cf9120b30bfba9c782856c973de1d0ca283c09f0f491cbfd0c4bcd84107169464c0b718a27c4fc014e2d1fe516370fb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.76.0 (2025-08-31)
4
8
 
5
9
  * Regenerated from discovery document revision 20250821
@@ -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.76.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 = "20250821"
25
+ REVISION = "20250828"
26
26
  end
27
27
  end
28
28
  end
@@ -1752,7 +1752,8 @@ module Google
1752
1752
  # Updates a materialized view within an instance.
1753
1753
  # @param [String] name
1754
1754
  # Identifier. The unique name of the materialized view. Format: `projects/`
1755
- # project`/instances/`instance`/materializedViews/`materialized_view``
1755
+ # project`/instances/`instance`/materializedViews/`materialized_view`` Views: `
1756
+ # SCHEMA_VIEW`, `REPLICATION_VIEW`, `FULL`.
1756
1757
  # @param [Google::Apis::BigtableadminV2::MaterializedView] materialized_view_object
1757
1758
  # @param [String] update_mask
1758
1759
  # Optional. The list of fields to update.
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.76.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.76.0
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: