storage

package
v1.36.11-2023053111370... Latest Latest
Warning

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

Go to latest
Published: unknown License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_nuntio_sdk_model_storage_storage_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Bucket

type Bucket struct {
	Name      string                 `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

func (*Bucket) ClearCreatedAt

func (x *Bucket) ClearCreatedAt()

func (*Bucket) GetCreatedAt

func (x *Bucket) GetCreatedAt() *timestamppb.Timestamp

func (*Bucket) GetName

func (x *Bucket) GetName() string

func (*Bucket) HasCreatedAt

func (x *Bucket) HasCreatedAt() bool

func (*Bucket) ProtoMessage

func (*Bucket) ProtoMessage()

func (*Bucket) ProtoReflect

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

func (*Bucket) Reset

func (x *Bucket) Reset()

func (*Bucket) SetCreatedAt

func (x *Bucket) SetCreatedAt(v *timestamppb.Timestamp)

func (*Bucket) SetName

func (x *Bucket) SetName(v string)

func (*Bucket) String

func (x *Bucket) String() string

type Bucket_builder

type Bucket_builder struct {
	Name      string
	CreatedAt *timestamppb.Timestamp
	// contains filtered or unexported fields
}

func (Bucket_builder) Build

func (b0 Bucket_builder) Build() *Bucket

type Object

type Object struct {
	Path         string                 `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	LastModified *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=last_modified,json=lastModified,proto3" json:"last_modified,omitempty"`
	Size         uint64                 `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"`
	Etag         string                 `protobuf:"bytes,4,opt,name=etag,proto3" json:"etag,omitempty"`
	ContentType  string                 `protobuf:"bytes,5,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"`
	// contains filtered or unexported fields
}

func (*Object) ClearLastModified

func (x *Object) ClearLastModified()

func (*Object) GetContentType

func (x *Object) GetContentType() string

func (*Object) GetEtag

func (x *Object) GetEtag() string

func (*Object) GetLastModified

func (x *Object) GetLastModified() *timestamppb.Timestamp

func (*Object) GetPath

func (x *Object) GetPath() string

func (*Object) GetSize

func (x *Object) GetSize() uint64

func (*Object) HasLastModified

func (x *Object) HasLastModified() bool

func (*Object) ProtoMessage

func (*Object) ProtoMessage()

func (*Object) ProtoReflect

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

func (*Object) Reset

func (x *Object) Reset()

func (*Object) SetContentType

func (x *Object) SetContentType(v string)

func (*Object) SetEtag

func (x *Object) SetEtag(v string)

func (*Object) SetLastModified

func (x *Object) SetLastModified(v *timestamppb.Timestamp)

func (*Object) SetPath

func (x *Object) SetPath(v string)

func (*Object) SetSize

func (x *Object) SetSize(v uint64)

func (*Object) String

func (x *Object) String() string

type Object_builder

type Object_builder struct {
	Path         string
	LastModified *timestamppb.Timestamp
	Size         uint64
	Etag         string
	ContentType  string
	// contains filtered or unexported fields
}

func (Object_builder) Build

func (b0 Object_builder) Build() *Object

Source Files

  • storage.pb.go

Jump to

Keyboard shortcuts

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