go.fuchsia.dev/infra@v0.0.0-20240507153436-9b593402251b/cmd/ftxtest/proto/output.pb.go (about)

     1  // Code generated by protoc-gen-go. DO NOT EDIT.
     2  // versions:
     3  // 	protoc-gen-go v1.31.0
     4  // 	protoc        v3.21.12
     5  // source: proto/output.proto
     6  
     7  package 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 OutputProperties struct {
    24  	state         protoimpl.MessageState
    25  	sizeCache     protoimpl.SizeCache
    26  	unknownFields protoimpl.UnknownFields
    27  
    28  	// CAS digest for swarming outputs.
    29  	OutputArtifactsDigest string `protobuf:"bytes,1,opt,name=output_artifacts_digest,json=outputArtifactsDigest,proto3" json:"output_artifacts_digest,omitempty"`
    30  }
    31  
    32  func (x *OutputProperties) Reset() {
    33  	*x = OutputProperties{}
    34  	if protoimpl.UnsafeEnabled {
    35  		mi := &file_proto_output_proto_msgTypes[0]
    36  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    37  		ms.StoreMessageInfo(mi)
    38  	}
    39  }
    40  
    41  func (x *OutputProperties) String() string {
    42  	return protoimpl.X.MessageStringOf(x)
    43  }
    44  
    45  func (*OutputProperties) ProtoMessage() {}
    46  
    47  func (x *OutputProperties) ProtoReflect() protoreflect.Message {
    48  	mi := &file_proto_output_proto_msgTypes[0]
    49  	if protoimpl.UnsafeEnabled && x != nil {
    50  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    51  		if ms.LoadMessageInfo() == nil {
    52  			ms.StoreMessageInfo(mi)
    53  		}
    54  		return ms
    55  	}
    56  	return mi.MessageOf(x)
    57  }
    58  
    59  // Deprecated: Use OutputProperties.ProtoReflect.Descriptor instead.
    60  func (*OutputProperties) Descriptor() ([]byte, []int) {
    61  	return file_proto_output_proto_rawDescGZIP(), []int{0}
    62  }
    63  
    64  func (x *OutputProperties) GetOutputArtifactsDigest() string {
    65  	if x != nil {
    66  		return x.OutputArtifactsDigest
    67  	}
    68  	return ""
    69  }
    70  
    71  var File_proto_output_proto protoreflect.FileDescriptor
    72  
    73  var file_proto_output_proto_rawDesc = []byte{
    74  	0x0a, 0x12, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x2e, 0x70,
    75  	0x72, 0x6f, 0x74, 0x6f, 0x22, 0x4a, 0x0a, 0x10, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x50, 0x72,
    76  	0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65, 0x73, 0x12, 0x36, 0x0a, 0x17, 0x6f, 0x75, 0x74, 0x70,
    77  	0x75, 0x74, 0x5f, 0x61, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x73, 0x5f, 0x64, 0x69, 0x67,
    78  	0x65, 0x73, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x15, 0x6f, 0x75, 0x74, 0x70, 0x75,
    79  	0x74, 0x41, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x73, 0x44, 0x69, 0x67, 0x65, 0x73, 0x74,
    80  	0x42, 0x28, 0x5a, 0x26, 0x67, 0x6f, 0x2e, 0x66, 0x75, 0x63, 0x68, 0x73, 0x69, 0x61, 0x2e, 0x64,
    81  	0x65, 0x76, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x63, 0x6d, 0x64, 0x2f, 0x66, 0x74, 0x78,
    82  	0x74, 0x65, 0x73, 0x74, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
    83  	0x6f, 0x33,
    84  }
    85  
    86  var (
    87  	file_proto_output_proto_rawDescOnce sync.Once
    88  	file_proto_output_proto_rawDescData = file_proto_output_proto_rawDesc
    89  )
    90  
    91  func file_proto_output_proto_rawDescGZIP() []byte {
    92  	file_proto_output_proto_rawDescOnce.Do(func() {
    93  		file_proto_output_proto_rawDescData = protoimpl.X.CompressGZIP(file_proto_output_proto_rawDescData)
    94  	})
    95  	return file_proto_output_proto_rawDescData
    96  }
    97  
    98  var file_proto_output_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
    99  var file_proto_output_proto_goTypes = []interface{}{
   100  	(*OutputProperties)(nil), // 0: OutputProperties
   101  }
   102  var file_proto_output_proto_depIdxs = []int32{
   103  	0, // [0:0] is the sub-list for method output_type
   104  	0, // [0:0] is the sub-list for method input_type
   105  	0, // [0:0] is the sub-list for extension type_name
   106  	0, // [0:0] is the sub-list for extension extendee
   107  	0, // [0:0] is the sub-list for field type_name
   108  }
   109  
   110  func init() { file_proto_output_proto_init() }
   111  func file_proto_output_proto_init() {
   112  	if File_proto_output_proto != nil {
   113  		return
   114  	}
   115  	if !protoimpl.UnsafeEnabled {
   116  		file_proto_output_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
   117  			switch v := v.(*OutputProperties); i {
   118  			case 0:
   119  				return &v.state
   120  			case 1:
   121  				return &v.sizeCache
   122  			case 2:
   123  				return &v.unknownFields
   124  			default:
   125  				return nil
   126  			}
   127  		}
   128  	}
   129  	type x struct{}
   130  	out := protoimpl.TypeBuilder{
   131  		File: protoimpl.DescBuilder{
   132  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
   133  			RawDescriptor: file_proto_output_proto_rawDesc,
   134  			NumEnums:      0,
   135  			NumMessages:   1,
   136  			NumExtensions: 0,
   137  			NumServices:   0,
   138  		},
   139  		GoTypes:           file_proto_output_proto_goTypes,
   140  		DependencyIndexes: file_proto_output_proto_depIdxs,
   141  		MessageInfos:      file_proto_output_proto_msgTypes,
   142  	}.Build()
   143  	File_proto_output_proto = out.File
   144  	file_proto_output_proto_rawDesc = nil
   145  	file_proto_output_proto_goTypes = nil
   146  	file_proto_output_proto_depIdxs = nil
   147  }