|
@@ -1,6 +1,6 @@
|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
|
// versions:
|
|
// versions:
|
|
|
-// protoc-gen-go v1.36.10
|
|
|
|
|
|
|
+// protoc-gen-go v1.36.11
|
|
|
// protoc (unknown)
|
|
// protoc (unknown)
|
|
|
// source: olivetin/api/v1/olivetin.proto
|
|
// source: olivetin/api/v1/olivetin.proto
|
|
|
|
|
|
|
@@ -1509,6 +1509,8 @@ type ValidateArgumentTypeRequest struct {
|
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
|
|
Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
|
|
|
Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
|
|
Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
|
|
|
|
|
+ BindingId string `protobuf:"bytes,3,opt,name=binding_id,json=bindingId,proto3" json:"binding_id,omitempty"`
|
|
|
|
|
+ ArgumentName string `protobuf:"bytes,4,opt,name=argument_name,json=argumentName,proto3" json:"argument_name,omitempty"`
|
|
|
unknownFields protoimpl.UnknownFields
|
|
unknownFields protoimpl.UnknownFields
|
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
|
}
|
|
}
|
|
@@ -1557,6 +1559,20 @@ func (x *ValidateArgumentTypeRequest) GetType() string {
|
|
|
return ""
|
|
return ""
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+func (x *ValidateArgumentTypeRequest) GetBindingId() string {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.BindingId
|
|
|
|
|
+ }
|
|
|
|
|
+ return ""
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *ValidateArgumentTypeRequest) GetArgumentName() string {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.ArgumentName
|
|
|
|
|
+ }
|
|
|
|
|
+ return ""
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
type ValidateArgumentTypeResponse struct {
|
|
type ValidateArgumentTypeResponse struct {
|
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
Valid bool `protobuf:"varint,1,opt,name=valid,proto3" json:"valid,omitempty"`
|
|
Valid bool `protobuf:"varint,1,opt,name=valid,proto3" json:"valid,omitempty"`
|
|
@@ -3946,10 +3962,13 @@ const file_olivetin_api_v1_olivetin_proto_rawDesc = "" +
|
|
|
"\tpage_size\x18\x03 \x01(\x03R\bpageSize\x12\x1f\n" +
|
|
"\tpage_size\x18\x03 \x01(\x03R\bpageSize\x12\x1f\n" +
|
|
|
"\vtotal_count\x18\x04 \x01(\x03R\n" +
|
|
"\vtotal_count\x18\x04 \x01(\x03R\n" +
|
|
|
"totalCount\x12!\n" +
|
|
"totalCount\x12!\n" +
|
|
|
- "\fstart_offset\x18\x05 \x01(\x03R\vstartOffset\"G\n" +
|
|
|
|
|
|
|
+ "\fstart_offset\x18\x05 \x01(\x03R\vstartOffset\"\x8b\x01\n" +
|
|
|
"\x1bValidateArgumentTypeRequest\x12\x14\n" +
|
|
"\x1bValidateArgumentTypeRequest\x12\x14\n" +
|
|
|
"\x05value\x18\x01 \x01(\tR\x05value\x12\x12\n" +
|
|
"\x05value\x18\x01 \x01(\tR\x05value\x12\x12\n" +
|
|
|
- "\x04type\x18\x02 \x01(\tR\x04type\"V\n" +
|
|
|
|
|
|
|
+ "\x04type\x18\x02 \x01(\tR\x04type\x12\x1d\n" +
|
|
|
|
|
+ "\n" +
|
|
|
|
|
+ "binding_id\x18\x03 \x01(\tR\tbindingId\x12#\n" +
|
|
|
|
|
+ "\rargument_name\x18\x04 \x01(\tR\fargumentName\"V\n" +
|
|
|
"\x1cValidateArgumentTypeResponse\x12\x14\n" +
|
|
"\x1cValidateArgumentTypeResponse\x12\x14\n" +
|
|
|
"\x05valid\x18\x01 \x01(\bR\x05valid\x12 \n" +
|
|
"\x05valid\x18\x01 \x01(\bR\x05valid\x12 \n" +
|
|
|
"\vdescription\x18\x02 \x01(\tR\vdescription\"K\n" +
|
|
"\vdescription\x18\x02 \x01(\tR\vdescription\"K\n" +
|