google-cloud-storage_insights-v1 1.1.0 → 1.3.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/lib/google/cloud/storage_insights/v1/bindings_override.rb +2 -29
- data/lib/google/cloud/storage_insights/v1/storage_insights/client.rb +969 -171
- data/lib/google/cloud/storage_insights/v1/storage_insights/operations.rb +813 -0
- data/lib/google/cloud/storage_insights/v1/storage_insights/paths.rb +19 -0
- data/lib/google/cloud/storage_insights/v1/storage_insights/rest/client.rb +749 -0
- data/lib/google/cloud/storage_insights/v1/storage_insights/rest/operations.rb +914 -0
- data/lib/google/cloud/storage_insights/v1/storage_insights/rest/service_stub.rb +431 -0
- data/lib/google/cloud/storage_insights/v1/storage_insights/rest.rb +1 -0
- data/lib/google/cloud/storage_insights/v1/storage_insights.rb +1 -0
- data/lib/google/cloud/storage_insights/v1/version.rb +1 -1
- data/lib/google/cloud/storageinsights/v1/storageinsights_pb.rb +25 -1
- data/lib/google/cloud/storageinsights/v1/storageinsights_services_pb.rb +15 -0
- data/proto_docs/google/cloud/storageinsights/v1/storageinsights.rb +493 -1
- data/proto_docs/google/longrunning/operations.rb +173 -0
- metadata +7 -4
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-storage_insights-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.3.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.
|
18
|
+
version: '1.2'
|
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.
|
25
|
+
version: '1.2'
|
26
26
|
- !ruby/object:Gem::Dependency
|
27
27
|
name: google-cloud-errors
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
@@ -71,9 +71,11 @@ files:
|
|
71
71
|
- lib/google/cloud/storage_insights/v1/storage_insights.rb
|
72
72
|
- lib/google/cloud/storage_insights/v1/storage_insights/client.rb
|
73
73
|
- lib/google/cloud/storage_insights/v1/storage_insights/credentials.rb
|
74
|
+
- lib/google/cloud/storage_insights/v1/storage_insights/operations.rb
|
74
75
|
- lib/google/cloud/storage_insights/v1/storage_insights/paths.rb
|
75
76
|
- lib/google/cloud/storage_insights/v1/storage_insights/rest.rb
|
76
77
|
- lib/google/cloud/storage_insights/v1/storage_insights/rest/client.rb
|
78
|
+
- lib/google/cloud/storage_insights/v1/storage_insights/rest/operations.rb
|
77
79
|
- lib/google/cloud/storage_insights/v1/storage_insights/rest/service_stub.rb
|
78
80
|
- lib/google/cloud/storage_insights/v1/version.rb
|
79
81
|
- lib/google/cloud/storageinsights/v1/storageinsights_pb.rb
|
@@ -84,6 +86,7 @@ files:
|
|
84
86
|
- proto_docs/google/api/launch_stage.rb
|
85
87
|
- proto_docs/google/api/resource.rb
|
86
88
|
- proto_docs/google/cloud/storageinsights/v1/storageinsights.rb
|
89
|
+
- proto_docs/google/longrunning/operations.rb
|
87
90
|
- proto_docs/google/protobuf/any.rb
|
88
91
|
- proto_docs/google/protobuf/duration.rb
|
89
92
|
- proto_docs/google/protobuf/empty.rb
|
@@ -110,7 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
110
113
|
- !ruby/object:Gem::Version
|
111
114
|
version: '0'
|
112
115
|
requirements: []
|
113
|
-
rubygems_version: 3.6.
|
116
|
+
rubygems_version: 3.6.9
|
114
117
|
specification_version: 4
|
115
118
|
summary: Provides insights capability on Google Cloud Storage.
|
116
119
|
test_files: []
|