Add protos for supporting colored terminal line events
This commit is contained in:
parent
55e89ed372
commit
e96738bf43
@ -1,8 +1,4 @@
|
|||||||
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
||||||
// versions:
|
|
||||||
// - protoc-gen-go-grpc v1.2.0
|
|
||||||
// - protoc v3.19.4
|
|
||||||
// source: proto/ruby_vagrant/ruby-server.proto
|
|
||||||
|
|
||||||
package ruby_vagrant
|
package ruby_vagrant
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -994,6 +994,7 @@ message GetJobStreamResponse {
|
|||||||
string msg = 1;
|
string msg = 1;
|
||||||
string style = 2;
|
string style = 2;
|
||||||
bool disable_new_line = 3;
|
bool disable_new_line = 3;
|
||||||
|
string color = 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
message Raw {
|
message Raw {
|
||||||
|
|||||||
@ -308,6 +308,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|||||||
repeated :lines, :string, 1
|
repeated :lines, :string, 1
|
||||||
optional :style, :enum, 2, "hashicorp.vagrant.sdk.TerminalUI.OutputRequest.Style"
|
optional :style, :enum, 2, "hashicorp.vagrant.sdk.TerminalUI.OutputRequest.Style"
|
||||||
optional :disable_new_line, :bool, 3
|
optional :disable_new_line, :bool, 3
|
||||||
|
optional :color, :string, 4
|
||||||
end
|
end
|
||||||
add_enum "hashicorp.vagrant.sdk.TerminalUI.OutputRequest.Style" do
|
add_enum "hashicorp.vagrant.sdk.TerminalUI.OutputRequest.Style" do
|
||||||
value :HEADER, 0
|
value :HEADER, 0
|
||||||
@ -355,6 +356,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|||||||
optional :msg, :string, 1
|
optional :msg, :string, 1
|
||||||
optional :style, :string, 2
|
optional :style, :string, 2
|
||||||
optional :disable_new_line, :bool, 3
|
optional :disable_new_line, :bool, 3
|
||||||
|
optional :color, :string, 4
|
||||||
end
|
end
|
||||||
add_message "hashicorp.vagrant.sdk.TerminalUI.Event.Raw" do
|
add_message "hashicorp.vagrant.sdk.TerminalUI.Event.Raw" do
|
||||||
optional :data, :bytes, 1
|
optional :data, :bytes, 1
|
||||||
|
|||||||
@ -402,6 +402,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|||||||
optional :msg, :string, 1
|
optional :msg, :string, 1
|
||||||
optional :style, :string, 2
|
optional :style, :string, 2
|
||||||
optional :disable_new_line, :bool, 3
|
optional :disable_new_line, :bool, 3
|
||||||
|
optional :color, :string, 4
|
||||||
end
|
end
|
||||||
add_message "hashicorp.vagrant.GetJobStreamResponse.Terminal.Event.Raw" do
|
add_message "hashicorp.vagrant.GetJobStreamResponse.Terminal.Event.Raw" do
|
||||||
optional :data, :bytes, 1
|
optional :data, :bytes, 1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user