diff --git a/runner/v1/messages.pb.go b/runner/v1/messages.pb.go index 6f293da..59a6c27 100644 --- a/runner/v1/messages.pb.go +++ b/runner/v1/messages.pb.go @@ -282,8 +282,9 @@ type DeclareRequest struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` - Labels []string `protobuf:"bytes,2,rep,name=labels,proto3" json:"labels,omitempty"` + Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` + Labels []string `protobuf:"bytes,2,rep,name=labels,proto3" json:"labels,omitempty"` + CapabilitiesJson string `protobuf:"bytes,3,opt,name=capabilities_json,json=capabilitiesJson,proto3" json:"capabilities_json,omitempty"` } func (x *DeclareRequest) Reset() { @@ -332,6 +333,13 @@ func (x *DeclareRequest) GetLabels() []string { return nil } +func (x *DeclareRequest) GetCapabilitiesJson() string { + if x != nil { + return x.CapabilitiesJson + } + return "" +} + type DeclareResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache