google-cloud-chronicle-v1 0.8.0 → 0.9.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/chronicle/v1/findings_refinement_pb.rb +50 -0
- data/lib/google/cloud/chronicle/v1/findings_refinement_service/client.rb +1331 -0
- data/lib/google/cloud/chronicle/v1/findings_refinement_service/credentials.rb +49 -0
- data/lib/google/cloud/chronicle/v1/findings_refinement_service/paths.rb +159 -0
- data/lib/google/cloud/chronicle/v1/findings_refinement_service/rest/client.rb +1225 -0
- data/lib/google/cloud/chronicle/v1/findings_refinement_service/rest/service_stub.rb +635 -0
- data/lib/google/cloud/chronicle/v1/findings_refinement_service/rest.rb +54 -0
- data/lib/google/cloud/chronicle/v1/findings_refinement_service.rb +57 -0
- data/lib/google/cloud/chronicle/v1/findings_refinement_services_pb.rb +63 -0
- data/lib/google/cloud/chronicle/v1/rest.rb +1 -0
- data/lib/google/cloud/chronicle/v1/version.rb +1 -1
- data/lib/google/cloud/chronicle/v1.rb +1 -0
- data/proto_docs/google/cloud/chronicle/v1/findings_refinement.rb +439 -0
- metadata +11 -1
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-chronicle-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.9.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -117,6 +117,15 @@ files:
|
|
|
117
117
|
- lib/google/cloud/chronicle/v1/featured_content_native_dashboard_service/rest/client.rb
|
|
118
118
|
- lib/google/cloud/chronicle/v1/featured_content_native_dashboard_service/rest/service_stub.rb
|
|
119
119
|
- lib/google/cloud/chronicle/v1/featured_content_native_dashboard_services_pb.rb
|
|
120
|
+
- lib/google/cloud/chronicle/v1/findings_refinement_pb.rb
|
|
121
|
+
- lib/google/cloud/chronicle/v1/findings_refinement_service.rb
|
|
122
|
+
- lib/google/cloud/chronicle/v1/findings_refinement_service/client.rb
|
|
123
|
+
- lib/google/cloud/chronicle/v1/findings_refinement_service/credentials.rb
|
|
124
|
+
- lib/google/cloud/chronicle/v1/findings_refinement_service/paths.rb
|
|
125
|
+
- lib/google/cloud/chronicle/v1/findings_refinement_service/rest.rb
|
|
126
|
+
- lib/google/cloud/chronicle/v1/findings_refinement_service/rest/client.rb
|
|
127
|
+
- lib/google/cloud/chronicle/v1/findings_refinement_service/rest/service_stub.rb
|
|
128
|
+
- lib/google/cloud/chronicle/v1/findings_refinement_services_pb.rb
|
|
120
129
|
- lib/google/cloud/chronicle/v1/instance_pb.rb
|
|
121
130
|
- lib/google/cloud/chronicle/v1/instance_service.rb
|
|
122
131
|
- lib/google/cloud/chronicle/v1/instance_service/client.rb
|
|
@@ -179,6 +188,7 @@ files:
|
|
|
179
188
|
- proto_docs/google/cloud/chronicle/v1/entity.rb
|
|
180
189
|
- proto_docs/google/cloud/chronicle/v1/featured_content_metadata.rb
|
|
181
190
|
- proto_docs/google/cloud/chronicle/v1/featured_content_native_dashboard.rb
|
|
191
|
+
- proto_docs/google/cloud/chronicle/v1/findings_refinement.rb
|
|
182
192
|
- proto_docs/google/cloud/chronicle/v1/instance.rb
|
|
183
193
|
- proto_docs/google/cloud/chronicle/v1/native_dashboard.rb
|
|
184
194
|
- proto_docs/google/cloud/chronicle/v1/reference_list.rb
|