google-cloud-storage-control-v2 1.5.0 → 1.6.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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-storage-control-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: '1.0'
18
+ version: '1.1'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: '1.0'
25
+ version: '1.1'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: google-cloud-errors
28
28
  requirement: !ruby/object:Gem::Requirement
@@ -37,6 +37,20 @@ dependencies:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
39
  version: '1.0'
40
+ - !ruby/object:Gem::Dependency
41
+ name: grpc-google-iam-v1
42
+ requirement: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - "~>"
45
+ - !ruby/object:Gem::Version
46
+ version: '1.11'
47
+ type: :runtime
48
+ prerelease: false
49
+ version_requirements: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - "~>"
52
+ - !ruby/object:Gem::Version
53
+ version: '1.11'
40
54
  description: The Google Cloud Storage API allows applications to read and write data
41
55
  through the abstractions of buckets and objects, which are similar to directories
42
56
  and files except that buckets cannot contain other buckets, and directory-level
@@ -67,6 +81,14 @@ files:
67
81
  - lib/google/cloud/storage/control/v2/storage_control/rest/client.rb
68
82
  - lib/google/cloud/storage/control/v2/storage_control/rest/service_stub.rb
69
83
  - lib/google/cloud/storage/control/v2/version.rb
84
+ - lib/google/iam/v1.rb
85
+ - lib/google/iam/v1/iam_policy.rb
86
+ - lib/google/iam/v1/iam_policy/client.rb
87
+ - lib/google/iam/v1/iam_policy/credentials.rb
88
+ - lib/google/iam/v1/iam_policy/rest.rb
89
+ - lib/google/iam/v1/iam_policy/rest/client.rb
90
+ - lib/google/iam/v1/iam_policy/rest/service_stub.rb
91
+ - lib/google/iam/v1/rest.rb
70
92
  - lib/google/storage/control/v2/storage_control_pb.rb
71
93
  - lib/google/storage/control/v2/storage_control_services_pb.rb
72
94
  - proto_docs/README.md
@@ -76,6 +98,9 @@ files:
76
98
  - proto_docs/google/api/launch_stage.rb
77
99
  - proto_docs/google/api/resource.rb
78
100
  - proto_docs/google/api/routing.rb
101
+ - proto_docs/google/iam/v1/iam_policy.rb
102
+ - proto_docs/google/iam/v1/options.rb
103
+ - proto_docs/google/iam/v1/policy.rb
79
104
  - proto_docs/google/longrunning/operations.rb
80
105
  - proto_docs/google/protobuf/any.rb
81
106
  - proto_docs/google/protobuf/duration.rb
@@ -84,6 +109,7 @@ files:
84
109
  - proto_docs/google/protobuf/timestamp.rb
85
110
  - proto_docs/google/rpc/status.rb
86
111
  - proto_docs/google/storage/control/v2/storage_control.rb
112
+ - proto_docs/google/type/expr.rb
87
113
  homepage: https://github.com/googleapis/google-cloud-ruby
88
114
  licenses:
89
115
  - Apache-2.0