github.com/nicocha30/gvisor-ligolo@v0.0.0-20230726075806-989fa2c0a413/pkg/sentry/seccheck/points/points_go_proto/container.pb.go (about)

     1  // Code generated by protoc-gen-go. DO NOT EDIT.
     2  // versions:
     3  // 	protoc-gen-go v1.30.0
     4  // 	protoc        v3.21.7
     5  // source: pkg/sentry/seccheck/points/container.proto
     6  
     7  package points_go_proto
     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  type Start struct {
    24  	state         protoimpl.MessageState
    25  	sizeCache     protoimpl.SizeCache
    26  	unknownFields protoimpl.UnknownFields
    27  
    28  	ContextData *ContextData `protobuf:"bytes,1,opt,name=context_data,json=contextData,proto3" json:"context_data,omitempty"`
    29  	Id          string       `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
    30  	Cwd         string       `protobuf:"bytes,3,opt,name=cwd,proto3" json:"cwd,omitempty"`
    31  	Args        []string     `protobuf:"bytes,4,rep,name=args,proto3" json:"args,omitempty"`
    32  	Env         []string     `protobuf:"bytes,5,rep,name=env,proto3" json:"env,omitempty"`
    33  	Terminal    bool         `protobuf:"varint,6,opt,name=terminal,proto3" json:"terminal,omitempty"`
    34  }
    35  
    36  func (x *Start) Reset() {
    37  	*x = Start{}
    38  	if protoimpl.UnsafeEnabled {
    39  		mi := &file_pkg_sentry_seccheck_points_container_proto_msgTypes[0]
    40  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    41  		ms.StoreMessageInfo(mi)
    42  	}
    43  }
    44  
    45  func (x *Start) String() string {
    46  	return protoimpl.X.MessageStringOf(x)
    47  }
    48  
    49  func (*Start) ProtoMessage() {}
    50  
    51  func (x *Start) ProtoReflect() protoreflect.Message {
    52  	mi := &file_pkg_sentry_seccheck_points_container_proto_msgTypes[0]
    53  	if protoimpl.UnsafeEnabled && x != nil {
    54  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    55  		if ms.LoadMessageInfo() == nil {
    56  			ms.StoreMessageInfo(mi)
    57  		}
    58  		return ms
    59  	}
    60  	return mi.MessageOf(x)
    61  }
    62  
    63  // Deprecated: Use Start.ProtoReflect.Descriptor instead.
    64  func (*Start) Descriptor() ([]byte, []int) {
    65  	return file_pkg_sentry_seccheck_points_container_proto_rawDescGZIP(), []int{0}
    66  }
    67  
    68  func (x *Start) GetContextData() *ContextData {
    69  	if x != nil {
    70  		return x.ContextData
    71  	}
    72  	return nil
    73  }
    74  
    75  func (x *Start) GetId() string {
    76  	if x != nil {
    77  		return x.Id
    78  	}
    79  	return ""
    80  }
    81  
    82  func (x *Start) GetCwd() string {
    83  	if x != nil {
    84  		return x.Cwd
    85  	}
    86  	return ""
    87  }
    88  
    89  func (x *Start) GetArgs() []string {
    90  	if x != nil {
    91  		return x.Args
    92  	}
    93  	return nil
    94  }
    95  
    96  func (x *Start) GetEnv() []string {
    97  	if x != nil {
    98  		return x.Env
    99  	}
   100  	return nil
   101  }
   102  
   103  func (x *Start) GetTerminal() bool {
   104  	if x != nil {
   105  		return x.Terminal
   106  	}
   107  	return false
   108  }
   109  
   110  var File_pkg_sentry_seccheck_points_container_proto protoreflect.FileDescriptor
   111  
   112  var file_pkg_sentry_seccheck_points_container_proto_rawDesc = []byte{
   113  	0x0a, 0x2a, 0x70, 0x6b, 0x67, 0x2f, 0x73, 0x65, 0x6e, 0x74, 0x72, 0x79, 0x2f, 0x73, 0x65, 0x63,
   114  	0x63, 0x68, 0x65, 0x63, 0x6b, 0x2f, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x2f, 0x63, 0x6f, 0x6e,
   115  	0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x10, 0x67, 0x76,
   116  	0x69, 0x73, 0x6f, 0x72, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x1a, 0x27,
   117  	0x70, 0x6b, 0x67, 0x2f, 0x73, 0x65, 0x6e, 0x74, 0x72, 0x79, 0x2f, 0x73, 0x65, 0x63, 0x63, 0x68,
   118  	0x65, 0x63, 0x6b, 0x2f, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f,
   119  	0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xaa, 0x01, 0x0a, 0x05, 0x53, 0x74, 0x61, 0x72,
   120  	0x74, 0x12, 0x3d, 0x0a, 0x0c, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x5f, 0x64, 0x61, 0x74,
   121  	0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x76, 0x69, 0x73, 0x6f, 0x72,
   122  	0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x44,
   123  	0x61, 0x74, 0x61, 0x52, 0x0b, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x44, 0x61, 0x74, 0x61,
   124  	0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64,
   125  	0x12, 0x10, 0x0a, 0x03, 0x63, 0x77, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x63,
   126  	0x77, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x61, 0x72, 0x67, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x09,
   127  	0x52, 0x04, 0x61, 0x72, 0x67, 0x73, 0x12, 0x10, 0x0a, 0x03, 0x65, 0x6e, 0x76, 0x18, 0x05, 0x20,
   128  	0x03, 0x28, 0x09, 0x52, 0x03, 0x65, 0x6e, 0x76, 0x12, 0x1a, 0x0a, 0x08, 0x74, 0x65, 0x72, 0x6d,
   129  	0x69, 0x6e, 0x61, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x74, 0x65, 0x72, 0x6d,
   130  	0x69, 0x6e, 0x61, 0x6c, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
   131  }
   132  
   133  var (
   134  	file_pkg_sentry_seccheck_points_container_proto_rawDescOnce sync.Once
   135  	file_pkg_sentry_seccheck_points_container_proto_rawDescData = file_pkg_sentry_seccheck_points_container_proto_rawDesc
   136  )
   137  
   138  func file_pkg_sentry_seccheck_points_container_proto_rawDescGZIP() []byte {
   139  	file_pkg_sentry_seccheck_points_container_proto_rawDescOnce.Do(func() {
   140  		file_pkg_sentry_seccheck_points_container_proto_rawDescData = protoimpl.X.CompressGZIP(file_pkg_sentry_seccheck_points_container_proto_rawDescData)
   141  	})
   142  	return file_pkg_sentry_seccheck_points_container_proto_rawDescData
   143  }
   144  
   145  var file_pkg_sentry_seccheck_points_container_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
   146  var file_pkg_sentry_seccheck_points_container_proto_goTypes = []interface{}{
   147  	(*Start)(nil),       // 0: gvisor.container.Start
   148  	(*ContextData)(nil), // 1: gvisor.common.ContextData
   149  }
   150  var file_pkg_sentry_seccheck_points_container_proto_depIdxs = []int32{
   151  	1, // 0: gvisor.container.Start.context_data:type_name -> gvisor.common.ContextData
   152  	1, // [1:1] is the sub-list for method output_type
   153  	1, // [1:1] is the sub-list for method input_type
   154  	1, // [1:1] is the sub-list for extension type_name
   155  	1, // [1:1] is the sub-list for extension extendee
   156  	0, // [0:1] is the sub-list for field type_name
   157  }
   158  
   159  func init() { file_pkg_sentry_seccheck_points_container_proto_init() }
   160  func file_pkg_sentry_seccheck_points_container_proto_init() {
   161  	if File_pkg_sentry_seccheck_points_container_proto != nil {
   162  		return
   163  	}
   164  	file_pkg_sentry_seccheck_points_common_proto_init()
   165  	if !protoimpl.UnsafeEnabled {
   166  		file_pkg_sentry_seccheck_points_container_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
   167  			switch v := v.(*Start); i {
   168  			case 0:
   169  				return &v.state
   170  			case 1:
   171  				return &v.sizeCache
   172  			case 2:
   173  				return &v.unknownFields
   174  			default:
   175  				return nil
   176  			}
   177  		}
   178  	}
   179  	type x struct{}
   180  	out := protoimpl.TypeBuilder{
   181  		File: protoimpl.DescBuilder{
   182  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
   183  			RawDescriptor: file_pkg_sentry_seccheck_points_container_proto_rawDesc,
   184  			NumEnums:      0,
   185  			NumMessages:   1,
   186  			NumExtensions: 0,
   187  			NumServices:   0,
   188  		},
   189  		GoTypes:           file_pkg_sentry_seccheck_points_container_proto_goTypes,
   190  		DependencyIndexes: file_pkg_sentry_seccheck_points_container_proto_depIdxs,
   191  		MessageInfos:      file_pkg_sentry_seccheck_points_container_proto_msgTypes,
   192  	}.Build()
   193  	File_pkg_sentry_seccheck_points_container_proto = out.File
   194  	file_pkg_sentry_seccheck_points_container_proto_rawDesc = nil
   195  	file_pkg_sentry_seccheck_points_container_proto_goTypes = nil
   196  	file_pkg_sentry_seccheck_points_container_proto_depIdxs = nil
   197  }