Documentation
¶
Index ¶
- Variables
- type Bucket
- func (x *Bucket) ClearCreatedAt()
- func (x *Bucket) GetCreatedAt() *timestamppb.Timestamp
- func (x *Bucket) GetName() string
- func (x *Bucket) HasCreatedAt() bool
- func (*Bucket) ProtoMessage()
- func (x *Bucket) ProtoReflect() protoreflect.Message
- func (x *Bucket) Reset()
- func (x *Bucket) SetCreatedAt(v *timestamppb.Timestamp)
- func (x *Bucket) SetName(v string)
- func (x *Bucket) String() string
- type Bucket_builder
- type Object
- func (x *Object) ClearLastModified()
- func (x *Object) GetContentType() string
- func (x *Object) GetEtag() string
- func (x *Object) GetLastModified() *timestamppb.Timestamp
- func (x *Object) GetPath() string
- func (x *Object) GetSize() uint64
- func (x *Object) HasLastModified() bool
- func (*Object) ProtoMessage()
- func (x *Object) ProtoReflect() protoreflect.Message
- func (x *Object) Reset()
- func (x *Object) SetContentType(v string)
- func (x *Object) SetEtag(v string)
- func (x *Object) SetLastModified(v *timestamppb.Timestamp)
- func (x *Object) SetPath(v string)
- func (x *Object) SetSize(v uint64)
- func (x *Object) String() string
- type Object_builder
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) GetCreatedAt ¶
func (x *Bucket) GetCreatedAt() *timestamppb.Timestamp
func (*Bucket) ProtoReflect ¶
func (x *Bucket) ProtoReflect() protoreflect.Message
func (*Bucket) SetCreatedAt ¶
func (x *Bucket) SetCreatedAt(v *timestamppb.Timestamp)
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) GetLastModified ¶
func (x *Object) GetLastModified() *timestamppb.Timestamp
func (*Object) ProtoReflect ¶
func (x *Object) ProtoReflect() protoreflect.Message
func (*Object) SetLastModified ¶
func (x *Object) SetLastModified(v *timestamppb.Timestamp)
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
Click to show internal directories.
Click to hide internal directories.