2024-02-08 08:38:30 +00:00
|
|
|
// 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"
|
|
|
|
)
|
|
|
|
|
2024-04-18 06:47:24 +00:00
|
|
|
const File_google_protobuf_go_features_proto = "google/protobuf/go_features.proto"
|
2024-02-08 08:38:30 +00:00
|
|
|
|
|
|
|
// 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
|
|
|
|
)
|