go_features_gen.go 1.0 KB

12345678910111213141516171819202122232425262728293031
  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 genid
  6. import (
  7. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  8. )
  9. const File_reflect_protodesc_proto_go_features_proto = "reflect/protodesc/proto/go_features.proto"
  10. // Names for google.protobuf.GoFeatures.
  11. const (
  12. GoFeatures_message_name protoreflect.Name = "GoFeatures"
  13. GoFeatures_message_fullname protoreflect.FullName = "google.protobuf.GoFeatures"
  14. )
  15. // Field names for google.protobuf.GoFeatures.
  16. const (
  17. GoFeatures_LegacyUnmarshalJsonEnum_field_name protoreflect.Name = "legacy_unmarshal_json_enum"
  18. GoFeatures_LegacyUnmarshalJsonEnum_field_fullname protoreflect.FullName = "google.protobuf.GoFeatures.legacy_unmarshal_json_enum"
  19. )
  20. // Field numbers for google.protobuf.GoFeatures.
  21. const (
  22. GoFeatures_LegacyUnmarshalJsonEnum_field_number protoreflect.FieldNumber = 1
  23. )