blob: 6882713764d725cd7ceae22b67447a3bbb7dae35 [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.DoubleValue.
10const (
11 DoubleValue_Value = 1 // optional double
12)
13
14// Field numbers for google.protobuf.FloatValue.
15const (
16 FloatValue_Value = 1 // optional float
17)
18
19// Field numbers for google.protobuf.Int64Value.
20const (
21 Int64Value_Value = 1 // optional int64
22)
23
24// Field numbers for google.protobuf.UInt64Value.
25const (
26 UInt64Value_Value = 1 // optional uint64
27)
28
29// Field numbers for google.protobuf.Int32Value.
30const (
31 Int32Value_Value = 1 // optional int32
32)
33
34// Field numbers for google.protobuf.UInt32Value.
35const (
36 UInt32Value_Value = 1 // optional uint32
37)
38
39// Field numbers for google.protobuf.BoolValue.
40const (
41 BoolValue_Value = 1 // optional bool
42)
43
44// Field numbers for google.protobuf.StringValue.
45const (
46 StringValue_Value = 1 // optional string
47)
48
49// Field numbers for google.protobuf.BytesValue.
50const (
51 BytesValue_Value = 1 // optional bytes
52)