|
|
|
@@ -0,0 +1,663 @@ |
|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT. |
|
|
|
// versions: |
|
|
|
// protoc-gen-go v1.30.0 |
|
|
|
// protoc v3.21.12 |
|
|
|
// source: pb/pcm-scf.proto |
|
|
|
|
|
|
|
package scf |
|
|
|
|
|
|
|
import ( |
|
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect" |
|
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl" |
|
|
|
reflect "reflect" |
|
|
|
sync "sync" |
|
|
|
) |
|
|
|
|
|
|
|
const ( |
|
|
|
// Verify that this generated code is sufficiently up-to-date. |
|
|
|
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) |
|
|
|
// Verify that runtime/protoimpl is sufficiently up-to-date. |
|
|
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) |
|
|
|
) |
|
|
|
|
|
|
|
type ListFunctionsReq struct { |
|
|
|
state protoimpl.MessageState |
|
|
|
sizeCache protoimpl.SizeCache |
|
|
|
unknownFields protoimpl.UnknownFields |
|
|
|
|
|
|
|
Order string `protobuf:"bytes,1,opt,name=order,proto3" json:"order,omitempty"` |
|
|
|
Orderby string `protobuf:"bytes,2,opt,name=orderby,proto3" json:"orderby,omitempty"` |
|
|
|
Offset int32 `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"` |
|
|
|
Limit int64 `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"` |
|
|
|
SearchKey string `protobuf:"bytes,5,opt,name=searchKey,proto3" json:"searchKey,omitempty"` |
|
|
|
Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` |
|
|
|
Description string `protobuf:"bytes,7,opt,name=description,proto3" json:"description,omitempty"` |
|
|
|
Filters []*Filters `protobuf:"bytes,8,rep,name=filters,proto3" json:"filters,omitempty"` |
|
|
|
Region string `protobuf:"bytes,9,opt,name=region,proto3" json:"region,omitempty"` |
|
|
|
} |
|
|
|
|
|
|
|
func (x *ListFunctionsReq) Reset() { |
|
|
|
*x = ListFunctionsReq{} |
|
|
|
if protoimpl.UnsafeEnabled { |
|
|
|
mi := &file_pb_pcm_scf_proto_msgTypes[0] |
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
ms.StoreMessageInfo(mi) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
func (x *ListFunctionsReq) String() string { |
|
|
|
return protoimpl.X.MessageStringOf(x) |
|
|
|
} |
|
|
|
|
|
|
|
func (*ListFunctionsReq) ProtoMessage() {} |
|
|
|
|
|
|
|
func (x *ListFunctionsReq) ProtoReflect() protoreflect.Message { |
|
|
|
mi := &file_pb_pcm_scf_proto_msgTypes[0] |
|
|
|
if protoimpl.UnsafeEnabled && x != nil { |
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
if ms.LoadMessageInfo() == nil { |
|
|
|
ms.StoreMessageInfo(mi) |
|
|
|
} |
|
|
|
return ms |
|
|
|
} |
|
|
|
return mi.MessageOf(x) |
|
|
|
} |
|
|
|
|
|
|
|
// Deprecated: Use ListFunctionsReq.ProtoReflect.Descriptor instead. |
|
|
|
func (*ListFunctionsReq) Descriptor() ([]byte, []int) { |
|
|
|
return file_pb_pcm_scf_proto_rawDescGZIP(), []int{0} |
|
|
|
} |
|
|
|
|
|
|
|
func (x *ListFunctionsReq) GetOrder() string { |
|
|
|
if x != nil { |
|
|
|
return x.Order |
|
|
|
} |
|
|
|
return "" |
|
|
|
} |
|
|
|
|
|
|
|
func (x *ListFunctionsReq) GetOrderby() string { |
|
|
|
if x != nil { |
|
|
|
return x.Orderby |
|
|
|
} |
|
|
|
return "" |
|
|
|
} |
|
|
|
|
|
|
|
func (x *ListFunctionsReq) GetOffset() int32 { |
|
|
|
if x != nil { |
|
|
|
return x.Offset |
|
|
|
} |
|
|
|
return 0 |
|
|
|
} |
|
|
|
|
|
|
|
func (x *ListFunctionsReq) GetLimit() int64 { |
|
|
|
if x != nil { |
|
|
|
return x.Limit |
|
|
|
} |
|
|
|
return 0 |
|
|
|
} |
|
|
|
|
|
|
|
func (x *ListFunctionsReq) GetSearchKey() string { |
|
|
|
if x != nil { |
|
|
|
return x.SearchKey |
|
|
|
} |
|
|
|
return "" |
|
|
|
} |
|
|
|
|
|
|
|
func (x *ListFunctionsReq) GetNamespace() string { |
|
|
|
if x != nil { |
|
|
|
return x.Namespace |
|
|
|
} |
|
|
|
return "" |
|
|
|
} |
|
|
|
|
|
|
|
func (x *ListFunctionsReq) GetDescription() string { |
|
|
|
if x != nil { |
|
|
|
return x.Description |
|
|
|
} |
|
|
|
return "" |
|
|
|
} |
|
|
|
|
|
|
|
func (x *ListFunctionsReq) GetFilters() []*Filters { |
|
|
|
if x != nil { |
|
|
|
return x.Filters |
|
|
|
} |
|
|
|
return nil |
|
|
|
} |
|
|
|
|
|
|
|
func (x *ListFunctionsReq) GetRegion() string { |
|
|
|
if x != nil { |
|
|
|
return x.Region |
|
|
|
} |
|
|
|
return "" |
|
|
|
} |
|
|
|
|
|
|
|
type Filters struct { |
|
|
|
state protoimpl.MessageState |
|
|
|
sizeCache protoimpl.SizeCache |
|
|
|
unknownFields protoimpl.UnknownFields |
|
|
|
|
|
|
|
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` |
|
|
|
Values []int32 `protobuf:"varint,2,rep,packed,name=values,proto3" json:"values,omitempty"` |
|
|
|
} |
|
|
|
|
|
|
|
func (x *Filters) Reset() { |
|
|
|
*x = Filters{} |
|
|
|
if protoimpl.UnsafeEnabled { |
|
|
|
mi := &file_pb_pcm_scf_proto_msgTypes[1] |
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
ms.StoreMessageInfo(mi) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
func (x *Filters) String() string { |
|
|
|
return protoimpl.X.MessageStringOf(x) |
|
|
|
} |
|
|
|
|
|
|
|
func (*Filters) ProtoMessage() {} |
|
|
|
|
|
|
|
func (x *Filters) ProtoReflect() protoreflect.Message { |
|
|
|
mi := &file_pb_pcm_scf_proto_msgTypes[1] |
|
|
|
if protoimpl.UnsafeEnabled && x != nil { |
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
if ms.LoadMessageInfo() == nil { |
|
|
|
ms.StoreMessageInfo(mi) |
|
|
|
} |
|
|
|
return ms |
|
|
|
} |
|
|
|
return mi.MessageOf(x) |
|
|
|
} |
|
|
|
|
|
|
|
// Deprecated: Use Filters.ProtoReflect.Descriptor instead. |
|
|
|
func (*Filters) Descriptor() ([]byte, []int) { |
|
|
|
return file_pb_pcm_scf_proto_rawDescGZIP(), []int{1} |
|
|
|
} |
|
|
|
|
|
|
|
func (x *Filters) GetName() string { |
|
|
|
if x != nil { |
|
|
|
return x.Name |
|
|
|
} |
|
|
|
return "" |
|
|
|
} |
|
|
|
|
|
|
|
func (x *Filters) GetValues() []int32 { |
|
|
|
if x != nil { |
|
|
|
return x.Values |
|
|
|
} |
|
|
|
return nil |
|
|
|
} |
|
|
|
|
|
|
|
type ListFunctionsResp struct { |
|
|
|
state protoimpl.MessageState |
|
|
|
sizeCache protoimpl.SizeCache |
|
|
|
unknownFields protoimpl.UnknownFields |
|
|
|
|
|
|
|
Response *Response `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"` |
|
|
|
} |
|
|
|
|
|
|
|
func (x *ListFunctionsResp) Reset() { |
|
|
|
*x = ListFunctionsResp{} |
|
|
|
if protoimpl.UnsafeEnabled { |
|
|
|
mi := &file_pb_pcm_scf_proto_msgTypes[2] |
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
ms.StoreMessageInfo(mi) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
func (x *ListFunctionsResp) String() string { |
|
|
|
return protoimpl.X.MessageStringOf(x) |
|
|
|
} |
|
|
|
|
|
|
|
func (*ListFunctionsResp) ProtoMessage() {} |
|
|
|
|
|
|
|
func (x *ListFunctionsResp) ProtoReflect() protoreflect.Message { |
|
|
|
mi := &file_pb_pcm_scf_proto_msgTypes[2] |
|
|
|
if protoimpl.UnsafeEnabled && x != nil { |
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
if ms.LoadMessageInfo() == nil { |
|
|
|
ms.StoreMessageInfo(mi) |
|
|
|
} |
|
|
|
return ms |
|
|
|
} |
|
|
|
return mi.MessageOf(x) |
|
|
|
} |
|
|
|
|
|
|
|
// Deprecated: Use ListFunctionsResp.ProtoReflect.Descriptor instead. |
|
|
|
func (*ListFunctionsResp) Descriptor() ([]byte, []int) { |
|
|
|
return file_pb_pcm_scf_proto_rawDescGZIP(), []int{2} |
|
|
|
} |
|
|
|
|
|
|
|
func (x *ListFunctionsResp) GetResponse() *Response { |
|
|
|
if x != nil { |
|
|
|
return x.Response |
|
|
|
} |
|
|
|
return nil |
|
|
|
} |
|
|
|
|
|
|
|
type Functions struct { |
|
|
|
state protoimpl.MessageState |
|
|
|
sizeCache protoimpl.SizeCache |
|
|
|
unknownFields protoimpl.UnknownFields |
|
|
|
|
|
|
|
AddTime string `protobuf:"bytes,1,opt,name=addTime,proto3" json:"addTime,omitempty"` |
|
|
|
AsyncRunEnable string `protobuf:"bytes,2,opt,name=asyncRunEnable,proto3" json:"asyncRunEnable,omitempty"` |
|
|
|
Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` |
|
|
|
FunctionId string `protobuf:"bytes,4,opt,name=functionId,proto3" json:"functionId,omitempty"` |
|
|
|
FunctionName string `protobuf:"bytes,5,opt,name=functionName,proto3" json:"functionName,omitempty"` |
|
|
|
ModTime string `protobuf:"bytes,6,opt,name=modTime,proto3" json:"modTime,omitempty"` |
|
|
|
Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` |
|
|
|
ReservedConcurrencyMem int32 `protobuf:"varint,8,opt,name=reservedConcurrencyMem,proto3" json:"reservedConcurrencyMem,omitempty"` |
|
|
|
Runtime string `protobuf:"bytes,9,opt,name=runtime,proto3" json:"runtime,omitempty"` |
|
|
|
Status string `protobuf:"bytes,10,opt,name=status,proto3" json:"status,omitempty"` |
|
|
|
StatusDesc string `protobuf:"bytes,11,opt,name=statusDesc,proto3" json:"statusDesc,omitempty"` |
|
|
|
StatusReasons []string `protobuf:"bytes,12,rep,name=statusReasons,proto3" json:"statusReasons,omitempty"` |
|
|
|
Tags []string `protobuf:"bytes,13,rep,name=tags,proto3" json:"tags,omitempty"` |
|
|
|
TotalProvisionedConcurrencyMem int32 `protobuf:"varint,14,opt,name=totalProvisionedConcurrencyMem,proto3" json:"totalProvisionedConcurrencyMem,omitempty"` |
|
|
|
TraceEnable string `protobuf:"bytes,15,opt,name=traceEnable,proto3" json:"traceEnable,omitempty"` |
|
|
|
Type string `protobuf:"bytes,16,opt,name=type,proto3" json:"type,omitempty"` |
|
|
|
} |
|
|
|
|
|
|
|
func (x *Functions) Reset() { |
|
|
|
*x = Functions{} |
|
|
|
if protoimpl.UnsafeEnabled { |
|
|
|
mi := &file_pb_pcm_scf_proto_msgTypes[3] |
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
ms.StoreMessageInfo(mi) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
func (x *Functions) String() string { |
|
|
|
return protoimpl.X.MessageStringOf(x) |
|
|
|
} |
|
|
|
|
|
|
|
func (*Functions) ProtoMessage() {} |
|
|
|
|
|
|
|
func (x *Functions) ProtoReflect() protoreflect.Message { |
|
|
|
mi := &file_pb_pcm_scf_proto_msgTypes[3] |
|
|
|
if protoimpl.UnsafeEnabled && x != nil { |
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
if ms.LoadMessageInfo() == nil { |
|
|
|
ms.StoreMessageInfo(mi) |
|
|
|
} |
|
|
|
return ms |
|
|
|
} |
|
|
|
return mi.MessageOf(x) |
|
|
|
} |
|
|
|
|
|
|
|
// Deprecated: Use Functions.ProtoReflect.Descriptor instead. |
|
|
|
func (*Functions) Descriptor() ([]byte, []int) { |
|
|
|
return file_pb_pcm_scf_proto_rawDescGZIP(), []int{3} |
|
|
|
} |
|
|
|
|
|
|
|
func (x *Functions) GetAddTime() string { |
|
|
|
if x != nil { |
|
|
|
return x.AddTime |
|
|
|
} |
|
|
|
return "" |
|
|
|
} |
|
|
|
|
|
|
|
func (x *Functions) GetAsyncRunEnable() string { |
|
|
|
if x != nil { |
|
|
|
return x.AsyncRunEnable |
|
|
|
} |
|
|
|
return "" |
|
|
|
} |
|
|
|
|
|
|
|
func (x *Functions) GetDescription() string { |
|
|
|
if x != nil { |
|
|
|
return x.Description |
|
|
|
} |
|
|
|
return "" |
|
|
|
} |
|
|
|
|
|
|
|
func (x *Functions) GetFunctionId() string { |
|
|
|
if x != nil { |
|
|
|
return x.FunctionId |
|
|
|
} |
|
|
|
return "" |
|
|
|
} |
|
|
|
|
|
|
|
func (x *Functions) GetFunctionName() string { |
|
|
|
if x != nil { |
|
|
|
return x.FunctionName |
|
|
|
} |
|
|
|
return "" |
|
|
|
} |
|
|
|
|
|
|
|
func (x *Functions) GetModTime() string { |
|
|
|
if x != nil { |
|
|
|
return x.ModTime |
|
|
|
} |
|
|
|
return "" |
|
|
|
} |
|
|
|
|
|
|
|
func (x *Functions) GetNamespace() string { |
|
|
|
if x != nil { |
|
|
|
return x.Namespace |
|
|
|
} |
|
|
|
return "" |
|
|
|
} |
|
|
|
|
|
|
|
func (x *Functions) GetReservedConcurrencyMem() int32 { |
|
|
|
if x != nil { |
|
|
|
return x.ReservedConcurrencyMem |
|
|
|
} |
|
|
|
return 0 |
|
|
|
} |
|
|
|
|
|
|
|
func (x *Functions) GetRuntime() string { |
|
|
|
if x != nil { |
|
|
|
return x.Runtime |
|
|
|
} |
|
|
|
return "" |
|
|
|
} |
|
|
|
|
|
|
|
func (x *Functions) GetStatus() string { |
|
|
|
if x != nil { |
|
|
|
return x.Status |
|
|
|
} |
|
|
|
return "" |
|
|
|
} |
|
|
|
|
|
|
|
func (x *Functions) GetStatusDesc() string { |
|
|
|
if x != nil { |
|
|
|
return x.StatusDesc |
|
|
|
} |
|
|
|
return "" |
|
|
|
} |
|
|
|
|
|
|
|
func (x *Functions) GetStatusReasons() []string { |
|
|
|
if x != nil { |
|
|
|
return x.StatusReasons |
|
|
|
} |
|
|
|
return nil |
|
|
|
} |
|
|
|
|
|
|
|
func (x *Functions) GetTags() []string { |
|
|
|
if x != nil { |
|
|
|
return x.Tags |
|
|
|
} |
|
|
|
return nil |
|
|
|
} |
|
|
|
|
|
|
|
func (x *Functions) GetTotalProvisionedConcurrencyMem() int32 { |
|
|
|
if x != nil { |
|
|
|
return x.TotalProvisionedConcurrencyMem |
|
|
|
} |
|
|
|
return 0 |
|
|
|
} |
|
|
|
|
|
|
|
func (x *Functions) GetTraceEnable() string { |
|
|
|
if x != nil { |
|
|
|
return x.TraceEnable |
|
|
|
} |
|
|
|
return "" |
|
|
|
} |
|
|
|
|
|
|
|
func (x *Functions) GetType() string { |
|
|
|
if x != nil { |
|
|
|
return x.Type |
|
|
|
} |
|
|
|
return "" |
|
|
|
} |
|
|
|
|
|
|
|
type Response struct { |
|
|
|
state protoimpl.MessageState |
|
|
|
sizeCache protoimpl.SizeCache |
|
|
|
unknownFields protoimpl.UnknownFields |
|
|
|
|
|
|
|
Functions []*Functions `protobuf:"bytes,1,rep,name=functions,proto3" json:"functions,omitempty"` |
|
|
|
RequestId string `protobuf:"bytes,2,opt,name=requestId,proto3" json:"requestId,omitempty"` |
|
|
|
TotalCount int32 `protobuf:"varint,3,opt,name=totalCount,proto3" json:"totalCount,omitempty"` |
|
|
|
} |
|
|
|
|
|
|
|
func (x *Response) Reset() { |
|
|
|
*x = Response{} |
|
|
|
if protoimpl.UnsafeEnabled { |
|
|
|
mi := &file_pb_pcm_scf_proto_msgTypes[4] |
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
ms.StoreMessageInfo(mi) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
func (x *Response) String() string { |
|
|
|
return protoimpl.X.MessageStringOf(x) |
|
|
|
} |
|
|
|
|
|
|
|
func (*Response) ProtoMessage() {} |
|
|
|
|
|
|
|
func (x *Response) ProtoReflect() protoreflect.Message { |
|
|
|
mi := &file_pb_pcm_scf_proto_msgTypes[4] |
|
|
|
if protoimpl.UnsafeEnabled && x != nil { |
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
if ms.LoadMessageInfo() == nil { |
|
|
|
ms.StoreMessageInfo(mi) |
|
|
|
} |
|
|
|
return ms |
|
|
|
} |
|
|
|
return mi.MessageOf(x) |
|
|
|
} |
|
|
|
|
|
|
|
// Deprecated: Use Response.ProtoReflect.Descriptor instead. |
|
|
|
func (*Response) Descriptor() ([]byte, []int) { |
|
|
|
return file_pb_pcm_scf_proto_rawDescGZIP(), []int{4} |
|
|
|
} |
|
|
|
|
|
|
|
func (x *Response) GetFunctions() []*Functions { |
|
|
|
if x != nil { |
|
|
|
return x.Functions |
|
|
|
} |
|
|
|
return nil |
|
|
|
} |
|
|
|
|
|
|
|
func (x *Response) GetRequestId() string { |
|
|
|
if x != nil { |
|
|
|
return x.RequestId |
|
|
|
} |
|
|
|
return "" |
|
|
|
} |
|
|
|
|
|
|
|
func (x *Response) GetTotalCount() int32 { |
|
|
|
if x != nil { |
|
|
|
return x.TotalCount |
|
|
|
} |
|
|
|
return 0 |
|
|
|
} |
|
|
|
|
|
|
|
var File_pb_pcm_scf_proto protoreflect.FileDescriptor |
|
|
|
|
|
|
|
var file_pb_pcm_scf_proto_rawDesc = []byte{ |
|
|
|
0x0a, 0x10, 0x70, 0x62, 0x2f, 0x70, 0x63, 0x6d, 0x2d, 0x73, 0x63, 0x66, 0x2e, 0x70, 0x72, 0x6f, |
|
|
|
0x74, 0x6f, 0x12, 0x03, 0x73, 0x63, 0x66, 0x22, 0x8e, 0x02, 0x0a, 0x10, 0x4c, 0x69, 0x73, 0x74, |
|
|
|
0x46, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, |
|
|
|
0x6f, 0x72, 0x64, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6f, 0x72, 0x64, |
|
|
|
0x65, 0x72, 0x12, 0x18, 0x0a, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x62, 0x79, 0x18, 0x02, 0x20, |
|
|
|
0x01, 0x28, 0x09, 0x52, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x62, 0x79, 0x12, 0x16, 0x0a, 0x06, |
|
|
|
0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x6f, 0x66, |
|
|
|
0x66, 0x73, 0x65, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x04, 0x20, |
|
|
|
0x01, 0x28, 0x03, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x65, |
|
|
|
0x61, 0x72, 0x63, 0x68, 0x4b, 0x65, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, |
|
|
|
0x65, 0x61, 0x72, 0x63, 0x68, 0x4b, 0x65, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, |
|
|
|
0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, |
|
|
|
0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, |
|
|
|
0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, |
|
|
|
0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x26, 0x0a, 0x07, 0x66, 0x69, 0x6c, 0x74, |
|
|
|
0x65, 0x72, 0x73, 0x18, 0x08, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x73, 0x63, 0x66, 0x2e, |
|
|
|
0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x73, 0x52, 0x07, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x73, |
|
|
|
0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, |
|
|
|
0x52, 0x06, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x22, 0x35, 0x0a, 0x07, 0x46, 0x69, 0x6c, 0x74, |
|
|
|
0x65, 0x72, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, |
|
|
|
0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, |
|
|
|
0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x05, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x22, |
|
|
|
0x3e, 0x0a, 0x11, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, |
|
|
|
0x52, 0x65, 0x73, 0x70, 0x12, 0x29, 0x0a, 0x08, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, |
|
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x73, 0x63, 0x66, 0x2e, 0x52, 0x65, 0x73, |
|
|
|
0x70, 0x6f, 0x6e, 0x73, 0x65, 0x52, 0x08, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, |
|
|
|
0xad, 0x04, 0x0a, 0x09, 0x46, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x18, 0x0a, |
|
|
|
0x07, 0x61, 0x64, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, |
|
|
|
0x61, 0x64, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x61, 0x73, 0x79, 0x6e, 0x63, |
|
|
|
0x52, 0x75, 0x6e, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, |
|
|
|
0x0e, 0x61, 0x73, 0x79, 0x6e, 0x63, 0x52, 0x75, 0x6e, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x12, |
|
|
|
0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, |
|
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, |
|
|
|
0x6e, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, |
|
|
|
0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, |
|
|
|
0x64, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, |
|
|
|
0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, |
|
|
|
0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x6f, 0x64, 0x54, 0x69, 0x6d, 0x65, |
|
|
|
0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x6f, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, |
|
|
|
0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, |
|
|
|
0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x36, 0x0a, |
|
|
|
0x16, 0x72, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x63, 0x75, 0x72, 0x72, |
|
|
|
0x65, 0x6e, 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x16, 0x72, |
|
|
|
0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, |
|
|
|
0x63, 0x79, 0x4d, 0x65, 0x6d, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, |
|
|
|
0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x72, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x12, |
|
|
|
0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, |
|
|
|
0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x74, 0x61, 0x74, 0x75, |
|
|
|
0x73, 0x44, 0x65, 0x73, 0x63, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x74, 0x61, |
|
|
|
0x74, 0x75, 0x73, 0x44, 0x65, 0x73, 0x63, 0x12, 0x24, 0x0a, 0x0d, 0x73, 0x74, 0x61, 0x74, 0x75, |
|
|
|
0x73, 0x52, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x73, 0x18, 0x0c, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0d, |
|
|
|
0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x73, 0x12, 0x12, 0x0a, |
|
|
|
0x04, 0x74, 0x61, 0x67, 0x73, 0x18, 0x0d, 0x20, 0x03, 0x28, 0x09, 0x52, 0x04, 0x74, 0x61, 0x67, |
|
|
|
0x73, 0x12, 0x46, 0x0a, 0x1e, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x73, |
|
|
|
0x69, 0x6f, 0x6e, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x63, 0x79, |
|
|
|
0x4d, 0x65, 0x6d, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x1e, 0x74, 0x6f, 0x74, 0x61, 0x6c, |
|
|
|
0x50, 0x72, 0x6f, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x63, 0x75, |
|
|
|
0x72, 0x72, 0x65, 0x6e, 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x12, 0x20, 0x0a, 0x0b, 0x74, 0x72, 0x61, |
|
|
|
0x63, 0x65, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, |
|
|
|
0x74, 0x72, 0x61, 0x63, 0x65, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x74, |
|
|
|
0x79, 0x70, 0x65, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, |
|
|
|
0x76, 0x0a, 0x08, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2c, 0x0a, 0x09, 0x66, |
|
|
|
0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0e, |
|
|
|
0x2e, 0x73, 0x63, 0x66, 0x2e, 0x46, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x09, |
|
|
|
0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x65, 0x71, |
|
|
|
0x75, 0x65, 0x73, 0x74, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x72, 0x65, |
|
|
|
0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, |
|
|
|
0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x74, 0x6f, 0x74, |
|
|
|
0x61, 0x6c, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x32, 0x45, 0x0a, 0x03, 0x53, 0x63, 0x66, 0x12, 0x3e, |
|
|
|
0x0a, 0x0d, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, |
|
|
|
0x15, 0x2e, 0x73, 0x63, 0x66, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x75, 0x6e, 0x63, 0x74, 0x69, |
|
|
|
0x6f, 0x6e, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x16, 0x2e, 0x73, 0x63, 0x66, 0x2e, 0x4c, 0x69, 0x73, |
|
|
|
0x74, 0x46, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x42, 0x06, |
|
|
|
0x5a, 0x04, 0x2f, 0x73, 0x63, 0x66, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, |
|
|
|
} |
|
|
|
|
|
|
|
var ( |
|
|
|
file_pb_pcm_scf_proto_rawDescOnce sync.Once |
|
|
|
file_pb_pcm_scf_proto_rawDescData = file_pb_pcm_scf_proto_rawDesc |
|
|
|
) |
|
|
|
|
|
|
|
func file_pb_pcm_scf_proto_rawDescGZIP() []byte { |
|
|
|
file_pb_pcm_scf_proto_rawDescOnce.Do(func() { |
|
|
|
file_pb_pcm_scf_proto_rawDescData = protoimpl.X.CompressGZIP(file_pb_pcm_scf_proto_rawDescData) |
|
|
|
}) |
|
|
|
return file_pb_pcm_scf_proto_rawDescData |
|
|
|
} |
|
|
|
|
|
|
|
var file_pb_pcm_scf_proto_msgTypes = make([]protoimpl.MessageInfo, 5) |
|
|
|
var file_pb_pcm_scf_proto_goTypes = []interface{}{ |
|
|
|
(*ListFunctionsReq)(nil), // 0: scf.ListFunctionsReq |
|
|
|
(*Filters)(nil), // 1: scf.Filters |
|
|
|
(*ListFunctionsResp)(nil), // 2: scf.ListFunctionsResp |
|
|
|
(*Functions)(nil), // 3: scf.Functions |
|
|
|
(*Response)(nil), // 4: scf.Response |
|
|
|
} |
|
|
|
var file_pb_pcm_scf_proto_depIdxs = []int32{ |
|
|
|
1, // 0: scf.ListFunctionsReq.filters:type_name -> scf.Filters |
|
|
|
4, // 1: scf.ListFunctionsResp.response:type_name -> scf.Response |
|
|
|
3, // 2: scf.Response.functions:type_name -> scf.Functions |
|
|
|
0, // 3: scf.Scf.ListFunctions:input_type -> scf.ListFunctionsReq |
|
|
|
2, // 4: scf.Scf.ListFunctions:output_type -> scf.ListFunctionsResp |
|
|
|
4, // [4:5] is the sub-list for method output_type |
|
|
|
3, // [3:4] is the sub-list for method input_type |
|
|
|
3, // [3:3] is the sub-list for extension type_name |
|
|
|
3, // [3:3] is the sub-list for extension extendee |
|
|
|
0, // [0:3] is the sub-list for field type_name |
|
|
|
} |
|
|
|
|
|
|
|
func init() { file_pb_pcm_scf_proto_init() } |
|
|
|
func file_pb_pcm_scf_proto_init() { |
|
|
|
if File_pb_pcm_scf_proto != nil { |
|
|
|
return |
|
|
|
} |
|
|
|
if !protoimpl.UnsafeEnabled { |
|
|
|
file_pb_pcm_scf_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { |
|
|
|
switch v := v.(*ListFunctionsReq); i { |
|
|
|
case 0: |
|
|
|
return &v.state |
|
|
|
case 1: |
|
|
|
return &v.sizeCache |
|
|
|
case 2: |
|
|
|
return &v.unknownFields |
|
|
|
default: |
|
|
|
return nil |
|
|
|
} |
|
|
|
} |
|
|
|
file_pb_pcm_scf_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { |
|
|
|
switch v := v.(*Filters); i { |
|
|
|
case 0: |
|
|
|
return &v.state |
|
|
|
case 1: |
|
|
|
return &v.sizeCache |
|
|
|
case 2: |
|
|
|
return &v.unknownFields |
|
|
|
default: |
|
|
|
return nil |
|
|
|
} |
|
|
|
} |
|
|
|
file_pb_pcm_scf_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { |
|
|
|
switch v := v.(*ListFunctionsResp); i { |
|
|
|
case 0: |
|
|
|
return &v.state |
|
|
|
case 1: |
|
|
|
return &v.sizeCache |
|
|
|
case 2: |
|
|
|
return &v.unknownFields |
|
|
|
default: |
|
|
|
return nil |
|
|
|
} |
|
|
|
} |
|
|
|
file_pb_pcm_scf_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { |
|
|
|
switch v := v.(*Functions); i { |
|
|
|
case 0: |
|
|
|
return &v.state |
|
|
|
case 1: |
|
|
|
return &v.sizeCache |
|
|
|
case 2: |
|
|
|
return &v.unknownFields |
|
|
|
default: |
|
|
|
return nil |
|
|
|
} |
|
|
|
} |
|
|
|
file_pb_pcm_scf_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { |
|
|
|
switch v := v.(*Response); i { |
|
|
|
case 0: |
|
|
|
return &v.state |
|
|
|
case 1: |
|
|
|
return &v.sizeCache |
|
|
|
case 2: |
|
|
|
return &v.unknownFields |
|
|
|
default: |
|
|
|
return nil |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
type x struct{} |
|
|
|
out := protoimpl.TypeBuilder{ |
|
|
|
File: protoimpl.DescBuilder{ |
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(), |
|
|
|
RawDescriptor: file_pb_pcm_scf_proto_rawDesc, |
|
|
|
NumEnums: 0, |
|
|
|
NumMessages: 5, |
|
|
|
NumExtensions: 0, |
|
|
|
NumServices: 1, |
|
|
|
}, |
|
|
|
GoTypes: file_pb_pcm_scf_proto_goTypes, |
|
|
|
DependencyIndexes: file_pb_pcm_scf_proto_depIdxs, |
|
|
|
MessageInfos: file_pb_pcm_scf_proto_msgTypes, |
|
|
|
}.Build() |
|
|
|
File_pb_pcm_scf_proto = out.File |
|
|
|
file_pb_pcm_scf_proto_rawDesc = nil |
|
|
|
file_pb_pcm_scf_proto_goTypes = nil |
|
|
|
file_pb_pcm_scf_proto_depIdxs = nil |
|
|
|
} |