Documentation ¶
Index ¶
- Variables
- type File
- func (*File) Descriptor() ([]byte, []int)deprecated
- func (x *File) GetContent() []byte
- func (x *File) GetGid() int32
- func (x *File) GetMode() int32
- func (x *File) GetMtime() int64
- func (x *File) GetPath() string
- func (x *File) GetType() int32
- func (x *File) GetUid() int32
- func (*File) ProtoMessage()
- func (x *File) ProtoReflect() protoreflect.Message
- func (x *File) Reset()
- func (x *File) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_determined_util_v1_util_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type File ¶
type File struct { // Path to the file. Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` // File type. Type int32 `protobuf:"varint,2,opt,name=type,proto3" json:"type,omitempty"` // base64 encoded contents of the file. Content []byte `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"` // Modified time (Unix timestamp). Mtime int64 `protobuf:"varint,4,opt,name=mtime,proto3" json:"mtime,omitempty"` // File mode. Mode int32 `protobuf:"varint,5,opt,name=mode,proto3" json:"mode,omitempty"` // User ID. Uid int32 `protobuf:"varint,6,opt,name=uid,proto3" json:"uid,omitempty"` // Group ID. Gid int32 `protobuf:"varint,7,opt,name=gid,proto3" json:"gid,omitempty"` // contains filtered or unexported fields }
File is a Unix file.
func (*File) Descriptor
deprecated
func (*File) GetContent ¶
func (*File) ProtoMessage ¶
func (*File) ProtoMessage()
func (*File) ProtoReflect ¶
func (x *File) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.