Lines Matching defs:File

97 type File struct {  struct
98 state protoimpl.MessageState
99 sizeCache protoimpl.SizeCache
100 unknownFields protoimpl.UnknownFields
106 Uid string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
112 Uri string `protobuf:"bytes,2,opt,name=uri,proto3" json:"uri,omitempty"`
116 Length *wrapperspb.Int64Value `protobuf:"bytes,3,opt,name=length,proto3" json:"length,omitempty"`
120 …ng `protobuf:"bytes,4,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"`
124 …`protobuf:"bytes,5,opt,name=archive_entry,json=archiveEntry,proto3" json:"archive_entry,omitempty"`
126 …otobuf:"bytes,6,opt,name=content_viewer,json=contentViewer,proto3" json:"content_viewer,omitempty"`
129 Hidden bool `protobuf:"varint,7,opt,name=hidden,proto3" json:"hidden,omitempty"`
134 Description string `protobuf:"bytes,8,opt,name=description,proto3" json:"description,omitempty"`
136 Digest string `protobuf:"bytes,9,opt,name=digest,proto3" json:"digest,omitempty"`
138 …json=hashType,proto3,enum=google.devtools.resultstore.v2.File_HashType" json:"hash_type,omitempty"`
141 func (x *File) Reset() {
150 func (x *File) String() string {
154 func (*File) ProtoMessage() {}
156 func (x *File) ProtoReflect() protoreflect.Message {
169 func (*File) Descriptor() ([]byte, []int) {
173 func (x *File) GetUid() string {
180 func (x *File) GetUri() string {
187 func (x *File) GetLength() *wrapperspb.Int64Value {
194 func (x *File) GetContentType() string {
201 func (x *File) GetArchiveEntry() *ArchiveEntry {
208 func (x *File) GetContentViewer() string {
215 func (x *File) GetHidden() bool {
222 func (x *File) GetDescription() string {
229 func (x *File) GetDigest() string {
236 func (x *File) GetHashType() File_HashType {