blob: a808185a396e9b4229021e6f7b92690e21a66104 [file] [log] [blame]
Joe Tsaica46d8c2019-03-20 16:51:09 -07001// Copyright 2019 The Go Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style.
3// license that can be found in the LICENSE file.
4
5// Code generated by generate-protos. DO NOT EDIT.
6
7package fieldnum
8
9// Field numbers for google.protobuf.Timestamp.
10const (
11 Timestamp_Seconds = 1 // optional int64
12 Timestamp_Nanos = 2 // optional int32
13)