streamdal-protos 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/sp_sdk_pb.rb +1 -5
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aa058a9d9c99e443d8278011676f233817854797cf1d6356b3e20fa7150c4586
|
4
|
+
data.tar.gz: c7fa819db2379c43f30a0bcd1242974fb555335cd72e2a52932c01e0ed6d820a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 23ec7f11e2dba3258460919013aa71db49e26b40587c5169787496f3d9e636f509abdf03a494c843e58336a6bdc5ec3a4443a277a60d8d69b27be7abbb87b967
|
7
|
+
data.tar.gz: 3d11bf07de052f7a0963c869da53b5b49b5ee0f174f6263e8427a6744077ec296f0bbb8f39cb55305b1bdb0624b1027f6908c05304618cd2a86f97738d912243
|
data/lib/sp_sdk_pb.rb
CHANGED
@@ -7,11 +7,8 @@ require 'sp_pipeline_pb'
|
|
7
7
|
|
8
8
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
9
9
|
add_file("sp_sdk.proto", :syntax => :proto3) do
|
10
|
-
add_message "protos.Payload" do
|
11
|
-
optional :bytes, :bytes, 1
|
12
|
-
end
|
13
10
|
add_message "protos.SDKResponse" do
|
14
|
-
optional :data, :
|
11
|
+
optional :data, :bytes, 1
|
15
12
|
optional :status, :enum, 2, "protos.ExecStatus"
|
16
13
|
proto3_optional :status_message, :string, 3
|
17
14
|
repeated :pipeline_status, :message, 4, "protos.PipelineStatus"
|
@@ -39,7 +36,6 @@ end
|
|
39
36
|
|
40
37
|
module Streamdal
|
41
38
|
module Protos
|
42
|
-
Payload = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("protos.Payload").msgclass
|
43
39
|
SDKResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("protos.SDKResponse").msgclass
|
44
40
|
PipelineStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("protos.PipelineStatus").msgclass
|
45
41
|
StepStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("protos.StepStatus").msgclass
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: streamdal-protos
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mark Gregan
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-03-
|
11
|
+
date: 2024-03-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: grpc
|