google-cloud-spanner-admin-instance-v1 2.0.1 → 2.2.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 +4 -4
- data/README.md +1 -2
- data/lib/google/cloud/spanner/admin/instance/v1/instance_admin/client.rb +2 -2
- data/lib/google/cloud/spanner/admin/instance/v1/instance_admin/rest/client.rb +2 -2
- data/lib/google/cloud/spanner/admin/instance/v1/instance_admin/rest/operations.rb +112 -0
- data/lib/google/cloud/spanner/admin/instance/v1/version.rb +1 -1
- data/proto_docs/google/iam/v1/policy.rb +1 -1
- metadata +11 -16
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 18489c4194fcfa2273d6353c35bf0eebca1d2937cba2e2a7b0da0a5365bb9a3e
|
4
|
+
data.tar.gz: b72a05fc7fe949f68359467040494d51383b9c17a6c134f298085884ebedced5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 57dc1c15f07d95573a40f7a8227091ec4e87c9ff5eb213662fc774b755fe6c2419576b1baf98b7da3d1ba63054345c5a9452d84d8ebbbe32761f208f9fea9197
|
7
|
+
data.tar.gz: 44db536abd0c174371b663cd5b0adcd4664ce3b7b950a7b92da981fd13bea0d561a1be20963cfe7371356a8c666dee99547026d7bc3fa8b828f28a30a105ec00
|
data/README.md
CHANGED
@@ -1,9 +1,8 @@
|
|
1
1
|
# Ruby Client for the Cloud Spanner Instance Admin V1 API
|
2
2
|
|
3
|
-
API Client library for the Cloud Spanner Instance Admin V1 API
|
4
|
-
|
5
3
|
Cloud Spanner is a managed, mission-critical, globally consistent and scalable relational database service.
|
6
4
|
|
5
|
+
|
7
6
|
https://github.com/googleapis/google-cloud-ruby
|
8
7
|
|
9
8
|
This gem is a _versioned_ client. It provides basic client classes for a
|
@@ -1713,7 +1713,7 @@ module Google
|
|
1713
1713
|
# existing policy.
|
1714
1714
|
#
|
1715
1715
|
# Authorization requires `spanner.instances.setIamPolicy` on
|
1716
|
-
#
|
1716
|
+
# [resource][google.iam.v1.SetIamPolicyRequest.resource].
|
1717
1717
|
#
|
1718
1718
|
# @overload set_iam_policy(request, options = nil)
|
1719
1719
|
# Pass arguments to `set_iam_policy` via a request object, either of type
|
@@ -1814,7 +1814,7 @@ module Google
|
|
1814
1814
|
# policy if an instance exists but does not have a policy set.
|
1815
1815
|
#
|
1816
1816
|
# Authorization requires `spanner.instances.getIamPolicy` on
|
1817
|
-
#
|
1817
|
+
# [resource][google.iam.v1.GetIamPolicyRequest.resource].
|
1818
1818
|
#
|
1819
1819
|
# @overload get_iam_policy(request, options = nil)
|
1820
1820
|
# Pass arguments to `get_iam_policy` via a request object, either of type
|
@@ -1621,7 +1621,7 @@ module Google
|
|
1621
1621
|
# existing policy.
|
1622
1622
|
#
|
1623
1623
|
# Authorization requires `spanner.instances.setIamPolicy` on
|
1624
|
-
#
|
1624
|
+
# [resource][google.iam.v1.SetIamPolicyRequest.resource].
|
1625
1625
|
#
|
1626
1626
|
# @overload set_iam_policy(request, options = nil)
|
1627
1627
|
# Pass arguments to `set_iam_policy` via a request object, either of type
|
@@ -1715,7 +1715,7 @@ module Google
|
|
1715
1715
|
# policy if an instance exists but does not have a policy set.
|
1716
1716
|
#
|
1717
1717
|
# Authorization requires `spanner.instances.getIamPolicy` on
|
1718
|
-
#
|
1718
|
+
# [resource][google.iam.v1.GetIamPolicyRequest.resource].
|
1719
1719
|
#
|
1720
1720
|
# @overload get_iam_policy(request, options = nil)
|
1721
1721
|
# Pass arguments to `get_iam_policy` via a request object, either of type
|
@@ -848,6 +848,34 @@ module Google
|
|
848
848
|
["name", %r{^projects/[^/]+/instances/[^/]+/operations/?$}, false]
|
849
849
|
]
|
850
850
|
)
|
851
|
+
.with_bindings(
|
852
|
+
uri_method: :get,
|
853
|
+
uri_template: "/v1/{name}",
|
854
|
+
matches: [
|
855
|
+
["name", %r{^projects/[^/]+/instances/[^/]+/backups/[^/]+/operations/?$}, false]
|
856
|
+
]
|
857
|
+
)
|
858
|
+
.with_bindings(
|
859
|
+
uri_method: :get,
|
860
|
+
uri_template: "/v1/{name}",
|
861
|
+
matches: [
|
862
|
+
["name", %r{^projects/[^/]+/instances/[^/]+/instancePartitions/[^/]+/operations/?$}, false]
|
863
|
+
]
|
864
|
+
)
|
865
|
+
.with_bindings(
|
866
|
+
uri_method: :get,
|
867
|
+
uri_template: "/v1/{name}",
|
868
|
+
matches: [
|
869
|
+
["name", %r{^projects/[^/]+/instanceConfigs/[^/]+/operations/?$}, false]
|
870
|
+
]
|
871
|
+
)
|
872
|
+
.with_bindings(
|
873
|
+
uri_method: :get,
|
874
|
+
uri_template: "/v1/{name}",
|
875
|
+
matches: [
|
876
|
+
["name", %r{^projects/[^/]+/instanceConfigs/[^/]+/ssdCaches/[^/]+/operations/?$}, false]
|
877
|
+
]
|
878
|
+
)
|
851
879
|
transcoder.transcode request_pb
|
852
880
|
end
|
853
881
|
|
@@ -876,6 +904,34 @@ module Google
|
|
876
904
|
["name", %r{^projects/[^/]+/instances/[^/]+/operations/[^/]+/?$}, false]
|
877
905
|
]
|
878
906
|
)
|
907
|
+
.with_bindings(
|
908
|
+
uri_method: :get,
|
909
|
+
uri_template: "/v1/{name}",
|
910
|
+
matches: [
|
911
|
+
["name", %r{^projects/[^/]+/instances/[^/]+/backups/[^/]+/operations/[^/]+/?$}, false]
|
912
|
+
]
|
913
|
+
)
|
914
|
+
.with_bindings(
|
915
|
+
uri_method: :get,
|
916
|
+
uri_template: "/v1/{name}",
|
917
|
+
matches: [
|
918
|
+
["name", %r{^projects/[^/]+/instances/[^/]+/instancePartitions/[^/]+/operations/[^/]+/?$}, false]
|
919
|
+
]
|
920
|
+
)
|
921
|
+
.with_bindings(
|
922
|
+
uri_method: :get,
|
923
|
+
uri_template: "/v1/{name}",
|
924
|
+
matches: [
|
925
|
+
["name", %r{^projects/[^/]+/instanceConfigs/[^/]+/operations/[^/]+/?$}, false]
|
926
|
+
]
|
927
|
+
)
|
928
|
+
.with_bindings(
|
929
|
+
uri_method: :get,
|
930
|
+
uri_template: "/v1/{name}",
|
931
|
+
matches: [
|
932
|
+
["name", %r{^projects/[^/]+/instanceConfigs/[^/]+/ssdCaches/[^/]+/operations/[^/]+/?$}, false]
|
933
|
+
]
|
934
|
+
)
|
879
935
|
transcoder.transcode request_pb
|
880
936
|
end
|
881
937
|
|
@@ -904,6 +960,34 @@ module Google
|
|
904
960
|
["name", %r{^projects/[^/]+/instances/[^/]+/operations/[^/]+/?$}, false]
|
905
961
|
]
|
906
962
|
)
|
963
|
+
.with_bindings(
|
964
|
+
uri_method: :delete,
|
965
|
+
uri_template: "/v1/{name}",
|
966
|
+
matches: [
|
967
|
+
["name", %r{^projects/[^/]+/instances/[^/]+/backups/[^/]+/operations/[^/]+/?$}, false]
|
968
|
+
]
|
969
|
+
)
|
970
|
+
.with_bindings(
|
971
|
+
uri_method: :delete,
|
972
|
+
uri_template: "/v1/{name}",
|
973
|
+
matches: [
|
974
|
+
["name", %r{^projects/[^/]+/instances/[^/]+/instancePartitions/[^/]+/operations/[^/]+/?$}, false]
|
975
|
+
]
|
976
|
+
)
|
977
|
+
.with_bindings(
|
978
|
+
uri_method: :delete,
|
979
|
+
uri_template: "/v1/{name}",
|
980
|
+
matches: [
|
981
|
+
["name", %r{^projects/[^/]+/instanceConfigs/[^/]+/operations/[^/]+/?$}, false]
|
982
|
+
]
|
983
|
+
)
|
984
|
+
.with_bindings(
|
985
|
+
uri_method: :delete,
|
986
|
+
uri_template: "/v1/{name}",
|
987
|
+
matches: [
|
988
|
+
["name", %r{^projects/[^/]+/instanceConfigs/[^/]+/ssdCaches/[^/]+/operations/[^/]+/?$}, false]
|
989
|
+
]
|
990
|
+
)
|
907
991
|
transcoder.transcode request_pb
|
908
992
|
end
|
909
993
|
|
@@ -932,6 +1016,34 @@ module Google
|
|
932
1016
|
["name", %r{^projects/[^/]+/instances/[^/]+/operations/[^/]+/?$}, false]
|
933
1017
|
]
|
934
1018
|
)
|
1019
|
+
.with_bindings(
|
1020
|
+
uri_method: :post,
|
1021
|
+
uri_template: "/v1/{name}:cancel",
|
1022
|
+
matches: [
|
1023
|
+
["name", %r{^projects/[^/]+/instances/[^/]+/backups/[^/]+/operations/[^/]+/?$}, false]
|
1024
|
+
]
|
1025
|
+
)
|
1026
|
+
.with_bindings(
|
1027
|
+
uri_method: :post,
|
1028
|
+
uri_template: "/v1/{name}:cancel",
|
1029
|
+
matches: [
|
1030
|
+
["name", %r{^projects/[^/]+/instances/[^/]+/instancePartitions/[^/]+/operations/[^/]+/?$}, false]
|
1031
|
+
]
|
1032
|
+
)
|
1033
|
+
.with_bindings(
|
1034
|
+
uri_method: :post,
|
1035
|
+
uri_template: "/v1/{name}:cancel",
|
1036
|
+
matches: [
|
1037
|
+
["name", %r{^projects/[^/]+/instanceConfigs/[^/]+/operations/[^/]+/?$}, false]
|
1038
|
+
]
|
1039
|
+
)
|
1040
|
+
.with_bindings(
|
1041
|
+
uri_method: :post,
|
1042
|
+
uri_template: "/v1/{name}:cancel",
|
1043
|
+
matches: [
|
1044
|
+
["name", %r{^projects/[^/]+/instanceConfigs/[^/]+/ssdCaches/[^/]+/operations/[^/]+/?$}, false]
|
1045
|
+
]
|
1046
|
+
)
|
935
1047
|
transcoder.transcode request_pb
|
936
1048
|
end
|
937
1049
|
end
|
@@ -313,7 +313,7 @@ module Google
|
|
313
313
|
# Specifies the identities that do not cause logging for this type of
|
314
314
|
# permission.
|
315
315
|
# Follows the same format of
|
316
|
-
#
|
316
|
+
# [Binding.members][google.iam.v1.Binding.members].
|
317
317
|
class AuditLogConfig
|
318
318
|
include ::Google::Protobuf::MessageExts
|
319
319
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-spanner-admin-instance-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0
|
4
|
+
version: 2.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -13,22 +13,16 @@ dependencies:
|
|
13
13
|
name: gapic-common
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
15
15
|
requirements:
|
16
|
-
- - "
|
17
|
-
- !ruby/object:Gem::Version
|
18
|
-
version: 0.25.0
|
19
|
-
- - "<"
|
16
|
+
- - "~>"
|
20
17
|
- !ruby/object:Gem::Version
|
21
|
-
version: 2
|
18
|
+
version: '1.2'
|
22
19
|
type: :runtime
|
23
20
|
prerelease: false
|
24
21
|
version_requirements: !ruby/object:Gem::Requirement
|
25
22
|
requirements:
|
26
|
-
- - "
|
27
|
-
- !ruby/object:Gem::Version
|
28
|
-
version: 0.25.0
|
29
|
-
- - "<"
|
23
|
+
- - "~>"
|
30
24
|
- !ruby/object:Gem::Version
|
31
|
-
version: 2
|
25
|
+
version: '1.2'
|
32
26
|
- !ruby/object:Gem::Dependency
|
33
27
|
name: google-cloud-errors
|
34
28
|
requirement: !ruby/object:Gem::Requirement
|
@@ -49,14 +43,14 @@ dependencies:
|
|
49
43
|
requirements:
|
50
44
|
- - "~>"
|
51
45
|
- !ruby/object:Gem::Version
|
52
|
-
version: '1.
|
46
|
+
version: '1.11'
|
53
47
|
type: :runtime
|
54
48
|
prerelease: false
|
55
49
|
version_requirements: !ruby/object:Gem::Requirement
|
56
50
|
requirements:
|
57
51
|
- - "~>"
|
58
52
|
- !ruby/object:Gem::Version
|
59
|
-
version: '1.
|
53
|
+
version: '1.11'
|
60
54
|
description: Cloud Spanner is a managed, mission-critical, globally consistent and
|
61
55
|
scalable relational database service. Note that google-cloud-spanner-admin-instance-v1
|
62
56
|
is a version-specific client library. For most uses, we recommend installing the
|
@@ -115,14 +109,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
115
109
|
requirements:
|
116
110
|
- - ">="
|
117
111
|
- !ruby/object:Gem::Version
|
118
|
-
version: '3.
|
112
|
+
version: '3.1'
|
119
113
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
120
114
|
requirements:
|
121
115
|
- - ">="
|
122
116
|
- !ruby/object:Gem::Version
|
123
117
|
version: '0'
|
124
118
|
requirements: []
|
125
|
-
rubygems_version: 3.6.
|
119
|
+
rubygems_version: 3.6.9
|
126
120
|
specification_version: 4
|
127
|
-
summary:
|
121
|
+
summary: Cloud Spanner is a managed, mission-critical, globally consistent and scalable
|
122
|
+
relational database service.
|
128
123
|
test_files: []
|