mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-01 11:58:21 +00:00
e4ad8f9dfc
https://github.com/golang/protobuf/issues/1608 Change-Id: Ie4e60d8c6876e1d308a6119d3ff918bfeadd733e Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/579975 Auto-Submit: Lasse Folger <lassefolger@google.com> Reviewed-by: Damien Neil <dneil@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
32 lines
1010 B
Go
32 lines
1010 B
Go
// Copyright 2019 The Go Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
// Code generated by generate-protos. DO NOT EDIT.
|
|
|
|
package genid
|
|
|
|
import (
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
)
|
|
|
|
const File_google_protobuf_go_features_proto = "google/protobuf/go_features.proto"
|
|
|
|
// Names for google.protobuf.GoFeatures.
|
|
const (
|
|
GoFeatures_message_name protoreflect.Name = "GoFeatures"
|
|
GoFeatures_message_fullname protoreflect.FullName = "google.protobuf.GoFeatures"
|
|
)
|
|
|
|
// Field names for google.protobuf.GoFeatures.
|
|
const (
|
|
GoFeatures_LegacyUnmarshalJsonEnum_field_name protoreflect.Name = "legacy_unmarshal_json_enum"
|
|
|
|
GoFeatures_LegacyUnmarshalJsonEnum_field_fullname protoreflect.FullName = "google.protobuf.GoFeatures.legacy_unmarshal_json_enum"
|
|
)
|
|
|
|
// Field numbers for google.protobuf.GoFeatures.
|
|
const (
|
|
GoFeatures_LegacyUnmarshalJsonEnum_field_number protoreflect.FieldNumber = 1
|
|
)
|