github.com/google/fleetspeak@v0.1.15-0.20240426164851-4f31f62c1aea/fleetspeak/src/client/stdinservice/proto/fleetspeak_stdinservice/config.pb.go (about)

     1  // Code generated by protoc-gen-go. DO NOT EDIT.
     2  // versions:
     3  // 	protoc-gen-go v1.28.0
     4  // 	protoc        v4.23.4
     5  // source: fleetspeak/src/client/stdinservice/proto/fleetspeak_stdinservice/config.proto
     6  
     7  package fleetspeak_stdinservice
     8  
     9  import (
    10  	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
    11  	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
    12  	reflect "reflect"
    13  	sync "sync"
    14  )
    15  
    16  const (
    17  	// Verify that this generated code is sufficiently up-to-date.
    18  	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
    19  	// Verify that runtime/protoimpl is sufficiently up-to-date.
    20  	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
    21  )
    22  
    23  // The configuration information expected by stdinservice.Factory
    24  // in ClientServiceConfig.config.
    25  type Config struct {
    26  	state         protoimpl.MessageState
    27  	sizeCache     protoimpl.SizeCache
    28  	unknownFields protoimpl.UnknownFields
    29  
    30  	Cmd string `protobuf:"bytes,1,opt,name=cmd,proto3" json:"cmd,omitempty"`
    31  }
    32  
    33  func (x *Config) Reset() {
    34  	*x = Config{}
    35  	if protoimpl.UnsafeEnabled {
    36  		mi := &file_fleetspeak_src_client_stdinservice_proto_fleetspeak_stdinservice_config_proto_msgTypes[0]
    37  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    38  		ms.StoreMessageInfo(mi)
    39  	}
    40  }
    41  
    42  func (x *Config) String() string {
    43  	return protoimpl.X.MessageStringOf(x)
    44  }
    45  
    46  func (*Config) ProtoMessage() {}
    47  
    48  func (x *Config) ProtoReflect() protoreflect.Message {
    49  	mi := &file_fleetspeak_src_client_stdinservice_proto_fleetspeak_stdinservice_config_proto_msgTypes[0]
    50  	if protoimpl.UnsafeEnabled && x != nil {
    51  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    52  		if ms.LoadMessageInfo() == nil {
    53  			ms.StoreMessageInfo(mi)
    54  		}
    55  		return ms
    56  	}
    57  	return mi.MessageOf(x)
    58  }
    59  
    60  // Deprecated: Use Config.ProtoReflect.Descriptor instead.
    61  func (*Config) Descriptor() ([]byte, []int) {
    62  	return file_fleetspeak_src_client_stdinservice_proto_fleetspeak_stdinservice_config_proto_rawDescGZIP(), []int{0}
    63  }
    64  
    65  func (x *Config) GetCmd() string {
    66  	if x != nil {
    67  		return x.Cmd
    68  	}
    69  	return ""
    70  }
    71  
    72  var File_fleetspeak_src_client_stdinservice_proto_fleetspeak_stdinservice_config_proto protoreflect.FileDescriptor
    73  
    74  var file_fleetspeak_src_client_stdinservice_proto_fleetspeak_stdinservice_config_proto_rawDesc = []byte{
    75  	0x0a, 0x4d, 0x66, 0x6c, 0x65, 0x65, 0x74, 0x73, 0x70, 0x65, 0x61, 0x6b, 0x2f, 0x73, 0x72, 0x63,
    76  	0x2f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x2f, 0x73, 0x74, 0x64, 0x69, 0x6e, 0x73, 0x65, 0x72,
    77  	0x76, 0x69, 0x63, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x66, 0x6c, 0x65, 0x65, 0x74,
    78  	0x73, 0x70, 0x65, 0x61, 0x6b, 0x5f, 0x73, 0x74, 0x64, 0x69, 0x6e, 0x73, 0x65, 0x72, 0x76, 0x69,
    79  	0x63, 0x65, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12,
    80  	0x17, 0x66, 0x6c, 0x65, 0x65, 0x74, 0x73, 0x70, 0x65, 0x61, 0x6b, 0x2e, 0x73, 0x74, 0x64, 0x69,
    81  	0x6e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x22, 0x1a, 0x0a, 0x06, 0x43, 0x6f, 0x6e, 0x66,
    82  	0x69, 0x67, 0x12, 0x10, 0x0a, 0x03, 0x63, 0x6d, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
    83  	0x03, 0x63, 0x6d, 0x64, 0x42, 0x5f, 0x5a, 0x5d, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63,
    84  	0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x66, 0x6c, 0x65, 0x65, 0x74, 0x73,
    85  	0x70, 0x65, 0x61, 0x6b, 0x2f, 0x66, 0x6c, 0x65, 0x65, 0x74, 0x73, 0x70, 0x65, 0x61, 0x6b, 0x2f,
    86  	0x73, 0x72, 0x63, 0x2f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x2f, 0x73, 0x74, 0x64, 0x69, 0x6e,
    87  	0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x66, 0x6c,
    88  	0x65, 0x65, 0x74, 0x73, 0x70, 0x65, 0x61, 0x6b, 0x5f, 0x73, 0x74, 0x64, 0x69, 0x6e, 0x73, 0x65,
    89  	0x72, 0x76, 0x69, 0x63, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
    90  }
    91  
    92  var (
    93  	file_fleetspeak_src_client_stdinservice_proto_fleetspeak_stdinservice_config_proto_rawDescOnce sync.Once
    94  	file_fleetspeak_src_client_stdinservice_proto_fleetspeak_stdinservice_config_proto_rawDescData = file_fleetspeak_src_client_stdinservice_proto_fleetspeak_stdinservice_config_proto_rawDesc
    95  )
    96  
    97  func file_fleetspeak_src_client_stdinservice_proto_fleetspeak_stdinservice_config_proto_rawDescGZIP() []byte {
    98  	file_fleetspeak_src_client_stdinservice_proto_fleetspeak_stdinservice_config_proto_rawDescOnce.Do(func() {
    99  		file_fleetspeak_src_client_stdinservice_proto_fleetspeak_stdinservice_config_proto_rawDescData = protoimpl.X.CompressGZIP(file_fleetspeak_src_client_stdinservice_proto_fleetspeak_stdinservice_config_proto_rawDescData)
   100  	})
   101  	return file_fleetspeak_src_client_stdinservice_proto_fleetspeak_stdinservice_config_proto_rawDescData
   102  }
   103  
   104  var file_fleetspeak_src_client_stdinservice_proto_fleetspeak_stdinservice_config_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
   105  var file_fleetspeak_src_client_stdinservice_proto_fleetspeak_stdinservice_config_proto_goTypes = []interface{}{
   106  	(*Config)(nil), // 0: fleetspeak.stdinservice.Config
   107  }
   108  var file_fleetspeak_src_client_stdinservice_proto_fleetspeak_stdinservice_config_proto_depIdxs = []int32{
   109  	0, // [0:0] is the sub-list for method output_type
   110  	0, // [0:0] is the sub-list for method input_type
   111  	0, // [0:0] is the sub-list for extension type_name
   112  	0, // [0:0] is the sub-list for extension extendee
   113  	0, // [0:0] is the sub-list for field type_name
   114  }
   115  
   116  func init() {
   117  	file_fleetspeak_src_client_stdinservice_proto_fleetspeak_stdinservice_config_proto_init()
   118  }
   119  func file_fleetspeak_src_client_stdinservice_proto_fleetspeak_stdinservice_config_proto_init() {
   120  	if File_fleetspeak_src_client_stdinservice_proto_fleetspeak_stdinservice_config_proto != nil {
   121  		return
   122  	}
   123  	if !protoimpl.UnsafeEnabled {
   124  		file_fleetspeak_src_client_stdinservice_proto_fleetspeak_stdinservice_config_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
   125  			switch v := v.(*Config); i {
   126  			case 0:
   127  				return &v.state
   128  			case 1:
   129  				return &v.sizeCache
   130  			case 2:
   131  				return &v.unknownFields
   132  			default:
   133  				return nil
   134  			}
   135  		}
   136  	}
   137  	type x struct{}
   138  	out := protoimpl.TypeBuilder{
   139  		File: protoimpl.DescBuilder{
   140  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
   141  			RawDescriptor: file_fleetspeak_src_client_stdinservice_proto_fleetspeak_stdinservice_config_proto_rawDesc,
   142  			NumEnums:      0,
   143  			NumMessages:   1,
   144  			NumExtensions: 0,
   145  			NumServices:   0,
   146  		},
   147  		GoTypes:           file_fleetspeak_src_client_stdinservice_proto_fleetspeak_stdinservice_config_proto_goTypes,
   148  		DependencyIndexes: file_fleetspeak_src_client_stdinservice_proto_fleetspeak_stdinservice_config_proto_depIdxs,
   149  		MessageInfos:      file_fleetspeak_src_client_stdinservice_proto_fleetspeak_stdinservice_config_proto_msgTypes,
   150  	}.Build()
   151  	File_fleetspeak_src_client_stdinservice_proto_fleetspeak_stdinservice_config_proto = out.File
   152  	file_fleetspeak_src_client_stdinservice_proto_fleetspeak_stdinservice_config_proto_rawDesc = nil
   153  	file_fleetspeak_src_client_stdinservice_proto_fleetspeak_stdinservice_config_proto_goTypes = nil
   154  	file_fleetspeak_src_client_stdinservice_proto_fleetspeak_stdinservice_config_proto_depIdxs = nil
   155  }