v1

package
v0.0.0-...-13f2c0e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_samples_data_v1_data_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Bytes

type Bytes struct {
	Content []byte `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*Bytes) Descriptor deprecated

func (*Bytes) Descriptor() ([]byte, []int)

Deprecated: Use Bytes.ProtoReflect.Descriptor instead.

func (*Bytes) GetContent

func (x *Bytes) GetContent() []byte

func (*Bytes) ProtoMessage

func (*Bytes) ProtoMessage()

func (*Bytes) ProtoReflect

func (x *Bytes) ProtoReflect() protoreflect.Message

func (*Bytes) Reset

func (x *Bytes) Reset()

func (*Bytes) String

func (x *Bytes) String() string

type Directory

type Directory struct {
	Name        string       `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Metadata    *UnixMeta    `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Directories []*Directory `protobuf:"bytes,3,rep,name=directories,proto3" json:"directories,omitempty"`
	Files       []*File      `protobuf:"bytes,4,rep,name=files,proto3" json:"files,omitempty"`
	// contains filtered or unexported fields
}

func (*Directory) Descriptor deprecated

func (*Directory) Descriptor() ([]byte, []int)

Deprecated: Use Directory.ProtoReflect.Descriptor instead.

func (*Directory) GetDirectories

func (x *Directory) GetDirectories() []*Directory

func (*Directory) GetFiles

func (x *Directory) GetFiles() []*File

func (*Directory) GetMetadata

func (x *Directory) GetMetadata() *UnixMeta

func (*Directory) GetName

func (x *Directory) GetName() string

func (*Directory) ProtoMessage

func (*Directory) ProtoMessage()

func (*Directory) ProtoReflect

func (x *Directory) ProtoReflect() protoreflect.Message

func (*Directory) Reset

func (x *Directory) Reset()

func (*Directory) String

func (x *Directory) String() string

type Envelope

type Envelope struct {
	Message   *anypb.Any             `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	KeyId     string                 `protobuf:"bytes,3,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`
	Signature string                 `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature,omitempty"`
	SignedAt  *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=signed_at,json=signedAt,proto3" json:"signed_at,omitempty"`
	// contains filtered or unexported fields
}

func (*Envelope) Descriptor deprecated

func (*Envelope) Descriptor() ([]byte, []int)

Deprecated: Use Envelope.ProtoReflect.Descriptor instead.

func (*Envelope) GetKeyId

func (x *Envelope) GetKeyId() string

func (*Envelope) GetMessage

func (x *Envelope) GetMessage() *anypb.Any

func (*Envelope) GetSignature

func (x *Envelope) GetSignature() string

func (*Envelope) GetSignedAt

func (x *Envelope) GetSignedAt() *timestamppb.Timestamp

func (*Envelope) ProtoMessage

func (*Envelope) ProtoMessage()

func (*Envelope) ProtoReflect

func (x *Envelope) ProtoReflect() protoreflect.Message

func (*Envelope) Reset

func (x *Envelope) Reset()

func (*Envelope) String

func (x *Envelope) String() string

type File

type File struct {
	Name      string          `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Metadata  *UnixMeta       `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Multipart *MultipartBytes `protobuf:"bytes,3,opt,name=multipart,proto3" json:"multipart,omitempty"`
	// contains filtered or unexported fields
}

func (*File) Descriptor deprecated

func (*File) Descriptor() ([]byte, []int)

Deprecated: Use File.ProtoReflect.Descriptor instead.

func (*File) GetMetadata

func (x *File) GetMetadata() *UnixMeta

func (*File) GetMultipart

func (x *File) GetMultipart() *MultipartBytes

func (*File) GetName

func (x *File) GetName() string

func (*File) ProtoMessage

func (*File) ProtoMessage()

func (*File) ProtoReflect

func (x *File) ProtoReflect() protoreflect.Message

func (*File) Reset

func (x *File) Reset()

func (*File) String

func (x *File) String() string

type MultipartBytes

type MultipartBytes struct {
	Parts []*MultipartBytes_Part `protobuf:"bytes,1,rep,name=parts,proto3" json:"parts,omitempty"`
	// contains filtered or unexported fields
}

func (*MultipartBytes) Descriptor deprecated

func (*MultipartBytes) Descriptor() ([]byte, []int)

Deprecated: Use MultipartBytes.ProtoReflect.Descriptor instead.

func (*MultipartBytes) GetParts

func (x *MultipartBytes) GetParts() []*MultipartBytes_Part

func (*MultipartBytes) ProtoMessage

func (*MultipartBytes) ProtoMessage()

func (*MultipartBytes) ProtoReflect

func (x *MultipartBytes) ProtoReflect() protoreflect.Message

func (*MultipartBytes) Reset

func (x *MultipartBytes) Reset()

func (*MultipartBytes) String

func (x *MultipartBytes) String() string

type MultipartBytes_Part

type MultipartBytes_Part struct {
	BlobRef string `protobuf:"bytes,1,opt,name=blob_ref,json=blobRef,proto3" json:"blob_ref,omitempty"`
	Offset  int64  `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	Size    int32  `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"`
	// contains filtered or unexported fields
}

func (*MultipartBytes_Part) Descriptor deprecated

func (*MultipartBytes_Part) Descriptor() ([]byte, []int)

Deprecated: Use MultipartBytes_Part.ProtoReflect.Descriptor instead.

func (*MultipartBytes_Part) GetBlobRef

func (x *MultipartBytes_Part) GetBlobRef() string

func (*MultipartBytes_Part) GetOffset

func (x *MultipartBytes_Part) GetOffset() int64

func (*MultipartBytes_Part) GetSize

func (x *MultipartBytes_Part) GetSize() int32

func (*MultipartBytes_Part) ProtoMessage

func (*MultipartBytes_Part) ProtoMessage()

func (*MultipartBytes_Part) ProtoReflect

func (x *MultipartBytes_Part) ProtoReflect() protoreflect.Message

func (*MultipartBytes_Part) Reset

func (x *MultipartBytes_Part) Reset()

func (*MultipartBytes_Part) String

func (x *MultipartBytes_Part) String() string

type UnixMeta

type UnixMeta struct {
	Permission string                            `protobuf:"bytes,1,opt,name=permission,proto3" json:"permission,omitempty"`
	OwnerName  string                            `protobuf:"bytes,2,opt,name=owner_name,json=ownerName,proto3" json:"owner_name,omitempty"`
	OwnerId    int32                             `protobuf:"varint,3,opt,name=owner_id,json=ownerId,proto3" json:"owner_id,omitempty"`
	GroupName  string                            `protobuf:"bytes,4,opt,name=group_name,json=groupName,proto3" json:"group_name,omitempty"`
	GroupId    int32                             `protobuf:"varint,5,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	Attrs      []*UnixMeta_UnixExtendedAttribute `protobuf:"bytes,6,rep,name=attrs,proto3" json:"attrs,omitempty"`
	Times      *UnixMeta_UnixExtendedTimestamps  `protobuf:"bytes,7,opt,name=times,proto3" json:"times,omitempty"`
	// contains filtered or unexported fields
}

func (*UnixMeta) Descriptor deprecated

func (*UnixMeta) Descriptor() ([]byte, []int)

Deprecated: Use UnixMeta.ProtoReflect.Descriptor instead.

func (*UnixMeta) GetAttrs

func (x *UnixMeta) GetAttrs() []*UnixMeta_UnixExtendedAttribute

func (*UnixMeta) GetGroupId

func (x *UnixMeta) GetGroupId() int32

func (*UnixMeta) GetGroupName

func (x *UnixMeta) GetGroupName() string

func (*UnixMeta) GetOwnerId

func (x *UnixMeta) GetOwnerId() int32

func (*UnixMeta) GetOwnerName

func (x *UnixMeta) GetOwnerName() string

func (*UnixMeta) GetPermission

func (x *UnixMeta) GetPermission() string

func (*UnixMeta) GetTimes

func (*UnixMeta) ProtoMessage

func (*UnixMeta) ProtoMessage()

func (*UnixMeta) ProtoReflect

func (x *UnixMeta) ProtoReflect() protoreflect.Message

func (*UnixMeta) Reset

func (x *UnixMeta) Reset()

func (*UnixMeta) String

func (x *UnixMeta) String() string

type UnixMeta_UnixExtendedAttribute

type UnixMeta_UnixExtendedAttribute struct {
	Name  string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*UnixMeta_UnixExtendedAttribute) Descriptor deprecated

func (*UnixMeta_UnixExtendedAttribute) Descriptor() ([]byte, []int)

Deprecated: Use UnixMeta_UnixExtendedAttribute.ProtoReflect.Descriptor instead.

func (*UnixMeta_UnixExtendedAttribute) GetName

func (*UnixMeta_UnixExtendedAttribute) GetValue

func (x *UnixMeta_UnixExtendedAttribute) GetValue() string

func (*UnixMeta_UnixExtendedAttribute) ProtoMessage

func (*UnixMeta_UnixExtendedAttribute) ProtoMessage()

func (*UnixMeta_UnixExtendedAttribute) ProtoReflect

func (*UnixMeta_UnixExtendedAttribute) Reset

func (x *UnixMeta_UnixExtendedAttribute) Reset()

func (*UnixMeta_UnixExtendedAttribute) String

type UnixMeta_UnixExtendedTimestamps

type UnixMeta_UnixExtendedTimestamps struct {
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	ModifyTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=modify_time,json=modifyTime,proto3" json:"modify_time,omitempty"`
	AccessTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=access_time,json=accessTime,proto3" json:"access_time,omitempty"`
	// contains filtered or unexported fields
}

func (*UnixMeta_UnixExtendedTimestamps) Descriptor deprecated

func (*UnixMeta_UnixExtendedTimestamps) Descriptor() ([]byte, []int)

Deprecated: Use UnixMeta_UnixExtendedTimestamps.ProtoReflect.Descriptor instead.

func (*UnixMeta_UnixExtendedTimestamps) GetAccessTime

func (*UnixMeta_UnixExtendedTimestamps) GetCreateTime

func (*UnixMeta_UnixExtendedTimestamps) GetModifyTime

func (*UnixMeta_UnixExtendedTimestamps) ProtoMessage

func (*UnixMeta_UnixExtendedTimestamps) ProtoMessage()

func (*UnixMeta_UnixExtendedTimestamps) ProtoReflect

func (*UnixMeta_UnixExtendedTimestamps) Reset

func (*UnixMeta_UnixExtendedTimestamps) String

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL