Versions in this module Expand all Collapse all v0 v0.1.1 Apr 11, 2023 v0.1.0 Mar 27, 2023 Changes in this version + var ErrIntOverflowApi = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthApi = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupApi = fmt.Errorf("proto: unexpected end of group") + type Object interface + GetMetadata func() *ObjectMetadata + type ObjectMetadata struct + Annotations map[string]string + CreatedAt int64 + DeletedAt int64 + Generation int64 + Id string + Labels map[string]string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*ObjectMetadata) Descriptor() ([]byte, []int) + func (*ObjectMetadata) ProtoMessage() + func (m *ObjectMetadata) GetAnnotations() map[string]string + func (m *ObjectMetadata) GetCreatedAt() int64 + func (m *ObjectMetadata) GetDeletedAt() int64 + func (m *ObjectMetadata) GetGeneration() int64 + func (m *ObjectMetadata) GetId() string + func (m *ObjectMetadata) GetLabels() map[string]string + func (m *ObjectMetadata) Marshal() (dAtA []byte, err error) + func (m *ObjectMetadata) MarshalTo(dAtA []byte) (int, error) + func (m *ObjectMetadata) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ObjectMetadata) Reset() + func (m *ObjectMetadata) Size() (n int) + func (m *ObjectMetadata) Unmarshal(dAtA []byte) error + func (m *ObjectMetadata) XXX_DiscardUnknown() + func (m *ObjectMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ObjectMetadata) XXX_Merge(src proto.Message) + func (m *ObjectMetadata) XXX_Size() int + func (m *ObjectMetadata) XXX_Unmarshal(b []byte) error + func (this *ObjectMetadata) String() string