github.com/pinpoint-apm/pinpoint-go-agent@v1.4.1-0.20240110120318-a50c2eb18c8c/protobuf/Cmd.pb.go (about)

     1  // Code generated by protoc-gen-go. DO NOT EDIT.
     2  // source: v1/Cmd.proto
     3  
     4  package v1
     5  
     6  import (
     7  	fmt "fmt"
     8  	proto "github.com/golang/protobuf/proto"
     9  	wrapperspb "google.golang.org/protobuf/types/known/wrapperspb"
    10  	math "math"
    11  )
    12  
    13  // Reference imports to suppress errors if they are not otherwise used.
    14  var _ = proto.Marshal
    15  var _ = fmt.Errorf
    16  var _ = math.Inf
    17  
    18  // This is a compile-time assertion to ensure that this generated file
    19  // is compatible with the proto package it is being compiled against.
    20  // A compilation error at this line likely means your copy of the
    21  // proto package needs to be updated.
    22  const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
    23  
    24  type PCommandType int32
    25  
    26  const (
    27  	PCommandType_NONE                     PCommandType = 0
    28  	PCommandType_PING                     PCommandType = 100
    29  	PCommandType_PONG                     PCommandType = 101
    30  	PCommandType_ECHO                     PCommandType = 710
    31  	PCommandType_ACTIVE_THREAD_COUNT      PCommandType = 730
    32  	PCommandType_ACTIVE_THREAD_DUMP       PCommandType = 740
    33  	PCommandType_ACTIVE_THREAD_LIGHT_DUMP PCommandType = 750
    34  )
    35  
    36  var PCommandType_name = map[int32]string{
    37  	0:   "NONE",
    38  	100: "PING",
    39  	101: "PONG",
    40  	710: "ECHO",
    41  	730: "ACTIVE_THREAD_COUNT",
    42  	740: "ACTIVE_THREAD_DUMP",
    43  	750: "ACTIVE_THREAD_LIGHT_DUMP",
    44  }
    45  
    46  var PCommandType_value = map[string]int32{
    47  	"NONE":                     0,
    48  	"PING":                     100,
    49  	"PONG":                     101,
    50  	"ECHO":                     710,
    51  	"ACTIVE_THREAD_COUNT":      730,
    52  	"ACTIVE_THREAD_DUMP":       740,
    53  	"ACTIVE_THREAD_LIGHT_DUMP": 750,
    54  }
    55  
    56  func (x PCommandType) String() string {
    57  	return proto.EnumName(PCommandType_name, int32(x))
    58  }
    59  
    60  func (PCommandType) EnumDescriptor() ([]byte, []int) {
    61  	return fileDescriptor_2aca7d559118759c, []int{0}
    62  }
    63  
    64  type PCmdMessage struct {
    65  	// Types that are valid to be assigned to Message:
    66  	//	*PCmdMessage_HandshakeMessage
    67  	//	*PCmdMessage_FailMessage
    68  	Message              isPCmdMessage_Message `protobuf_oneof:"message"`
    69  	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
    70  	XXX_unrecognized     []byte                `json:"-"`
    71  	XXX_sizecache        int32                 `json:"-"`
    72  }
    73  
    74  func (m *PCmdMessage) Reset()         { *m = PCmdMessage{} }
    75  func (m *PCmdMessage) String() string { return proto.CompactTextString(m) }
    76  func (*PCmdMessage) ProtoMessage()    {}
    77  func (*PCmdMessage) Descriptor() ([]byte, []int) {
    78  	return fileDescriptor_2aca7d559118759c, []int{0}
    79  }
    80  
    81  func (m *PCmdMessage) XXX_Unmarshal(b []byte) error {
    82  	return xxx_messageInfo_PCmdMessage.Unmarshal(m, b)
    83  }
    84  func (m *PCmdMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    85  	return xxx_messageInfo_PCmdMessage.Marshal(b, m, deterministic)
    86  }
    87  func (m *PCmdMessage) XXX_Merge(src proto.Message) {
    88  	xxx_messageInfo_PCmdMessage.Merge(m, src)
    89  }
    90  func (m *PCmdMessage) XXX_Size() int {
    91  	return xxx_messageInfo_PCmdMessage.Size(m)
    92  }
    93  func (m *PCmdMessage) XXX_DiscardUnknown() {
    94  	xxx_messageInfo_PCmdMessage.DiscardUnknown(m)
    95  }
    96  
    97  var xxx_messageInfo_PCmdMessage proto.InternalMessageInfo
    98  
    99  type isPCmdMessage_Message interface {
   100  	isPCmdMessage_Message()
   101  }
   102  
   103  type PCmdMessage_HandshakeMessage struct {
   104  	HandshakeMessage *PCmdServiceHandshake `protobuf:"bytes,1,opt,name=handshakeMessage,proto3,oneof"`
   105  }
   106  
   107  type PCmdMessage_FailMessage struct {
   108  	FailMessage *PCmdResponse `protobuf:"bytes,2,opt,name=failMessage,proto3,oneof"`
   109  }
   110  
   111  func (*PCmdMessage_HandshakeMessage) isPCmdMessage_Message() {}
   112  
   113  func (*PCmdMessage_FailMessage) isPCmdMessage_Message() {}
   114  
   115  func (m *PCmdMessage) GetMessage() isPCmdMessage_Message {
   116  	if m != nil {
   117  		return m.Message
   118  	}
   119  	return nil
   120  }
   121  
   122  func (m *PCmdMessage) GetHandshakeMessage() *PCmdServiceHandshake {
   123  	if x, ok := m.GetMessage().(*PCmdMessage_HandshakeMessage); ok {
   124  		return x.HandshakeMessage
   125  	}
   126  	return nil
   127  }
   128  
   129  func (m *PCmdMessage) GetFailMessage() *PCmdResponse {
   130  	if x, ok := m.GetMessage().(*PCmdMessage_FailMessage); ok {
   131  		return x.FailMessage
   132  	}
   133  	return nil
   134  }
   135  
   136  // XXX_OneofWrappers is for the internal use of the proto package.
   137  func (*PCmdMessage) XXX_OneofWrappers() []interface{} {
   138  	return []interface{}{
   139  		(*PCmdMessage_HandshakeMessage)(nil),
   140  		(*PCmdMessage_FailMessage)(nil),
   141  	}
   142  }
   143  
   144  type PCmdServiceHandshake struct {
   145  	// initial message
   146  	SupportCommandServiceKey []int32  `protobuf:"varint,1,rep,packed,name=supportCommandServiceKey,proto3" json:"supportCommandServiceKey,omitempty"`
   147  	XXX_NoUnkeyedLiteral     struct{} `json:"-"`
   148  	XXX_unrecognized         []byte   `json:"-"`
   149  	XXX_sizecache            int32    `json:"-"`
   150  }
   151  
   152  func (m *PCmdServiceHandshake) Reset()         { *m = PCmdServiceHandshake{} }
   153  func (m *PCmdServiceHandshake) String() string { return proto.CompactTextString(m) }
   154  func (*PCmdServiceHandshake) ProtoMessage()    {}
   155  func (*PCmdServiceHandshake) Descriptor() ([]byte, []int) {
   156  	return fileDescriptor_2aca7d559118759c, []int{1}
   157  }
   158  
   159  func (m *PCmdServiceHandshake) XXX_Unmarshal(b []byte) error {
   160  	return xxx_messageInfo_PCmdServiceHandshake.Unmarshal(m, b)
   161  }
   162  func (m *PCmdServiceHandshake) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
   163  	return xxx_messageInfo_PCmdServiceHandshake.Marshal(b, m, deterministic)
   164  }
   165  func (m *PCmdServiceHandshake) XXX_Merge(src proto.Message) {
   166  	xxx_messageInfo_PCmdServiceHandshake.Merge(m, src)
   167  }
   168  func (m *PCmdServiceHandshake) XXX_Size() int {
   169  	return xxx_messageInfo_PCmdServiceHandshake.Size(m)
   170  }
   171  func (m *PCmdServiceHandshake) XXX_DiscardUnknown() {
   172  	xxx_messageInfo_PCmdServiceHandshake.DiscardUnknown(m)
   173  }
   174  
   175  var xxx_messageInfo_PCmdServiceHandshake proto.InternalMessageInfo
   176  
   177  func (m *PCmdServiceHandshake) GetSupportCommandServiceKey() []int32 {
   178  	if m != nil {
   179  		return m.SupportCommandServiceKey
   180  	}
   181  	return nil
   182  }
   183  
   184  type PCmdResponse struct {
   185  	ResponseId           int32                   `protobuf:"varint,1,opt,name=responseId,proto3" json:"responseId,omitempty"`
   186  	Status               int32                   `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
   187  	Message              *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
   188  	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
   189  	XXX_unrecognized     []byte                  `json:"-"`
   190  	XXX_sizecache        int32                   `json:"-"`
   191  }
   192  
   193  func (m *PCmdResponse) Reset()         { *m = PCmdResponse{} }
   194  func (m *PCmdResponse) String() string { return proto.CompactTextString(m) }
   195  func (*PCmdResponse) ProtoMessage()    {}
   196  func (*PCmdResponse) Descriptor() ([]byte, []int) {
   197  	return fileDescriptor_2aca7d559118759c, []int{2}
   198  }
   199  
   200  func (m *PCmdResponse) XXX_Unmarshal(b []byte) error {
   201  	return xxx_messageInfo_PCmdResponse.Unmarshal(m, b)
   202  }
   203  func (m *PCmdResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
   204  	return xxx_messageInfo_PCmdResponse.Marshal(b, m, deterministic)
   205  }
   206  func (m *PCmdResponse) XXX_Merge(src proto.Message) {
   207  	xxx_messageInfo_PCmdResponse.Merge(m, src)
   208  }
   209  func (m *PCmdResponse) XXX_Size() int {
   210  	return xxx_messageInfo_PCmdResponse.Size(m)
   211  }
   212  func (m *PCmdResponse) XXX_DiscardUnknown() {
   213  	xxx_messageInfo_PCmdResponse.DiscardUnknown(m)
   214  }
   215  
   216  var xxx_messageInfo_PCmdResponse proto.InternalMessageInfo
   217  
   218  func (m *PCmdResponse) GetResponseId() int32 {
   219  	if m != nil {
   220  		return m.ResponseId
   221  	}
   222  	return 0
   223  }
   224  
   225  func (m *PCmdResponse) GetStatus() int32 {
   226  	if m != nil {
   227  		return m.Status
   228  	}
   229  	return 0
   230  }
   231  
   232  func (m *PCmdResponse) GetMessage() *wrapperspb.StringValue {
   233  	if m != nil {
   234  		return m.Message
   235  	}
   236  	return nil
   237  }
   238  
   239  type PCmdStreamResponse struct {
   240  	ResponseId           int32                   `protobuf:"varint,1,opt,name=responseId,proto3" json:"responseId,omitempty"`
   241  	SequenceId           int32                   `protobuf:"varint,2,opt,name=sequenceId,proto3" json:"sequenceId,omitempty"`
   242  	Message              *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
   243  	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
   244  	XXX_unrecognized     []byte                  `json:"-"`
   245  	XXX_sizecache        int32                   `json:"-"`
   246  }
   247  
   248  func (m *PCmdStreamResponse) Reset()         { *m = PCmdStreamResponse{} }
   249  func (m *PCmdStreamResponse) String() string { return proto.CompactTextString(m) }
   250  func (*PCmdStreamResponse) ProtoMessage()    {}
   251  func (*PCmdStreamResponse) Descriptor() ([]byte, []int) {
   252  	return fileDescriptor_2aca7d559118759c, []int{3}
   253  }
   254  
   255  func (m *PCmdStreamResponse) XXX_Unmarshal(b []byte) error {
   256  	return xxx_messageInfo_PCmdStreamResponse.Unmarshal(m, b)
   257  }
   258  func (m *PCmdStreamResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
   259  	return xxx_messageInfo_PCmdStreamResponse.Marshal(b, m, deterministic)
   260  }
   261  func (m *PCmdStreamResponse) XXX_Merge(src proto.Message) {
   262  	xxx_messageInfo_PCmdStreamResponse.Merge(m, src)
   263  }
   264  func (m *PCmdStreamResponse) XXX_Size() int {
   265  	return xxx_messageInfo_PCmdStreamResponse.Size(m)
   266  }
   267  func (m *PCmdStreamResponse) XXX_DiscardUnknown() {
   268  	xxx_messageInfo_PCmdStreamResponse.DiscardUnknown(m)
   269  }
   270  
   271  var xxx_messageInfo_PCmdStreamResponse proto.InternalMessageInfo
   272  
   273  func (m *PCmdStreamResponse) GetResponseId() int32 {
   274  	if m != nil {
   275  		return m.ResponseId
   276  	}
   277  	return 0
   278  }
   279  
   280  func (m *PCmdStreamResponse) GetSequenceId() int32 {
   281  	if m != nil {
   282  		return m.SequenceId
   283  	}
   284  	return 0
   285  }
   286  
   287  func (m *PCmdStreamResponse) GetMessage() *wrapperspb.StringValue {
   288  	if m != nil {
   289  		return m.Message
   290  	}
   291  	return nil
   292  }
   293  
   294  type PCmdRequest struct {
   295  	RequestId int32 `protobuf:"varint,1,opt,name=requestId,proto3" json:"requestId,omitempty"`
   296  	// Types that are valid to be assigned to Command:
   297  	//	*PCmdRequest_CommandEcho
   298  	//	*PCmdRequest_CommandActiveThreadCount
   299  	//	*PCmdRequest_CommandActiveThreadDump
   300  	//	*PCmdRequest_CommandActiveThreadLightDump
   301  	Command              isPCmdRequest_Command `protobuf_oneof:"command"`
   302  	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
   303  	XXX_unrecognized     []byte                `json:"-"`
   304  	XXX_sizecache        int32                 `json:"-"`
   305  }
   306  
   307  func (m *PCmdRequest) Reset()         { *m = PCmdRequest{} }
   308  func (m *PCmdRequest) String() string { return proto.CompactTextString(m) }
   309  func (*PCmdRequest) ProtoMessage()    {}
   310  func (*PCmdRequest) Descriptor() ([]byte, []int) {
   311  	return fileDescriptor_2aca7d559118759c, []int{4}
   312  }
   313  
   314  func (m *PCmdRequest) XXX_Unmarshal(b []byte) error {
   315  	return xxx_messageInfo_PCmdRequest.Unmarshal(m, b)
   316  }
   317  func (m *PCmdRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
   318  	return xxx_messageInfo_PCmdRequest.Marshal(b, m, deterministic)
   319  }
   320  func (m *PCmdRequest) XXX_Merge(src proto.Message) {
   321  	xxx_messageInfo_PCmdRequest.Merge(m, src)
   322  }
   323  func (m *PCmdRequest) XXX_Size() int {
   324  	return xxx_messageInfo_PCmdRequest.Size(m)
   325  }
   326  func (m *PCmdRequest) XXX_DiscardUnknown() {
   327  	xxx_messageInfo_PCmdRequest.DiscardUnknown(m)
   328  }
   329  
   330  var xxx_messageInfo_PCmdRequest proto.InternalMessageInfo
   331  
   332  func (m *PCmdRequest) GetRequestId() int32 {
   333  	if m != nil {
   334  		return m.RequestId
   335  	}
   336  	return 0
   337  }
   338  
   339  type isPCmdRequest_Command interface {
   340  	isPCmdRequest_Command()
   341  }
   342  
   343  type PCmdRequest_CommandEcho struct {
   344  	CommandEcho *PCmdEcho `protobuf:"bytes,710,opt,name=commandEcho,proto3,oneof"`
   345  }
   346  
   347  type PCmdRequest_CommandActiveThreadCount struct {
   348  	CommandActiveThreadCount *PCmdActiveThreadCount `protobuf:"bytes,730,opt,name=commandActiveThreadCount,proto3,oneof"`
   349  }
   350  
   351  type PCmdRequest_CommandActiveThreadDump struct {
   352  	CommandActiveThreadDump *PCmdActiveThreadDump `protobuf:"bytes,740,opt,name=commandActiveThreadDump,proto3,oneof"`
   353  }
   354  
   355  type PCmdRequest_CommandActiveThreadLightDump struct {
   356  	CommandActiveThreadLightDump *PCmdActiveThreadLightDump `protobuf:"bytes,750,opt,name=commandActiveThreadLightDump,proto3,oneof"`
   357  }
   358  
   359  func (*PCmdRequest_CommandEcho) isPCmdRequest_Command() {}
   360  
   361  func (*PCmdRequest_CommandActiveThreadCount) isPCmdRequest_Command() {}
   362  
   363  func (*PCmdRequest_CommandActiveThreadDump) isPCmdRequest_Command() {}
   364  
   365  func (*PCmdRequest_CommandActiveThreadLightDump) isPCmdRequest_Command() {}
   366  
   367  func (m *PCmdRequest) GetCommand() isPCmdRequest_Command {
   368  	if m != nil {
   369  		return m.Command
   370  	}
   371  	return nil
   372  }
   373  
   374  func (m *PCmdRequest) GetCommandEcho() *PCmdEcho {
   375  	if x, ok := m.GetCommand().(*PCmdRequest_CommandEcho); ok {
   376  		return x.CommandEcho
   377  	}
   378  	return nil
   379  }
   380  
   381  func (m *PCmdRequest) GetCommandActiveThreadCount() *PCmdActiveThreadCount {
   382  	if x, ok := m.GetCommand().(*PCmdRequest_CommandActiveThreadCount); ok {
   383  		return x.CommandActiveThreadCount
   384  	}
   385  	return nil
   386  }
   387  
   388  func (m *PCmdRequest) GetCommandActiveThreadDump() *PCmdActiveThreadDump {
   389  	if x, ok := m.GetCommand().(*PCmdRequest_CommandActiveThreadDump); ok {
   390  		return x.CommandActiveThreadDump
   391  	}
   392  	return nil
   393  }
   394  
   395  func (m *PCmdRequest) GetCommandActiveThreadLightDump() *PCmdActiveThreadLightDump {
   396  	if x, ok := m.GetCommand().(*PCmdRequest_CommandActiveThreadLightDump); ok {
   397  		return x.CommandActiveThreadLightDump
   398  	}
   399  	return nil
   400  }
   401  
   402  // XXX_OneofWrappers is for the internal use of the proto package.
   403  func (*PCmdRequest) XXX_OneofWrappers() []interface{} {
   404  	return []interface{}{
   405  		(*PCmdRequest_CommandEcho)(nil),
   406  		(*PCmdRequest_CommandActiveThreadCount)(nil),
   407  		(*PCmdRequest_CommandActiveThreadDump)(nil),
   408  		(*PCmdRequest_CommandActiveThreadLightDump)(nil),
   409  	}
   410  }
   411  
   412  type PCmdEcho struct {
   413  	Message              string   `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
   414  	XXX_NoUnkeyedLiteral struct{} `json:"-"`
   415  	XXX_unrecognized     []byte   `json:"-"`
   416  	XXX_sizecache        int32    `json:"-"`
   417  }
   418  
   419  func (m *PCmdEcho) Reset()         { *m = PCmdEcho{} }
   420  func (m *PCmdEcho) String() string { return proto.CompactTextString(m) }
   421  func (*PCmdEcho) ProtoMessage()    {}
   422  func (*PCmdEcho) Descriptor() ([]byte, []int) {
   423  	return fileDescriptor_2aca7d559118759c, []int{5}
   424  }
   425  
   426  func (m *PCmdEcho) XXX_Unmarshal(b []byte) error {
   427  	return xxx_messageInfo_PCmdEcho.Unmarshal(m, b)
   428  }
   429  func (m *PCmdEcho) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
   430  	return xxx_messageInfo_PCmdEcho.Marshal(b, m, deterministic)
   431  }
   432  func (m *PCmdEcho) XXX_Merge(src proto.Message) {
   433  	xxx_messageInfo_PCmdEcho.Merge(m, src)
   434  }
   435  func (m *PCmdEcho) XXX_Size() int {
   436  	return xxx_messageInfo_PCmdEcho.Size(m)
   437  }
   438  func (m *PCmdEcho) XXX_DiscardUnknown() {
   439  	xxx_messageInfo_PCmdEcho.DiscardUnknown(m)
   440  }
   441  
   442  var xxx_messageInfo_PCmdEcho proto.InternalMessageInfo
   443  
   444  func (m *PCmdEcho) GetMessage() string {
   445  	if m != nil {
   446  		return m.Message
   447  	}
   448  	return ""
   449  }
   450  
   451  type PCmdEchoResponse struct {
   452  	CommonResponse       *PCmdResponse `protobuf:"bytes,1,opt,name=commonResponse,proto3" json:"commonResponse,omitempty"`
   453  	Message              string        `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
   454  	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
   455  	XXX_unrecognized     []byte        `json:"-"`
   456  	XXX_sizecache        int32         `json:"-"`
   457  }
   458  
   459  func (m *PCmdEchoResponse) Reset()         { *m = PCmdEchoResponse{} }
   460  func (m *PCmdEchoResponse) String() string { return proto.CompactTextString(m) }
   461  func (*PCmdEchoResponse) ProtoMessage()    {}
   462  func (*PCmdEchoResponse) Descriptor() ([]byte, []int) {
   463  	return fileDescriptor_2aca7d559118759c, []int{6}
   464  }
   465  
   466  func (m *PCmdEchoResponse) XXX_Unmarshal(b []byte) error {
   467  	return xxx_messageInfo_PCmdEchoResponse.Unmarshal(m, b)
   468  }
   469  func (m *PCmdEchoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
   470  	return xxx_messageInfo_PCmdEchoResponse.Marshal(b, m, deterministic)
   471  }
   472  func (m *PCmdEchoResponse) XXX_Merge(src proto.Message) {
   473  	xxx_messageInfo_PCmdEchoResponse.Merge(m, src)
   474  }
   475  func (m *PCmdEchoResponse) XXX_Size() int {
   476  	return xxx_messageInfo_PCmdEchoResponse.Size(m)
   477  }
   478  func (m *PCmdEchoResponse) XXX_DiscardUnknown() {
   479  	xxx_messageInfo_PCmdEchoResponse.DiscardUnknown(m)
   480  }
   481  
   482  var xxx_messageInfo_PCmdEchoResponse proto.InternalMessageInfo
   483  
   484  func (m *PCmdEchoResponse) GetCommonResponse() *PCmdResponse {
   485  	if m != nil {
   486  		return m.CommonResponse
   487  	}
   488  	return nil
   489  }
   490  
   491  func (m *PCmdEchoResponse) GetMessage() string {
   492  	if m != nil {
   493  		return m.Message
   494  	}
   495  	return ""
   496  }
   497  
   498  type PCmdActiveThreadDump struct {
   499  	Limit                int32    `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
   500  	ThreadName           []string `protobuf:"bytes,2,rep,name=threadName,proto3" json:"threadName,omitempty"`
   501  	LocalTraceId         []int64  `protobuf:"varint,3,rep,packed,name=localTraceId,proto3" json:"localTraceId,omitempty"`
   502  	XXX_NoUnkeyedLiteral struct{} `json:"-"`
   503  	XXX_unrecognized     []byte   `json:"-"`
   504  	XXX_sizecache        int32    `json:"-"`
   505  }
   506  
   507  func (m *PCmdActiveThreadDump) Reset()         { *m = PCmdActiveThreadDump{} }
   508  func (m *PCmdActiveThreadDump) String() string { return proto.CompactTextString(m) }
   509  func (*PCmdActiveThreadDump) ProtoMessage()    {}
   510  func (*PCmdActiveThreadDump) Descriptor() ([]byte, []int) {
   511  	return fileDescriptor_2aca7d559118759c, []int{7}
   512  }
   513  
   514  func (m *PCmdActiveThreadDump) XXX_Unmarshal(b []byte) error {
   515  	return xxx_messageInfo_PCmdActiveThreadDump.Unmarshal(m, b)
   516  }
   517  func (m *PCmdActiveThreadDump) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
   518  	return xxx_messageInfo_PCmdActiveThreadDump.Marshal(b, m, deterministic)
   519  }
   520  func (m *PCmdActiveThreadDump) XXX_Merge(src proto.Message) {
   521  	xxx_messageInfo_PCmdActiveThreadDump.Merge(m, src)
   522  }
   523  func (m *PCmdActiveThreadDump) XXX_Size() int {
   524  	return xxx_messageInfo_PCmdActiveThreadDump.Size(m)
   525  }
   526  func (m *PCmdActiveThreadDump) XXX_DiscardUnknown() {
   527  	xxx_messageInfo_PCmdActiveThreadDump.DiscardUnknown(m)
   528  }
   529  
   530  var xxx_messageInfo_PCmdActiveThreadDump proto.InternalMessageInfo
   531  
   532  func (m *PCmdActiveThreadDump) GetLimit() int32 {
   533  	if m != nil {
   534  		return m.Limit
   535  	}
   536  	return 0
   537  }
   538  
   539  func (m *PCmdActiveThreadDump) GetThreadName() []string {
   540  	if m != nil {
   541  		return m.ThreadName
   542  	}
   543  	return nil
   544  }
   545  
   546  func (m *PCmdActiveThreadDump) GetLocalTraceId() []int64 {
   547  	if m != nil {
   548  		return m.LocalTraceId
   549  	}
   550  	return nil
   551  }
   552  
   553  type PCmdActiveThreadDumpRes struct {
   554  	CommonResponse       *PCmdResponse        `protobuf:"bytes,1,opt,name=commonResponse,proto3" json:"commonResponse,omitempty"`
   555  	ThreadDump           []*PActiveThreadDump `protobuf:"bytes,2,rep,name=threadDump,proto3" json:"threadDump,omitempty"`
   556  	Type                 string               `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
   557  	SubType              string               `protobuf:"bytes,4,opt,name=subType,proto3" json:"subType,omitempty"`
   558  	Version              string               `protobuf:"bytes,5,opt,name=version,proto3" json:"version,omitempty"`
   559  	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
   560  	XXX_unrecognized     []byte               `json:"-"`
   561  	XXX_sizecache        int32                `json:"-"`
   562  }
   563  
   564  func (m *PCmdActiveThreadDumpRes) Reset()         { *m = PCmdActiveThreadDumpRes{} }
   565  func (m *PCmdActiveThreadDumpRes) String() string { return proto.CompactTextString(m) }
   566  func (*PCmdActiveThreadDumpRes) ProtoMessage()    {}
   567  func (*PCmdActiveThreadDumpRes) Descriptor() ([]byte, []int) {
   568  	return fileDescriptor_2aca7d559118759c, []int{8}
   569  }
   570  
   571  func (m *PCmdActiveThreadDumpRes) XXX_Unmarshal(b []byte) error {
   572  	return xxx_messageInfo_PCmdActiveThreadDumpRes.Unmarshal(m, b)
   573  }
   574  func (m *PCmdActiveThreadDumpRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
   575  	return xxx_messageInfo_PCmdActiveThreadDumpRes.Marshal(b, m, deterministic)
   576  }
   577  func (m *PCmdActiveThreadDumpRes) XXX_Merge(src proto.Message) {
   578  	xxx_messageInfo_PCmdActiveThreadDumpRes.Merge(m, src)
   579  }
   580  func (m *PCmdActiveThreadDumpRes) XXX_Size() int {
   581  	return xxx_messageInfo_PCmdActiveThreadDumpRes.Size(m)
   582  }
   583  func (m *PCmdActiveThreadDumpRes) XXX_DiscardUnknown() {
   584  	xxx_messageInfo_PCmdActiveThreadDumpRes.DiscardUnknown(m)
   585  }
   586  
   587  var xxx_messageInfo_PCmdActiveThreadDumpRes proto.InternalMessageInfo
   588  
   589  func (m *PCmdActiveThreadDumpRes) GetCommonResponse() *PCmdResponse {
   590  	if m != nil {
   591  		return m.CommonResponse
   592  	}
   593  	return nil
   594  }
   595  
   596  func (m *PCmdActiveThreadDumpRes) GetThreadDump() []*PActiveThreadDump {
   597  	if m != nil {
   598  		return m.ThreadDump
   599  	}
   600  	return nil
   601  }
   602  
   603  func (m *PCmdActiveThreadDumpRes) GetType() string {
   604  	if m != nil {
   605  		return m.Type
   606  	}
   607  	return ""
   608  }
   609  
   610  func (m *PCmdActiveThreadDumpRes) GetSubType() string {
   611  	if m != nil {
   612  		return m.SubType
   613  	}
   614  	return ""
   615  }
   616  
   617  func (m *PCmdActiveThreadDumpRes) GetVersion() string {
   618  	if m != nil {
   619  		return m.Version
   620  	}
   621  	return ""
   622  }
   623  
   624  type PCmdActiveThreadLightDump struct {
   625  	Limit                int32    `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
   626  	ThreadName           []string `protobuf:"bytes,2,rep,name=threadName,proto3" json:"threadName,omitempty"`
   627  	LocalTraceId         []int64  `protobuf:"varint,3,rep,packed,name=localTraceId,proto3" json:"localTraceId,omitempty"`
   628  	XXX_NoUnkeyedLiteral struct{} `json:"-"`
   629  	XXX_unrecognized     []byte   `json:"-"`
   630  	XXX_sizecache        int32    `json:"-"`
   631  }
   632  
   633  func (m *PCmdActiveThreadLightDump) Reset()         { *m = PCmdActiveThreadLightDump{} }
   634  func (m *PCmdActiveThreadLightDump) String() string { return proto.CompactTextString(m) }
   635  func (*PCmdActiveThreadLightDump) ProtoMessage()    {}
   636  func (*PCmdActiveThreadLightDump) Descriptor() ([]byte, []int) {
   637  	return fileDescriptor_2aca7d559118759c, []int{9}
   638  }
   639  
   640  func (m *PCmdActiveThreadLightDump) XXX_Unmarshal(b []byte) error {
   641  	return xxx_messageInfo_PCmdActiveThreadLightDump.Unmarshal(m, b)
   642  }
   643  func (m *PCmdActiveThreadLightDump) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
   644  	return xxx_messageInfo_PCmdActiveThreadLightDump.Marshal(b, m, deterministic)
   645  }
   646  func (m *PCmdActiveThreadLightDump) XXX_Merge(src proto.Message) {
   647  	xxx_messageInfo_PCmdActiveThreadLightDump.Merge(m, src)
   648  }
   649  func (m *PCmdActiveThreadLightDump) XXX_Size() int {
   650  	return xxx_messageInfo_PCmdActiveThreadLightDump.Size(m)
   651  }
   652  func (m *PCmdActiveThreadLightDump) XXX_DiscardUnknown() {
   653  	xxx_messageInfo_PCmdActiveThreadLightDump.DiscardUnknown(m)
   654  }
   655  
   656  var xxx_messageInfo_PCmdActiveThreadLightDump proto.InternalMessageInfo
   657  
   658  func (m *PCmdActiveThreadLightDump) GetLimit() int32 {
   659  	if m != nil {
   660  		return m.Limit
   661  	}
   662  	return 0
   663  }
   664  
   665  func (m *PCmdActiveThreadLightDump) GetThreadName() []string {
   666  	if m != nil {
   667  		return m.ThreadName
   668  	}
   669  	return nil
   670  }
   671  
   672  func (m *PCmdActiveThreadLightDump) GetLocalTraceId() []int64 {
   673  	if m != nil {
   674  		return m.LocalTraceId
   675  	}
   676  	return nil
   677  }
   678  
   679  type PCmdActiveThreadLightDumpRes struct {
   680  	CommonResponse       *PCmdResponse             `protobuf:"bytes,1,opt,name=commonResponse,proto3" json:"commonResponse,omitempty"`
   681  	ThreadDump           []*PActiveThreadLightDump `protobuf:"bytes,2,rep,name=threadDump,proto3" json:"threadDump,omitempty"`
   682  	Type                 string                    `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
   683  	SubType              string                    `protobuf:"bytes,4,opt,name=subType,proto3" json:"subType,omitempty"`
   684  	Version              string                    `protobuf:"bytes,5,opt,name=version,proto3" json:"version,omitempty"`
   685  	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
   686  	XXX_unrecognized     []byte                    `json:"-"`
   687  	XXX_sizecache        int32                     `json:"-"`
   688  }
   689  
   690  func (m *PCmdActiveThreadLightDumpRes) Reset()         { *m = PCmdActiveThreadLightDumpRes{} }
   691  func (m *PCmdActiveThreadLightDumpRes) String() string { return proto.CompactTextString(m) }
   692  func (*PCmdActiveThreadLightDumpRes) ProtoMessage()    {}
   693  func (*PCmdActiveThreadLightDumpRes) Descriptor() ([]byte, []int) {
   694  	return fileDescriptor_2aca7d559118759c, []int{10}
   695  }
   696  
   697  func (m *PCmdActiveThreadLightDumpRes) XXX_Unmarshal(b []byte) error {
   698  	return xxx_messageInfo_PCmdActiveThreadLightDumpRes.Unmarshal(m, b)
   699  }
   700  func (m *PCmdActiveThreadLightDumpRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
   701  	return xxx_messageInfo_PCmdActiveThreadLightDumpRes.Marshal(b, m, deterministic)
   702  }
   703  func (m *PCmdActiveThreadLightDumpRes) XXX_Merge(src proto.Message) {
   704  	xxx_messageInfo_PCmdActiveThreadLightDumpRes.Merge(m, src)
   705  }
   706  func (m *PCmdActiveThreadLightDumpRes) XXX_Size() int {
   707  	return xxx_messageInfo_PCmdActiveThreadLightDumpRes.Size(m)
   708  }
   709  func (m *PCmdActiveThreadLightDumpRes) XXX_DiscardUnknown() {
   710  	xxx_messageInfo_PCmdActiveThreadLightDumpRes.DiscardUnknown(m)
   711  }
   712  
   713  var xxx_messageInfo_PCmdActiveThreadLightDumpRes proto.InternalMessageInfo
   714  
   715  func (m *PCmdActiveThreadLightDumpRes) GetCommonResponse() *PCmdResponse {
   716  	if m != nil {
   717  		return m.CommonResponse
   718  	}
   719  	return nil
   720  }
   721  
   722  func (m *PCmdActiveThreadLightDumpRes) GetThreadDump() []*PActiveThreadLightDump {
   723  	if m != nil {
   724  		return m.ThreadDump
   725  	}
   726  	return nil
   727  }
   728  
   729  func (m *PCmdActiveThreadLightDumpRes) GetType() string {
   730  	if m != nil {
   731  		return m.Type
   732  	}
   733  	return ""
   734  }
   735  
   736  func (m *PCmdActiveThreadLightDumpRes) GetSubType() string {
   737  	if m != nil {
   738  		return m.SubType
   739  	}
   740  	return ""
   741  }
   742  
   743  func (m *PCmdActiveThreadLightDumpRes) GetVersion() string {
   744  	if m != nil {
   745  		return m.Version
   746  	}
   747  	return ""
   748  }
   749  
   750  type PCmdActiveThreadCount struct {
   751  	XXX_NoUnkeyedLiteral struct{} `json:"-"`
   752  	XXX_unrecognized     []byte   `json:"-"`
   753  	XXX_sizecache        int32    `json:"-"`
   754  }
   755  
   756  func (m *PCmdActiveThreadCount) Reset()         { *m = PCmdActiveThreadCount{} }
   757  func (m *PCmdActiveThreadCount) String() string { return proto.CompactTextString(m) }
   758  func (*PCmdActiveThreadCount) ProtoMessage()    {}
   759  func (*PCmdActiveThreadCount) Descriptor() ([]byte, []int) {
   760  	return fileDescriptor_2aca7d559118759c, []int{11}
   761  }
   762  
   763  func (m *PCmdActiveThreadCount) XXX_Unmarshal(b []byte) error {
   764  	return xxx_messageInfo_PCmdActiveThreadCount.Unmarshal(m, b)
   765  }
   766  func (m *PCmdActiveThreadCount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
   767  	return xxx_messageInfo_PCmdActiveThreadCount.Marshal(b, m, deterministic)
   768  }
   769  func (m *PCmdActiveThreadCount) XXX_Merge(src proto.Message) {
   770  	xxx_messageInfo_PCmdActiveThreadCount.Merge(m, src)
   771  }
   772  func (m *PCmdActiveThreadCount) XXX_Size() int {
   773  	return xxx_messageInfo_PCmdActiveThreadCount.Size(m)
   774  }
   775  func (m *PCmdActiveThreadCount) XXX_DiscardUnknown() {
   776  	xxx_messageInfo_PCmdActiveThreadCount.DiscardUnknown(m)
   777  }
   778  
   779  var xxx_messageInfo_PCmdActiveThreadCount proto.InternalMessageInfo
   780  
   781  type PCmdActiveThreadCountRes struct {
   782  	CommonStreamResponse *PCmdStreamResponse `protobuf:"bytes,1,opt,name=commonStreamResponse,proto3" json:"commonStreamResponse,omitempty"`
   783  	HistogramSchemaType  int32               `protobuf:"varint,2,opt,name=histogramSchemaType,proto3" json:"histogramSchemaType,omitempty"`
   784  	ActiveThreadCount    []int32             `protobuf:"varint,3,rep,packed,name=activeThreadCount,proto3" json:"activeThreadCount,omitempty"`
   785  	TimeStamp            int64               `protobuf:"varint,4,opt,name=timeStamp,proto3" json:"timeStamp,omitempty"`
   786  	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
   787  	XXX_unrecognized     []byte              `json:"-"`
   788  	XXX_sizecache        int32               `json:"-"`
   789  }
   790  
   791  func (m *PCmdActiveThreadCountRes) Reset()         { *m = PCmdActiveThreadCountRes{} }
   792  func (m *PCmdActiveThreadCountRes) String() string { return proto.CompactTextString(m) }
   793  func (*PCmdActiveThreadCountRes) ProtoMessage()    {}
   794  func (*PCmdActiveThreadCountRes) Descriptor() ([]byte, []int) {
   795  	return fileDescriptor_2aca7d559118759c, []int{12}
   796  }
   797  
   798  func (m *PCmdActiveThreadCountRes) XXX_Unmarshal(b []byte) error {
   799  	return xxx_messageInfo_PCmdActiveThreadCountRes.Unmarshal(m, b)
   800  }
   801  func (m *PCmdActiveThreadCountRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
   802  	return xxx_messageInfo_PCmdActiveThreadCountRes.Marshal(b, m, deterministic)
   803  }
   804  func (m *PCmdActiveThreadCountRes) XXX_Merge(src proto.Message) {
   805  	xxx_messageInfo_PCmdActiveThreadCountRes.Merge(m, src)
   806  }
   807  func (m *PCmdActiveThreadCountRes) XXX_Size() int {
   808  	return xxx_messageInfo_PCmdActiveThreadCountRes.Size(m)
   809  }
   810  func (m *PCmdActiveThreadCountRes) XXX_DiscardUnknown() {
   811  	xxx_messageInfo_PCmdActiveThreadCountRes.DiscardUnknown(m)
   812  }
   813  
   814  var xxx_messageInfo_PCmdActiveThreadCountRes proto.InternalMessageInfo
   815  
   816  func (m *PCmdActiveThreadCountRes) GetCommonStreamResponse() *PCmdStreamResponse {
   817  	if m != nil {
   818  		return m.CommonStreamResponse
   819  	}
   820  	return nil
   821  }
   822  
   823  func (m *PCmdActiveThreadCountRes) GetHistogramSchemaType() int32 {
   824  	if m != nil {
   825  		return m.HistogramSchemaType
   826  	}
   827  	return 0
   828  }
   829  
   830  func (m *PCmdActiveThreadCountRes) GetActiveThreadCount() []int32 {
   831  	if m != nil {
   832  		return m.ActiveThreadCount
   833  	}
   834  	return nil
   835  }
   836  
   837  func (m *PCmdActiveThreadCountRes) GetTimeStamp() int64 {
   838  	if m != nil {
   839  		return m.TimeStamp
   840  	}
   841  	return 0
   842  }
   843  
   844  func init() {
   845  	proto.RegisterEnum("v1.PCommandType", PCommandType_name, PCommandType_value)
   846  	proto.RegisterType((*PCmdMessage)(nil), "v1.PCmdMessage")
   847  	proto.RegisterType((*PCmdServiceHandshake)(nil), "v1.PCmdServiceHandshake")
   848  	proto.RegisterType((*PCmdResponse)(nil), "v1.PCmdResponse")
   849  	proto.RegisterType((*PCmdStreamResponse)(nil), "v1.PCmdStreamResponse")
   850  	proto.RegisterType((*PCmdRequest)(nil), "v1.PCmdRequest")
   851  	proto.RegisterType((*PCmdEcho)(nil), "v1.PCmdEcho")
   852  	proto.RegisterType((*PCmdEchoResponse)(nil), "v1.PCmdEchoResponse")
   853  	proto.RegisterType((*PCmdActiveThreadDump)(nil), "v1.PCmdActiveThreadDump")
   854  	proto.RegisterType((*PCmdActiveThreadDumpRes)(nil), "v1.PCmdActiveThreadDumpRes")
   855  	proto.RegisterType((*PCmdActiveThreadLightDump)(nil), "v1.PCmdActiveThreadLightDump")
   856  	proto.RegisterType((*PCmdActiveThreadLightDumpRes)(nil), "v1.PCmdActiveThreadLightDumpRes")
   857  	proto.RegisterType((*PCmdActiveThreadCount)(nil), "v1.PCmdActiveThreadCount")
   858  	proto.RegisterType((*PCmdActiveThreadCountRes)(nil), "v1.PCmdActiveThreadCountRes")
   859  }
   860  
   861  func init() { proto.RegisterFile("v1/Cmd.proto", fileDescriptor_2aca7d559118759c) }
   862  
   863  var fileDescriptor_2aca7d559118759c = []byte{
   864  	// 838 bytes of a gzipped FileDescriptorProto
   865  	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x55, 0x4f, 0x6f, 0xdb, 0x36,
   866  	0x14, 0xb7, 0xa2, 0xa8, 0x8b, 0x9f, 0x83, 0x41, 0x63, 0xd2, 0x46, 0x0d, 0xd2, 0x20, 0x33, 0x76,
   867  	0x08, 0x86, 0x41, 0x9e, 0xbb, 0x6e, 0x18, 0x7a, 0x4b, 0x1c, 0x2f, 0xce, 0xd6, 0x3a, 0x06, 0xed,
   868  	0x14, 0xc3, 0x2e, 0x05, 0x23, 0x31, 0xb6, 0x30, 0x4b, 0xd4, 0x28, 0x4a, 0x43, 0x2f, 0xc3, 0xae,
   869  	0x03, 0x76, 0xde, 0x47, 0xea, 0x07, 0xd8, 0xb1, 0xd8, 0x31, 0xe7, 0x7e, 0x86, 0x81, 0xa4, 0x64,
   870  	0xcb, 0x95, 0x3c, 0x0c, 0x2d, 0x72, 0x23, 0xdf, 0xef, 0xf7, 0xfe, 0xfd, 0xf8, 0x48, 0xc2, 0x76,
   871  	0xd6, 0xed, 0xf4, 0x42, 0xdf, 0x8d, 0x39, 0x13, 0x0c, 0x6d, 0x64, 0xdd, 0xfd, 0xc3, 0x29, 0x63,
   872  	0xd3, 0x39, 0xed, 0x28, 0xcb, 0x75, 0x7a, 0xd3, 0xf9, 0x95, 0x93, 0x38, 0xa6, 0x3c, 0xd1, 0x9c,
   873  	0xfd, 0x9d, 0xac, 0xdb, 0x99, 0xcc, 0x38, 0x25, 0xfe, 0x59, 0x1a, 0xc6, 0xda, 0xd8, 0xfe, 0xcb,
   874  	0x80, 0xd6, 0xa8, 0x17, 0xfa, 0xcf, 0x69, 0x92, 0x90, 0x29, 0x45, 0xdf, 0x81, 0x3d, 0x23, 0x91,
   875  	0x9f, 0xcc, 0xc8, 0xcf, 0x34, 0xb7, 0x39, 0xc6, 0x91, 0x71, 0xdc, 0x7a, 0xec, 0xb8, 0x59, 0xd7,
   876  	0x95, 0xd4, 0x31, 0xe5, 0x59, 0xe0, 0xd1, 0x41, 0x41, 0x1b, 0x34, 0x70, 0xc5, 0x07, 0x3d, 0x81,
   877  	0xd6, 0x0d, 0x09, 0xe6, 0x45, 0x88, 0x0d, 0x15, 0xc2, 0x2e, 0x42, 0x60, 0x9a, 0xc4, 0x2c, 0x4a,
   878  	0xa4, 0x6b, 0x99, 0x76, 0xda, 0x84, 0x8f, 0x42, 0xbd, 0x6c, 0x63, 0xd8, 0xad, 0x4b, 0x86, 0x9e,
   879  	0x82, 0x93, 0xa4, 0x71, 0xcc, 0xb8, 0xe8, 0xb1, 0x30, 0x24, 0x51, 0xc1, 0xf8, 0x81, 0xbe, 0x72,
   880  	0x8c, 0x23, 0xf3, 0xd8, 0xc2, 0x6b, 0xf1, 0xf6, 0x6f, 0xb0, 0x5d, 0xce, 0x8e, 0x0e, 0x01, 0x78,
   881  	0xbe, 0xbe, 0xf0, 0x55, 0x9b, 0x16, 0x2e, 0x59, 0xd0, 0x03, 0xb8, 0x97, 0x08, 0x22, 0xd2, 0x44,
   882  	0xd5, 0x6f, 0xe1, 0x7c, 0x87, 0xbe, 0x59, 0x94, 0xe9, 0x98, 0xaa, 0xb1, 0x03, 0x57, 0x6b, 0xef,
   883  	0x16, 0xda, 0xbb, 0x63, 0xc1, 0x83, 0x68, 0xfa, 0x82, 0xcc, 0x53, 0x8a, 0x17, 0x3d, 0xfd, 0x69,
   884  	0x00, 0x52, 0x4d, 0x09, 0x4e, 0x49, 0xf8, 0xbf, 0xcb, 0x38, 0x04, 0x48, 0xe8, 0x2f, 0x29, 0x8d,
   885  	0x3c, 0x89, 0xeb, 0x52, 0x4a, 0x96, 0xf7, 0x2e, 0xe7, 0x77, 0x53, 0x9f, 0x3d, 0x96, 0xa1, 0x12,
   886  	0x81, 0x0e, 0xa0, 0xc9, 0xf5, 0x72, 0x51, 0xc6, 0xd2, 0x80, 0xba, 0xd0, 0xf2, 0xb4, 0xa2, 0x7d,
   887  	0x6f, 0xc6, 0x9c, 0xd7, 0x96, 0x4a, 0xb5, 0x5d, 0x1c, 0xa9, 0x34, 0xca, 0xe3, 0x2c, 0x71, 0xd0,
   888  	0x8f, 0xe0, 0xe4, 0xdb, 0x13, 0x4f, 0x04, 0x19, 0xd5, 0xd3, 0xd7, 0x63, 0x69, 0x24, 0x9c, 0x37,
   889  	0xda, 0xff, 0x61, 0xe1, 0x5f, 0x61, 0x0c, 0x1a, 0x78, 0xad, 0x37, 0xba, 0x82, 0xbd, 0x1a, 0x4c,
   890  	0xce, 0xb5, 0x73, 0x6b, 0xad, 0x8e, 0xeb, 0xbb, 0x84, 0x41, 0x03, 0xaf, 0xf3, 0x45, 0x3e, 0x1c,
   891  	0xd4, 0x40, 0xcf, 0x82, 0xe9, 0x4c, 0xa8, 0xd8, 0x6f, 0x75, 0xec, 0x47, 0x75, 0xb1, 0x17, 0xac,
   892  	0x41, 0x03, 0xff, 0x67, 0x14, 0x39, 0xe5, 0x39, 0xde, 0xfe, 0x0c, 0xb6, 0x0a, 0xf1, 0x90, 0xb3,
   893  	0x3c, 0x46, 0x29, 0x7e, 0x73, 0x79, 0x50, 0x37, 0x60, 0x17, 0xac, 0xc5, 0xd0, 0x7c, 0x0b, 0x1f,
   894  	0xcb, 0x20, 0x2c, 0x2a, 0x2c, 0xf9, 0x35, 0xad, 0xdc, 0x31, 0xfc, 0x0e, 0xaf, 0x9c, 0x67, 0x63,
   895  	0x35, 0x4f, 0xac, 0xef, 0x5c, 0x45, 0x96, 0x5d, 0xb0, 0xe6, 0x41, 0x18, 0x88, 0x7c, 0x28, 0xf4,
   896  	0x46, 0x8e, 0xa5, 0x50, 0x9c, 0x21, 0x09, 0x65, 0x28, 0xf3, 0xb8, 0x89, 0x4b, 0x16, 0xd4, 0x86,
   897  	0xed, 0x39, 0xf3, 0xc8, 0x7c, 0xc2, 0x89, 0x1a, 0x5c, 0xf3, 0xc8, 0x3c, 0x36, 0xf1, 0x8a, 0xad,
   898  	0xfd, 0xb7, 0x01, 0x7b, 0x75, 0x29, 0x31, 0x4d, 0x3e, 0xa0, 0xc3, 0xaf, 0x8b, 0xca, 0xd4, 0xa1,
   899  	0xc9, 0xca, 0x5a, 0x8f, 0xef, 0x2b, 0xaf, 0x4a, 0x9e, 0x12, 0x11, 0x21, 0xd8, 0x14, 0xaf, 0x62,
   900  	0x7d, 0x89, 0x9a, 0x58, 0xad, 0xa5, 0x58, 0x49, 0x7a, 0x3d, 0x91, 0xe6, 0x4d, 0x2d, 0x56, 0xbe,
   901  	0x95, 0x48, 0x46, 0x79, 0x12, 0xb0, 0xc8, 0xb1, 0x34, 0x92, 0x6f, 0xdb, 0x29, 0x3c, 0x5c, 0x3b,
   902  	0x1c, 0x77, 0xa8, 0xe5, 0x3f, 0x06, 0x1c, 0xac, 0xcd, 0xfb, 0x61, 0x82, 0x3e, 0xad, 0x11, 0x74,
   903  	0xbf, 0x22, 0xe8, 0x32, 0xd9, 0x5d, 0xa8, 0xba, 0x07, 0xf7, 0x6b, 0xdf, 0x89, 0xf6, 0xad, 0x01,
   904  	0x4e, 0x2d, 0x22, 0x7b, 0xfe, 0x1e, 0x76, 0x75, 0x2f, 0xab, 0x6f, 0x6e, 0xde, 0xf9, 0x83, 0xc5,
   905  	0x9f, 0xb6, 0x82, 0xe2, 0x5a, 0x1f, 0xf4, 0x25, 0xec, 0xcc, 0x82, 0x44, 0xb0, 0x29, 0x27, 0xe1,
   906  	0xd8, 0x9b, 0xd1, 0x90, 0xa8, 0x0e, 0xf4, 0x83, 0x5c, 0x07, 0xa1, 0x2f, 0xe0, 0x13, 0x52, 0x79,
   907  	0xf9, 0x4c, 0xf5, 0x4b, 0x55, 0x01, 0xf9, 0xfe, 0x8a, 0x20, 0xa4, 0x63, 0x41, 0xc2, 0x58, 0xe9,
   908  	0x62, 0xe2, 0xa5, 0xe1, 0xf3, 0x3f, 0x0c, 0xf9, 0x7b, 0xe9, 0x77, 0x43, 0x05, 0xdf, 0x82, 0xcd,
   909  	0xe1, 0xe5, 0xb0, 0x6f, 0x37, 0xe4, 0x6a, 0x74, 0x31, 0x3c, 0xb7, 0x7d, 0xb5, 0xba, 0x1c, 0x9e,
   910  	0xdb, 0x14, 0x35, 0x61, 0xb3, 0xdf, 0x1b, 0x5c, 0xda, 0xaf, 0x2d, 0xe4, 0xc0, 0xce, 0x49, 0x6f,
   911  	0x72, 0xf1, 0xa2, 0xff, 0x72, 0x32, 0xc0, 0xfd, 0x93, 0xb3, 0x97, 0xbd, 0xcb, 0xab, 0xe1, 0xc4,
   912  	0x7e, 0x63, 0xa1, 0x3d, 0x40, 0xab, 0xc8, 0xd9, 0xd5, 0xf3, 0x91, 0x7d, 0x6b, 0xa1, 0x47, 0xe0,
   913  	0xac, 0x02, 0xcf, 0x2e, 0xce, 0x07, 0x13, 0x0d, 0xbf, 0xb5, 0x4e, 0x9f, 0xc0, 0xa7, 0x1e, 0x0b,
   914  	0xdd, 0x88, 0x64, 0x94, 0x7b, 0x8c, 0xc7, 0x6e, 0x1c, 0x44, 0x31, 0x0b, 0x22, 0xe1, 0x4e, 0x79,
   915  	0xec, 0xb9, 0x42, 0x4e, 0xe4, 0xe9, 0x56, 0x2f, 0xf4, 0x47, 0xf2, 0x03, 0x1a, 0x19, 0x3f, 0x99,
   916  	0x9d, 0xac, 0x7b, 0x7d, 0x4f, 0x7d, 0x47, 0x5f, 0xfd, 0x1b, 0x00, 0x00, 0xff, 0xff, 0x16, 0xea,
   917  	0xe8, 0x49, 0xbb, 0x08, 0x00, 0x00,
   918  }