blob: 42f846a9f71f981812f902d8cb72726d8a64746f [file] [log] [blame]
Prince Pereirac1c21d62021-04-22 08:38:15 +00001// 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)