blob: f5cd5634c2e856bc25d7e50bdd6e648b2144539a [file] [log] [blame]
khenaidood948f772021-08-11 17:49:24 -04001// 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 genid
8
9import (
10 protoreflect "google.golang.org/protobuf/reflect/protoreflect"
11)
12
13const File_google_protobuf_timestamp_proto = "google/protobuf/timestamp.proto"
14
15// Names for google.protobuf.Timestamp.
16const (
17 Timestamp_message_name protoreflect.Name = "Timestamp"
18 Timestamp_message_fullname protoreflect.FullName = "google.protobuf.Timestamp"
19)
20
21// Field names for google.protobuf.Timestamp.
22const (
23 Timestamp_Seconds_field_name protoreflect.Name = "seconds"
24 Timestamp_Nanos_field_name protoreflect.Name = "nanos"
25
26 Timestamp_Seconds_field_fullname protoreflect.FullName = "google.protobuf.Timestamp.seconds"
27 Timestamp_Nanos_field_fullname protoreflect.FullName = "google.protobuf.Timestamp.nanos"
28)
29
30// Field numbers for google.protobuf.Timestamp.
31const (
32 Timestamp_Seconds_field_number protoreflect.FieldNumber = 1
33 Timestamp_Nanos_field_number protoreflect.FieldNumber = 2
34)