duration_gen.go

 1// 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_duration_proto = "google/protobuf/duration.proto"
14
15// Names for google.protobuf.Duration.
16const (
17	Duration_message_name     protoreflect.Name     = "Duration"
18	Duration_message_fullname protoreflect.FullName = "google.protobuf.Duration"
19)
20
21// Field names for google.protobuf.Duration.
22const (
23	Duration_Seconds_field_name protoreflect.Name = "seconds"
24	Duration_Nanos_field_name   protoreflect.Name = "nanos"
25
26	Duration_Seconds_field_fullname protoreflect.FullName = "google.protobuf.Duration.seconds"
27	Duration_Nanos_field_fullname   protoreflect.FullName = "google.protobuf.Duration.nanos"
28)
29
30// Field numbers for google.protobuf.Duration.
31const (
32	Duration_Seconds_field_number protoreflect.FieldNumber = 1
33	Duration_Nanos_field_number   protoreflect.FieldNumber = 2
34)