Lines Matching defs:DateTime

41 type DateTime struct {  struct
44 Year int32 `protobuf:"varint,1,opt,name=year,proto3" json:"year,omitempty"`
46 Month int32 `protobuf:"varint,2,opt,name=month,proto3" json:"month,omitempty"`
49 Day int32 `protobuf:"varint,3,opt,name=day,proto3" json:"day,omitempty"`
53 Hours int32 `protobuf:"varint,4,opt,name=hours,proto3" json:"hours,omitempty"`
55 Minutes int32 `protobuf:"varint,5,opt,name=minutes,proto3" json:"minutes,omitempty"`
58 Seconds int32 `protobuf:"varint,6,opt,name=seconds,proto3" json:"seconds,omitempty"`
61 Nanos int32 `protobuf:"varint,7,opt,name=nanos,proto3" json:"nanos,omitempty"`
71 TimeOffset isDateTime_TimeOffset `protobuf_oneof:"time_offset"`
72 XXX_NoUnkeyedLiteral struct{} `json:"-"`
73 XXX_unrecognized []byte `json:"-"`
74 XXX_sizecache int32 `json:"-"`
77 func (m *DateTime) Reset() { *m = DateTime{} }
78 func (m *DateTime) String() string { return proto.CompactTextString(m) }
79 func (*DateTime) ProtoMessage() {}
80 func (*DateTime) Descriptor() ([]byte, []int) {
84 func (m *DateTime) XXX_Unmarshal(b []byte) error {
87 func (m *DateTime) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
90 func (m *DateTime) XXX_Merge(src proto.Message) {
93 func (m *DateTime) XXX_Size() int {
96 func (m *DateTime) XXX_DiscardUnknown() {
102 func (m *DateTime) GetYear() int32 {
109 func (m *DateTime) GetMonth() int32 {
116 func (m *DateTime) GetDay() int32 {
123 func (m *DateTime) GetHours() int32 {
130 func (m *DateTime) GetMinutes() int32 {
137 func (m *DateTime) GetSeconds() int32 {
144 func (m *DateTime) GetNanos() int32 {
167 func (m *DateTime) GetTimeOffset() isDateTime_TimeOffset {
174 func (m *DateTime) GetUtcOffset() *duration.Duration {
181 func (m *DateTime) GetTimeZone() *TimeZone {
189 func (*DateTime) XXX_OneofWrappers() []interface{} {