Documentation ¶
Index ¶
- Variables
- type TimeBounds
- func (*TimeBounds) Descriptor() ([]byte, []int)deprecated
- func (x *TimeBounds) GetEnd() *timestamppb.Timestamp
- func (x *TimeBounds) GetStart() *timestamppb.Timestamp
- func (*TimeBounds) ProtoMessage()
- func (x *TimeBounds) ProtoReflect() protoreflect.Message
- func (x *TimeBounds) Reset()
- func (x *TimeBounds) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_arista_time_time_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type TimeBounds ¶
type TimeBounds struct { Start *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"` End *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"` // contains filtered or unexported fields }
func (*TimeBounds) Descriptor
deprecated
func (*TimeBounds) Descriptor() ([]byte, []int)
Deprecated: Use TimeBounds.ProtoReflect.Descriptor instead.
func (*TimeBounds) GetEnd ¶
func (x *TimeBounds) GetEnd() *timestamppb.Timestamp
func (*TimeBounds) GetStart ¶
func (x *TimeBounds) GetStart() *timestamppb.Timestamp
func (*TimeBounds) ProtoMessage ¶
func (*TimeBounds) ProtoMessage()
func (*TimeBounds) ProtoReflect ¶
func (x *TimeBounds) ProtoReflect() protoreflect.Message
func (*TimeBounds) Reset ¶
func (x *TimeBounds) Reset()
func (*TimeBounds) String ¶
func (x *TimeBounds) String() string
Click to show internal directories.
Click to hide internal directories.