Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TimestampRange ¶
type TimestampRange struct { Start *google_protobuf.Timestamp `protobuf:"bytes,1,opt,name=start" json:"start,omitempty"` End *google_protobuf.Timestamp `protobuf:"bytes,2,opt,name=end" json:"end,omitempty"` }
func (*TimestampRange) Descriptor ¶
func (*TimestampRange) Descriptor() ([]byte, []int)
func (*TimestampRange) GetEnd ¶
func (m *TimestampRange) GetEnd() *google_protobuf.Timestamp
func (*TimestampRange) GetStart ¶
func (m *TimestampRange) GetStart() *google_protobuf.Timestamp
func (*TimestampRange) ProtoMessage ¶
func (*TimestampRange) ProtoMessage()
func (*TimestampRange) Reset ¶
func (m *TimestampRange) Reset()
func (*TimestampRange) String ¶
func (m *TimestampRange) String() string
Click to show internal directories.
Click to hide internal directories.