google-apis-bigtableadmin_v2 0.40.0 → 0.41.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: 252373d0b79a8584a0e2ad080cd911fbb6ddb0a06f45b30ad12effd163997d9d
|
|
4
|
+
data.tar.gz: c3d5ff7981fef4c63f7ebe399c787f85456148a369416c1cfe834957a3f6a798
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0d69ada325359960c18bf36002323903b28a5d25fd4954ee2847afd1d792c4875138d5bde8dec2dab3bc52784969d9b3554be435f8afe51bcd2217b71b8a9f86
|
|
7
|
+
data.tar.gz: 206d00dd29710584a98ab086decf6242beba0cb4909e9020a8b02aac5523c5092b87154cf58e0044bffad933eec5ea2a79858a6b6f0725a9cbcfc487756dd031
|
data/CHANGELOG.md
CHANGED
|
@@ -1835,13 +1835,13 @@ module Google
|
|
|
1835
1835
|
# @return [String]
|
|
1836
1836
|
attr_accessor :name
|
|
1837
1837
|
|
|
1838
|
-
# The normal response of the operation
|
|
1839
|
-
#
|
|
1840
|
-
#
|
|
1841
|
-
#
|
|
1842
|
-
#
|
|
1843
|
-
#
|
|
1844
|
-
#
|
|
1838
|
+
# The normal, successful response of the operation. If the original method
|
|
1839
|
+
# returns no data on success, such as `Delete`, the response is `google.protobuf.
|
|
1840
|
+
# Empty`. If the original method is standard `Get`/`Create`/`Update`, the
|
|
1841
|
+
# response should be the resource. For other methods, the response should have
|
|
1842
|
+
# the type `XxxResponse`, where `Xxx` is the original method name. For example,
|
|
1843
|
+
# if the original method name is `TakeSnapshot()`, the inferred response type is
|
|
1844
|
+
# `TakeSnapshotResponse`.
|
|
1845
1845
|
# Corresponds to the JSON property `response`
|
|
1846
1846
|
# @return [Hash<String,Object>]
|
|
1847
1847
|
attr_accessor :response
|
|
@@ -2016,22 +2016,22 @@ module Google
|
|
|
2016
2016
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
|
2017
2017
|
# the request, the resource, or both. To learn which resources support
|
|
2018
2018
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
|
2019
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
|
2019
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
|
2020
2020
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
|
2021
2021
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
|
2022
2022
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
|
2023
2023
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
|
2024
2024
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
|
2025
2025
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
|
2026
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
|
2027
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
|
2028
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
|
2029
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
|
2030
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
|
2031
|
-
# access description: Does not grant access after Sep 2020
|
|
2032
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
|
2033
|
-
# a description of IAM and its features, see the
|
|
2034
|
-
# cloud.google.com/iam/docs/).
|
|
2026
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
|
2027
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
|
2028
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
|
2029
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
|
2030
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
|
2031
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
|
2032
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
|
2033
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
|
2034
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
|
2035
2035
|
class Policy
|
|
2036
2036
|
include Google::Apis::Core::Hashable
|
|
2037
2037
|
|
|
@@ -2219,22 +2219,22 @@ module Google
|
|
|
2219
2219
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
|
2220
2220
|
# the request, the resource, or both. To learn which resources support
|
|
2221
2221
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
|
2222
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
|
2222
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
|
2223
2223
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
|
2224
2224
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
|
2225
2225
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
|
2226
2226
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
|
2227
2227
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
|
2228
2228
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
|
2229
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
|
2230
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
|
2231
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
|
2232
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
|
2233
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
|
2234
|
-
# access description: Does not grant access after Sep 2020
|
|
2235
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
|
2236
|
-
# a description of IAM and its features, see the
|
|
2237
|
-
# cloud.google.com/iam/docs/).
|
|
2229
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
|
2230
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
|
2231
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
|
2232
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
|
2233
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
|
2234
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
|
2235
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
|
2236
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
|
2237
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
|
2238
2238
|
# Corresponds to the JSON property `policy`
|
|
2239
2239
|
# @return [Google::Apis::BigtableadminV2::Policy]
|
|
2240
2240
|
attr_accessor :policy
|
|
@@ -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.41.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230824"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1063,8 +1063,8 @@ module Google
|
|
|
1063
1063
|
execute_or_queue_command(command, &block)
|
|
1064
1064
|
end
|
|
1065
1065
|
|
|
1066
|
-
# Gets the access control policy for a Table resource. Returns an
|
|
1067
|
-
# if the resource exists but does not have a policy set.
|
|
1066
|
+
# Gets the access control policy for a Table or Backup resource. Returns an
|
|
1067
|
+
# empty policy if the resource exists but does not have a policy set.
|
|
1068
1068
|
# @param [String] resource
|
|
1069
1069
|
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
|
1070
1070
|
# names](https://cloud.google.com/apis/design/resource_names) for the
|
|
@@ -1218,8 +1218,8 @@ module Google
|
|
|
1218
1218
|
execute_or_queue_command(command, &block)
|
|
1219
1219
|
end
|
|
1220
1220
|
|
|
1221
|
-
# Sets the access control policy on a Table resource. Replaces any
|
|
1222
|
-
# policy.
|
|
1221
|
+
# Sets the access control policy on a Table or Backup resource. Replaces any
|
|
1222
|
+
# existing policy.
|
|
1223
1223
|
# @param [String] resource
|
|
1224
1224
|
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
|
1225
1225
|
# names](https://cloud.google.com/apis/design/resource_names) for the
|
|
@@ -1254,7 +1254,8 @@ module Google
|
|
|
1254
1254
|
execute_or_queue_command(command, &block)
|
|
1255
1255
|
end
|
|
1256
1256
|
|
|
1257
|
-
# Returns permissions that the caller has on the specified
|
|
1257
|
+
# Returns permissions that the caller has on the specified Table or Backup
|
|
1258
|
+
# resource.
|
|
1258
1259
|
# @param [String] resource
|
|
1259
1260
|
# REQUIRED: The resource for which the policy detail is being requested. See [
|
|
1260
1261
|
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
|
@@ -1556,8 +1557,8 @@ module Google
|
|
|
1556
1557
|
execute_or_queue_command(command, &block)
|
|
1557
1558
|
end
|
|
1558
1559
|
|
|
1559
|
-
# Gets the access control policy for a Table resource. Returns an
|
|
1560
|
-
# if the resource exists but does not have a policy set.
|
|
1560
|
+
# Gets the access control policy for a Table or Backup resource. Returns an
|
|
1561
|
+
# empty policy if the resource exists but does not have a policy set.
|
|
1561
1562
|
# @param [String] resource
|
|
1562
1563
|
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
|
1563
1564
|
# names](https://cloud.google.com/apis/design/resource_names) for the
|
|
@@ -1757,8 +1758,8 @@ module Google
|
|
|
1757
1758
|
execute_or_queue_command(command, &block)
|
|
1758
1759
|
end
|
|
1759
1760
|
|
|
1760
|
-
# Sets the access control policy on a Table resource. Replaces any
|
|
1761
|
-
# policy.
|
|
1761
|
+
# Sets the access control policy on a Table or Backup resource. Replaces any
|
|
1762
|
+
# existing policy.
|
|
1762
1763
|
# @param [String] resource
|
|
1763
1764
|
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
|
1764
1765
|
# names](https://cloud.google.com/apis/design/resource_names) for the
|
|
@@ -1793,7 +1794,8 @@ module Google
|
|
|
1793
1794
|
execute_or_queue_command(command, &block)
|
|
1794
1795
|
end
|
|
1795
1796
|
|
|
1796
|
-
# Returns permissions that the caller has on the specified
|
|
1797
|
+
# Returns permissions that the caller has on the specified Table or Backup
|
|
1798
|
+
# resource.
|
|
1797
1799
|
# @param [String] resource
|
|
1798
1800
|
# REQUIRED: The resource for which the policy detail is being requested. See [
|
|
1799
1801
|
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.41.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-09-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigtableadmin_v2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-bigtableadmin_v2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-bigtableadmin_v2/v0.41.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigtableadmin_v2
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
requirements: []
|
|
78
|
-
rubygems_version: 3.4.
|
|
78
|
+
rubygems_version: 3.4.19
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Cloud Bigtable Admin API V2
|