vm_test_info/vm_test_info.pb.go (219 lines of code) (raw):

// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.34.2 // protoc v3.21.12 // source: vm_test_info.proto package vm_test_info 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 Vm struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Test *Vm_Test `protobuf:"bytes,1,opt,name=test" json:"test,omitempty"` Name *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"` Id *string `protobuf:"bytes,3,opt,name=id" json:"id,omitempty"` Zone *string `protobuf:"bytes,4,opt,name=zone" json:"zone,omitempty"` MachineType *string `protobuf:"bytes,5,opt,name=machine_type,json=machineType" json:"machine_type,omitempty"` } func (x *Vm) Reset() { *x = Vm{} if protoimpl.UnsafeEnabled { mi := &file_vm_test_info_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *Vm) String() string { return protoimpl.X.MessageStringOf(x) } func (*Vm) ProtoMessage() {} func (x *Vm) ProtoReflect() protoreflect.Message { mi := &file_vm_test_info_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 Vm.ProtoReflect.Descriptor instead. func (*Vm) Descriptor() ([]byte, []int) { return file_vm_test_info_proto_rawDescGZIP(), []int{0} } func (x *Vm) GetTest() *Vm_Test { if x != nil { return x.Test } return nil } func (x *Vm) GetName() string { if x != nil && x.Name != nil { return *x.Name } return "" } func (x *Vm) GetId() string { if x != nil && x.Id != nil { return *x.Id } return "" } func (x *Vm) GetZone() string { if x != nil && x.Zone != nil { return *x.Zone } return "" } func (x *Vm) GetMachineType() string { if x != nil && x.MachineType != nil { return *x.MachineType } return "" } type Vm_Test struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields TestSuite *string `protobuf:"bytes,1,opt,name=test_suite,json=testSuite" json:"test_suite,omitempty"` TestRegex *string `protobuf:"bytes,2,opt,name=test_regex,json=testRegex" json:"test_regex,omitempty"` } func (x *Vm_Test) Reset() { *x = Vm_Test{} if protoimpl.UnsafeEnabled { mi := &file_vm_test_info_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *Vm_Test) String() string { return protoimpl.X.MessageStringOf(x) } func (*Vm_Test) ProtoMessage() {} func (x *Vm_Test) ProtoReflect() protoreflect.Message { mi := &file_vm_test_info_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 Vm_Test.ProtoReflect.Descriptor instead. func (*Vm_Test) Descriptor() ([]byte, []int) { return file_vm_test_info_proto_rawDescGZIP(), []int{0, 0} } func (x *Vm_Test) GetTestSuite() string { if x != nil && x.TestSuite != nil { return *x.TestSuite } return "" } func (x *Vm_Test) GetTestRegex() string { if x != nil && x.TestRegex != nil { return *x.TestRegex } return "" } var File_vm_test_info_proto protoreflect.FileDescriptor var file_vm_test_info_proto_rawDesc = []byte{ 0x0a, 0x12, 0x76, 0x6d, 0x5f, 0x74, 0x65, 0x73, 0x74, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x30, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x5f, 0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x5f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x65, 0x73, 0x74, 0x73, 0x22, 0xf4, 0x01, 0x0a, 0x02, 0x56, 0x6d, 0x12, 0x4d, 0x0a, 0x04, 0x74, 0x65, 0x73, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x39, 0x2e, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x5f, 0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x5f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x65, 0x73, 0x74, 0x73, 0x2e, 0x56, 0x6d, 0x2e, 0x54, 0x65, 0x73, 0x74, 0x52, 0x04, 0x74, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x7a, 0x6f, 0x6e, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x7a, 0x6f, 0x6e, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x54, 0x79, 0x70, 0x65, 0x1a, 0x44, 0x0a, 0x04, 0x54, 0x65, 0x73, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x74, 0x65, 0x73, 0x74, 0x5f, 0x73, 0x75, 0x69, 0x74, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x74, 0x65, 0x73, 0x74, 0x53, 0x75, 0x69, 0x74, 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x74, 0x65, 0x73, 0x74, 0x5f, 0x72, 0x65, 0x67, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x74, 0x65, 0x73, 0x74, 0x52, 0x65, 0x67, 0x65, 0x78, 0x42, 0x10, 0x5a, 0x0e, 0x2e, 0x2f, 0x76, 0x6d, 0x5f, 0x74, 0x65, 0x73, 0x74, 0x5f, 0x69, 0x6e, 0x66, 0x6f, } var ( file_vm_test_info_proto_rawDescOnce sync.Once file_vm_test_info_proto_rawDescData = file_vm_test_info_proto_rawDesc ) func file_vm_test_info_proto_rawDescGZIP() []byte { file_vm_test_info_proto_rawDescOnce.Do(func() { file_vm_test_info_proto_rawDescData = protoimpl.X.CompressGZIP(file_vm_test_info_proto_rawDescData) }) return file_vm_test_info_proto_rawDescData } var file_vm_test_info_proto_msgTypes = make([]protoimpl.MessageInfo, 2) var file_vm_test_info_proto_goTypes = []any{ (*Vm)(nil), // 0: github_com.googlecloudplatform.cloud_image_tests.Vm (*Vm_Test)(nil), // 1: github_com.googlecloudplatform.cloud_image_tests.Vm.Test } var file_vm_test_info_proto_depIdxs = []int32{ 1, // 0: github_com.googlecloudplatform.cloud_image_tests.Vm.test:type_name -> github_com.googlecloudplatform.cloud_image_tests.Vm.Test 1, // [1:1] is the sub-list for method output_type 1, // [1:1] is the sub-list for method input_type 1, // [1:1] is the sub-list for extension type_name 1, // [1:1] is the sub-list for extension extendee 0, // [0:1] is the sub-list for field type_name } func init() { file_vm_test_info_proto_init() } func file_vm_test_info_proto_init() { if File_vm_test_info_proto != nil { return } if !protoimpl.UnsafeEnabled { file_vm_test_info_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Vm); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_vm_test_info_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Vm_Test); 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_vm_test_info_proto_rawDesc, NumEnums: 0, NumMessages: 2, NumExtensions: 0, NumServices: 0, }, GoTypes: file_vm_test_info_proto_goTypes, DependencyIndexes: file_vm_test_info_proto_depIdxs, MessageInfos: file_vm_test_info_proto_msgTypes, }.Build() File_vm_test_info_proto = out.File file_vm_test_info_proto_rawDesc = nil file_vm_test_info_proto_goTypes = nil file_vm_test_info_proto_depIdxs = nil }