Documentation ¶
Index ¶
- Variables
- type Object
- type ObjectMetadata
- func (*ObjectMetadata) Descriptor() ([]byte, []int)
- 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 (*ObjectMetadata) ProtoMessage()
- func (m *ObjectMetadata) Reset()
- func (m *ObjectMetadata) Size() (n int)
- func (this *ObjectMetadata) String() string
- 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
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Object ¶
type Object interface { proto.Message GetMetadata() *ObjectMetadata }
type ObjectMetadata ¶
type ObjectMetadata struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Annotations map[string]string `` /* 163-byte string literal not displayed */ Labels map[string]string `` /* 153-byte string literal not displayed */ Generation int64 `protobuf:"varint,4,opt,name=generation,proto3" json:"generation,omitempty"` CreatedAt int64 `protobuf:"varint,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` DeletedAt int64 `protobuf:"varint,6,opt,name=deleted_at,json=deletedAt,proto3" json:"deleted_at,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ObjectMetadata) Descriptor ¶
func (*ObjectMetadata) Descriptor() ([]byte, []int)
func (*ObjectMetadata) GetAnnotations ¶
func (m *ObjectMetadata) GetAnnotations() map[string]string
func (*ObjectMetadata) GetCreatedAt ¶
func (m *ObjectMetadata) GetCreatedAt() int64
func (*ObjectMetadata) GetDeletedAt ¶
func (m *ObjectMetadata) GetDeletedAt() int64
func (*ObjectMetadata) GetGeneration ¶
func (m *ObjectMetadata) GetGeneration() int64
func (*ObjectMetadata) GetId ¶
func (m *ObjectMetadata) GetId() string
func (*ObjectMetadata) GetLabels ¶
func (m *ObjectMetadata) GetLabels() map[string]string
func (*ObjectMetadata) Marshal ¶
func (m *ObjectMetadata) Marshal() (dAtA []byte, err error)
func (*ObjectMetadata) MarshalToSizedBuffer ¶
func (m *ObjectMetadata) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ObjectMetadata) ProtoMessage ¶
func (*ObjectMetadata) ProtoMessage()
func (*ObjectMetadata) Reset ¶
func (m *ObjectMetadata) Reset()
func (*ObjectMetadata) Size ¶
func (m *ObjectMetadata) Size() (n int)
func (*ObjectMetadata) String ¶
func (this *ObjectMetadata) String() string
func (*ObjectMetadata) Unmarshal ¶
func (m *ObjectMetadata) Unmarshal(dAtA []byte) error
func (*ObjectMetadata) XXX_DiscardUnknown ¶
func (m *ObjectMetadata) XXX_DiscardUnknown()
func (*ObjectMetadata) XXX_Marshal ¶
func (m *ObjectMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ObjectMetadata) XXX_Merge ¶
func (m *ObjectMetadata) XXX_Merge(src proto.Message)
func (*ObjectMetadata) XXX_Size ¶
func (m *ObjectMetadata) XXX_Size() int
func (*ObjectMetadata) XXX_Unmarshal ¶
func (m *ObjectMetadata) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.