blob: 74c5fef2405fcd3c436b06df62fab5bf3f5de792 [file] [log] [blame]
Takahiro Suzuki241c10e2020-12-17 20:17:57 +09001// 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.Any.
10const (
11 Any_TypeUrl = 1 // optional string
12 Any_Value = 2 // optional bytes
13)