any_gen.go 354 B

12345678910111213
  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. // Code generated by generate-protos. DO NOT EDIT.
  5. package fieldnum
  6. // Field numbers for google.protobuf.Any.
  7. const (
  8. Any_TypeUrl = 1 // optional string
  9. Any_Value = 2 // optional bytes
  10. )