blob: 1d054c20d57f70aab8edfe9583271a4a3da811e2 [file] [log] [blame]
// Copyright 2020 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// These protos are only for use in tests of the PublicReplication logic. This
// allows testing different cases, e.g. invalid PublicReplication schemas,
// without relying on actual protos.
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.27.1
// protoc v3.17.1
// source: chromiumos/config/public_replication/testdata/public_replication_testdata.proto
package testdata
import (
public_replication "go.chromium.org/chromiumos/config/go/public_replication"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
sync "sync"
)
const (
// Verify that this generated code is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
// Verify that runtime/protoimpl is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
type PublicReplicationTestdata struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
PublicReplication *public_replication.PublicReplication `protobuf:"bytes,1,opt,name=public_replication,json=publicReplication,proto3" json:"public_replication,omitempty"`
Str1 string `protobuf:"bytes,2,opt,name=str1,proto3" json:"str1,omitempty"`
Str2 string `protobuf:"bytes,3,opt,name=str2,proto3" json:"str2,omitempty"`
Map1 map[string]int32 `protobuf:"bytes,4,rep,name=map1,proto3" json:"map1,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"`
}
func (x *PublicReplicationTestdata) Reset() {
*x = PublicReplicationTestdata{}
if protoimpl.UnsafeEnabled {
mi := &file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *PublicReplicationTestdata) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*PublicReplicationTestdata) ProtoMessage() {}
func (x *PublicReplicationTestdata) ProtoReflect() protoreflect.Message {
mi := &file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_msgTypes[0]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use PublicReplicationTestdata.ProtoReflect.Descriptor instead.
func (*PublicReplicationTestdata) Descriptor() ([]byte, []int) {
return file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_rawDescGZIP(), []int{0}
}
func (x *PublicReplicationTestdata) GetPublicReplication() *public_replication.PublicReplication {
if x != nil {
return x.PublicReplication
}
return nil
}
func (x *PublicReplicationTestdata) GetStr1() string {
if x != nil {
return x.Str1
}
return ""
}
func (x *PublicReplicationTestdata) GetStr2() string {
if x != nil {
return x.Str2
}
return ""
}
func (x *PublicReplicationTestdata) GetMap1() map[string]int32 {
if x != nil {
return x.Map1
}
return nil
}
type WrapperTestdata1 struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
N1 int32 `protobuf:"varint,1,opt,name=n1,proto3" json:"n1,omitempty"`
PrTestdata *PublicReplicationTestdata `protobuf:"bytes,2,opt,name=pr_testdata,json=prTestdata,proto3" json:"pr_testdata,omitempty"`
RepeatedPrTestdata []*PublicReplicationTestdata `protobuf:"bytes,3,rep,name=repeated_pr_testdata,json=repeatedPrTestdata,proto3" json:"repeated_pr_testdata,omitempty"`
}
func (x *WrapperTestdata1) Reset() {
*x = WrapperTestdata1{}
if protoimpl.UnsafeEnabled {
mi := &file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *WrapperTestdata1) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*WrapperTestdata1) ProtoMessage() {}
func (x *WrapperTestdata1) ProtoReflect() protoreflect.Message {
mi := &file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_msgTypes[1]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use WrapperTestdata1.ProtoReflect.Descriptor instead.
func (*WrapperTestdata1) Descriptor() ([]byte, []int) {
return file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_rawDescGZIP(), []int{1}
}
func (x *WrapperTestdata1) GetN1() int32 {
if x != nil {
return x.N1
}
return 0
}
func (x *WrapperTestdata1) GetPrTestdata() *PublicReplicationTestdata {
if x != nil {
return x.PrTestdata
}
return nil
}
func (x *WrapperTestdata1) GetRepeatedPrTestdata() []*PublicReplicationTestdata {
if x != nil {
return x.RepeatedPrTestdata
}
return nil
}
type WrapperTestdata2 struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
WrapperTestdata1 *WrapperTestdata1 `protobuf:"bytes,1,opt,name=wrapper_testdata1,json=wrapperTestdata1,proto3" json:"wrapper_testdata1,omitempty"`
}
func (x *WrapperTestdata2) Reset() {
*x = WrapperTestdata2{}
if protoimpl.UnsafeEnabled {
mi := &file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_msgTypes[2]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *WrapperTestdata2) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*WrapperTestdata2) ProtoMessage() {}
func (x *WrapperTestdata2) ProtoReflect() protoreflect.Message {
mi := &file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_msgTypes[2]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use WrapperTestdata2.ProtoReflect.Descriptor instead.
func (*WrapperTestdata2) Descriptor() ([]byte, []int) {
return file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_rawDescGZIP(), []int{2}
}
func (x *WrapperTestdata2) GetWrapperTestdata1() *WrapperTestdata1 {
if x != nil {
return x.WrapperTestdata1
}
return nil
}
type WrapperTestdata3 struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
PublicReplication *public_replication.PublicReplication `protobuf:"bytes,1,opt,name=public_replication,json=publicReplication,proto3" json:"public_replication,omitempty"`
B1 bool `protobuf:"varint,2,opt,name=b1,proto3" json:"b1,omitempty"`
PrTestdata *PublicReplicationTestdata `protobuf:"bytes,3,opt,name=pr_testdata,json=prTestdata,proto3" json:"pr_testdata,omitempty"`
}
func (x *WrapperTestdata3) Reset() {
*x = WrapperTestdata3{}
if protoimpl.UnsafeEnabled {
mi := &file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_msgTypes[3]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *WrapperTestdata3) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*WrapperTestdata3) ProtoMessage() {}
func (x *WrapperTestdata3) ProtoReflect() protoreflect.Message {
mi := &file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_msgTypes[3]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use WrapperTestdata3.ProtoReflect.Descriptor instead.
func (*WrapperTestdata3) Descriptor() ([]byte, []int) {
return file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_rawDescGZIP(), []int{3}
}
func (x *WrapperTestdata3) GetPublicReplication() *public_replication.PublicReplication {
if x != nil {
return x.PublicReplication
}
return nil
}
func (x *WrapperTestdata3) GetB1() bool {
if x != nil {
return x.B1
}
return false
}
func (x *WrapperTestdata3) GetPrTestdata() *PublicReplicationTestdata {
if x != nil {
return x.PrTestdata
}
return nil
}
type RecursiveMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
B1 bool `protobuf:"varint,1,opt,name=b1,proto3" json:"b1,omitempty"`
RecursiveMessage *RecursiveMessage `protobuf:"bytes,2,opt,name=recursive_message,json=recursiveMessage,proto3" json:"recursive_message,omitempty"`
}
func (x *RecursiveMessage) Reset() {
*x = RecursiveMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_msgTypes[4]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *RecursiveMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*RecursiveMessage) ProtoMessage() {}
func (x *RecursiveMessage) ProtoReflect() protoreflect.Message {
mi := &file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_msgTypes[4]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use RecursiveMessage.ProtoReflect.Descriptor instead.
func (*RecursiveMessage) Descriptor() ([]byte, []int) {
return file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_rawDescGZIP(), []int{4}
}
func (x *RecursiveMessage) GetB1() bool {
if x != nil {
return x.B1
}
return false
}
func (x *RecursiveMessage) GetRecursiveMessage() *RecursiveMessage {
if x != nil {
return x.RecursiveMessage
}
return nil
}
type PrivateMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Config *PrivateMessage_Config `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
}
func (x *PrivateMessage) Reset() {
*x = PrivateMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_msgTypes[5]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *PrivateMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*PrivateMessage) ProtoMessage() {}
func (x *PrivateMessage) ProtoReflect() protoreflect.Message {
mi := &file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_msgTypes[5]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use PrivateMessage.ProtoReflect.Descriptor instead.
func (*PrivateMessage) Descriptor() ([]byte, []int) {
return file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_rawDescGZIP(), []int{5}
}
func (x *PrivateMessage) GetConfig() *PrivateMessage_Config {
if x != nil {
return x.Config
}
return nil
}
type NestedPrivateMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
NestedMessages *PrivateMessage `protobuf:"bytes,1,opt,name=nested_messages,json=nestedMessages,proto3" json:"nested_messages,omitempty"`
}
func (x *NestedPrivateMessage) Reset() {
*x = NestedPrivateMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_msgTypes[6]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *NestedPrivateMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*NestedPrivateMessage) ProtoMessage() {}
func (x *NestedPrivateMessage) ProtoReflect() protoreflect.Message {
mi := &file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_msgTypes[6]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use NestedPrivateMessage.ProtoReflect.Descriptor instead.
func (*NestedPrivateMessage) Descriptor() ([]byte, []int) {
return file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_rawDescGZIP(), []int{6}
}
func (x *NestedPrivateMessage) GetNestedMessages() *PrivateMessage {
if x != nil {
return x.NestedMessages
}
return nil
}
type NestedRepeatedPrivateMessage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
NestedMessages []*PrivateMessage `protobuf:"bytes,1,rep,name=nested_messages,json=nestedMessages,proto3" json:"nested_messages,omitempty"`
}
func (x *NestedRepeatedPrivateMessage) Reset() {
*x = NestedRepeatedPrivateMessage{}
if protoimpl.UnsafeEnabled {
mi := &file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_msgTypes[7]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *NestedRepeatedPrivateMessage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*NestedRepeatedPrivateMessage) ProtoMessage() {}
func (x *NestedRepeatedPrivateMessage) ProtoReflect() protoreflect.Message {
mi := &file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_msgTypes[7]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use NestedRepeatedPrivateMessage.ProtoReflect.Descriptor instead.
func (*NestedRepeatedPrivateMessage) Descriptor() ([]byte, []int) {
return file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_rawDescGZIP(), []int{7}
}
func (x *NestedRepeatedPrivateMessage) GetNestedMessages() []*PrivateMessage {
if x != nil {
return x.NestedMessages
}
return nil
}
type PrivateMessage_Config struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Payload []*PrivateMessage_Config_Test `protobuf:"bytes,1,rep,name=payload,proto3" json:"payload,omitempty"`
}
func (x *PrivateMessage_Config) Reset() {
*x = PrivateMessage_Config{}
if protoimpl.UnsafeEnabled {
mi := &file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_msgTypes[9]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *PrivateMessage_Config) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*PrivateMessage_Config) ProtoMessage() {}
func (x *PrivateMessage_Config) ProtoReflect() protoreflect.Message {
mi := &file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_msgTypes[9]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use PrivateMessage_Config.ProtoReflect.Descriptor instead.
func (*PrivateMessage_Config) Descriptor() ([]byte, []int) {
return file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_rawDescGZIP(), []int{5, 0}
}
func (x *PrivateMessage_Config) GetPayload() []*PrivateMessage_Config_Test {
if x != nil {
return x.Payload
}
return nil
}
type PrivateMessage_Config_Test struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Bools bool `protobuf:"varint,1,opt,name=bools,proto3" json:"bools,omitempty"`
}
func (x *PrivateMessage_Config_Test) Reset() {
*x = PrivateMessage_Config_Test{}
if protoimpl.UnsafeEnabled {
mi := &file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_msgTypes[10]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *PrivateMessage_Config_Test) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*PrivateMessage_Config_Test) ProtoMessage() {}
func (x *PrivateMessage_Config_Test) ProtoReflect() protoreflect.Message {
mi := &file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_msgTypes[10]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use PrivateMessage_Config_Test.ProtoReflect.Descriptor instead.
func (*PrivateMessage_Config_Test) Descriptor() ([]byte, []int) {
return file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_rawDescGZIP(), []int{5, 0, 0}
}
func (x *PrivateMessage_Config_Test) GetBools() bool {
if x != nil {
return x.Bools
}
return false
}
var File_chromiumos_config_public_replication_testdata_public_replication_testdata_proto protoreflect.FileDescriptor
var file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_rawDesc = []byte{
0x0a, 0x4f, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2f, 0x63, 0x6f, 0x6e,
0x66, 0x69, 0x67, 0x2f, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x5f, 0x72, 0x65, 0x70, 0x6c, 0x69,
0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x64, 0x61, 0x74, 0x61, 0x2f,
0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x5f, 0x72, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69,
0x6f, 0x6e, 0x5f, 0x74, 0x65, 0x73, 0x74, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x70, 0x72, 0x6f, 0x74,
0x6f, 0x12, 0x2d, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x63, 0x6f,
0x6e, 0x66, 0x69, 0x67, 0x2e, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x5f, 0x72, 0x65, 0x70, 0x6c,
0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x74, 0x65, 0x73, 0x74, 0x64, 0x61, 0x74, 0x61,
0x1a, 0x3d, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2f, 0x63, 0x6f, 0x6e,
0x66, 0x69, 0x67, 0x2f, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x5f, 0x72, 0x65, 0x70, 0x6c, 0x69,
0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x5f, 0x72, 0x65,
0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22,
0xcc, 0x02, 0x0a, 0x19, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63,
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x65, 0x73, 0x74, 0x64, 0x61, 0x74, 0x61, 0x12, 0x66, 0x0a,
0x12, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x5f, 0x72, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74,
0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x63, 0x68, 0x72, 0x6f,
0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x70, 0x75,
0x62, 0x6c, 0x69, 0x63, 0x5f, 0x72, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e,
0x2e, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69,
0x6f, 0x6e, 0x52, 0x11, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63,
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x74, 0x72, 0x31, 0x18, 0x02, 0x20,
0x01, 0x28, 0x09, 0x52, 0x04, 0x73, 0x74, 0x72, 0x31, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x74, 0x72,
0x32, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x73, 0x74, 0x72, 0x32, 0x12, 0x66, 0x0a,
0x04, 0x6d, 0x61, 0x70, 0x31, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x52, 0x2e, 0x63, 0x68,
0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e,
0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x5f, 0x72, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69,
0x6f, 0x6e, 0x2e, 0x74, 0x65, 0x73, 0x74, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x50, 0x75, 0x62, 0x6c,
0x69, 0x63, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x65, 0x73,
0x74, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x4d, 0x61, 0x70, 0x31, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52,
0x04, 0x6d, 0x61, 0x70, 0x31, 0x1a, 0x37, 0x0a, 0x09, 0x4d, 0x61, 0x70, 0x31, 0x45, 0x6e, 0x74,
0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20,
0x01, 0x28, 0x05, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x89,
0x02, 0x0a, 0x10, 0x57, 0x72, 0x61, 0x70, 0x70, 0x65, 0x72, 0x54, 0x65, 0x73, 0x74, 0x64, 0x61,
0x74, 0x61, 0x31, 0x12, 0x0e, 0x0a, 0x02, 0x6e, 0x31, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52,
0x02, 0x6e, 0x31, 0x12, 0x69, 0x0a, 0x0b, 0x70, 0x72, 0x5f, 0x74, 0x65, 0x73, 0x74, 0x64, 0x61,
0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x48, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d,
0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x70, 0x75, 0x62,
0x6c, 0x69, 0x63, 0x5f, 0x72, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e,
0x74, 0x65, 0x73, 0x74, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x52,
0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x65, 0x73, 0x74, 0x64, 0x61,
0x74, 0x61, 0x52, 0x0a, 0x70, 0x72, 0x54, 0x65, 0x73, 0x74, 0x64, 0x61, 0x74, 0x61, 0x12, 0x7a,
0x0a, 0x14, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x70, 0x72, 0x5f, 0x74, 0x65,
0x73, 0x74, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x48, 0x2e, 0x63,
0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67,
0x2e, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x5f, 0x72, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74,
0x69, 0x6f, 0x6e, 0x2e, 0x74, 0x65, 0x73, 0x74, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x50, 0x75, 0x62,
0x6c, 0x69, 0x63, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x65,
0x73, 0x74, 0x64, 0x61, 0x74, 0x61, 0x52, 0x12, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64,
0x50, 0x72, 0x54, 0x65, 0x73, 0x74, 0x64, 0x61, 0x74, 0x61, 0x22, 0x80, 0x01, 0x0a, 0x10, 0x57,
0x72, 0x61, 0x70, 0x70, 0x65, 0x72, 0x54, 0x65, 0x73, 0x74, 0x64, 0x61, 0x74, 0x61, 0x32, 0x12,
0x6c, 0x0a, 0x11, 0x77, 0x72, 0x61, 0x70, 0x70, 0x65, 0x72, 0x5f, 0x74, 0x65, 0x73, 0x74, 0x64,
0x61, 0x74, 0x61, 0x31, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3f, 0x2e, 0x63, 0x68, 0x72,
0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x70,
0x75, 0x62, 0x6c, 0x69, 0x63, 0x5f, 0x72, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f,
0x6e, 0x2e, 0x74, 0x65, 0x73, 0x74, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x57, 0x72, 0x61, 0x70, 0x70,
0x65, 0x72, 0x54, 0x65, 0x73, 0x74, 0x64, 0x61, 0x74, 0x61, 0x31, 0x52, 0x10, 0x77, 0x72, 0x61,
0x70, 0x70, 0x65, 0x72, 0x54, 0x65, 0x73, 0x74, 0x64, 0x61, 0x74, 0x61, 0x31, 0x22, 0xf5, 0x01,
0x0a, 0x10, 0x57, 0x72, 0x61, 0x70, 0x70, 0x65, 0x72, 0x54, 0x65, 0x73, 0x74, 0x64, 0x61, 0x74,
0x61, 0x33, 0x12, 0x66, 0x0a, 0x12, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x5f, 0x72, 0x65, 0x70,
0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37,
0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x63, 0x6f, 0x6e, 0x66,
0x69, 0x67, 0x2e, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x5f, 0x72, 0x65, 0x70, 0x6c, 0x69, 0x63,
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x52, 0x65, 0x70, 0x6c,
0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x11, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x52,
0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x0e, 0x0a, 0x02, 0x62, 0x31,
0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x02, 0x62, 0x31, 0x12, 0x69, 0x0a, 0x0b, 0x70, 0x72,
0x5f, 0x74, 0x65, 0x73, 0x74, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32,
0x48, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x63, 0x6f, 0x6e,
0x66, 0x69, 0x67, 0x2e, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x5f, 0x72, 0x65, 0x70, 0x6c, 0x69,
0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x74, 0x65, 0x73, 0x74, 0x64, 0x61, 0x74, 0x61, 0x2e,
0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f,
0x6e, 0x54, 0x65, 0x73, 0x74, 0x64, 0x61, 0x74, 0x61, 0x52, 0x0a, 0x70, 0x72, 0x54, 0x65, 0x73,
0x74, 0x64, 0x61, 0x74, 0x61, 0x22, 0x90, 0x01, 0x0a, 0x10, 0x52, 0x65, 0x63, 0x75, 0x72, 0x73,
0x69, 0x76, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x62, 0x31,
0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x02, 0x62, 0x31, 0x12, 0x6c, 0x0a, 0x11, 0x72, 0x65,
0x63, 0x75, 0x72, 0x73, 0x69, 0x76, 0x65, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18,
0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3f, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d,
0x6f, 0x73, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63,
0x5f, 0x72, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x74, 0x65, 0x73,
0x74, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x52, 0x65, 0x63, 0x75, 0x72, 0x73, 0x69, 0x76, 0x65, 0x4d,
0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x10, 0x72, 0x65, 0x63, 0x75, 0x72, 0x73, 0x69, 0x76,
0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x22, 0xfc, 0x01, 0x0a, 0x0e, 0x50, 0x72, 0x69,
0x76, 0x61, 0x74, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x5c, 0x0a, 0x06, 0x63,
0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x44, 0x2e, 0x63, 0x68,
0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e,
0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x5f, 0x72, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69,
0x6f, 0x6e, 0x2e, 0x74, 0x65, 0x73, 0x74, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x50, 0x72, 0x69, 0x76,
0x61, 0x74, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x43, 0x6f, 0x6e, 0x66, 0x69,
0x67, 0x52, 0x06, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x1a, 0x8b, 0x01, 0x0a, 0x06, 0x43, 0x6f,
0x6e, 0x66, 0x69, 0x67, 0x12, 0x63, 0x0a, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x18,
0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x49, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d,
0x6f, 0x73, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63,
0x5f, 0x72, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x74, 0x65, 0x73,
0x74, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x50, 0x72, 0x69, 0x76, 0x61, 0x74, 0x65, 0x4d, 0x65, 0x73,
0x73, 0x61, 0x67, 0x65, 0x2e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x54, 0x65, 0x73, 0x74,
0x52, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x1a, 0x1c, 0x0a, 0x04, 0x54, 0x65, 0x73,
0x74, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x6f, 0x6f, 0x6c, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08,
0x52, 0x05, 0x62, 0x6f, 0x6f, 0x6c, 0x73, 0x22, 0x7e, 0x0a, 0x14, 0x4e, 0x65, 0x73, 0x74, 0x65,
0x64, 0x50, 0x72, 0x69, 0x76, 0x61, 0x74, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12,
0x66, 0x0a, 0x0f, 0x6e, 0x65, 0x73, 0x74, 0x65, 0x64, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67,
0x65, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3d, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d,
0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x70, 0x75, 0x62,
0x6c, 0x69, 0x63, 0x5f, 0x72, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e,
0x74, 0x65, 0x73, 0x74, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x50, 0x72, 0x69, 0x76, 0x61, 0x74, 0x65,
0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x0e, 0x6e, 0x65, 0x73, 0x74, 0x65, 0x64, 0x4d,
0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x73, 0x22, 0x86, 0x01, 0x0a, 0x1c, 0x4e, 0x65, 0x73, 0x74,
0x65, 0x64, 0x52, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x50, 0x72, 0x69, 0x76, 0x61, 0x74,
0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x66, 0x0a, 0x0f, 0x6e, 0x65, 0x73, 0x74,
0x65, 0x64, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28,
0x0b, 0x32, 0x3d, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x63,
0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x5f, 0x72, 0x65, 0x70,
0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x74, 0x65, 0x73, 0x74, 0x64, 0x61, 0x74,
0x61, 0x2e, 0x50, 0x72, 0x69, 0x76, 0x61, 0x74, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
0x52, 0x0e, 0x6e, 0x65, 0x73, 0x74, 0x65, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x73,
0x42, 0x42, 0x5a, 0x40, 0x67, 0x6f, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x2e,
0x6f, 0x72, 0x67, 0x2f, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2f, 0x63,
0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2f, 0x67, 0x6f, 0x2f, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x5f,
0x72, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x74, 0x65, 0x73, 0x74,
0x64, 0x61, 0x74, 0x61, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}
var (
file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_rawDescOnce sync.Once
file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_rawDescData = file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_rawDesc
)
func file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_rawDescGZIP() []byte {
file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_rawDescOnce.Do(func() {
file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_rawDescData = protoimpl.X.CompressGZIP(file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_rawDescData)
})
return file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_rawDescData
}
var file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_msgTypes = make([]protoimpl.MessageInfo, 11)
var file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_goTypes = []interface{}{
(*PublicReplicationTestdata)(nil), // 0: chromiumos.config.public_replication.testdata.PublicReplicationTestdata
(*WrapperTestdata1)(nil), // 1: chromiumos.config.public_replication.testdata.WrapperTestdata1
(*WrapperTestdata2)(nil), // 2: chromiumos.config.public_replication.testdata.WrapperTestdata2
(*WrapperTestdata3)(nil), // 3: chromiumos.config.public_replication.testdata.WrapperTestdata3
(*RecursiveMessage)(nil), // 4: chromiumos.config.public_replication.testdata.RecursiveMessage
(*PrivateMessage)(nil), // 5: chromiumos.config.public_replication.testdata.PrivateMessage
(*NestedPrivateMessage)(nil), // 6: chromiumos.config.public_replication.testdata.NestedPrivateMessage
(*NestedRepeatedPrivateMessage)(nil), // 7: chromiumos.config.public_replication.testdata.NestedRepeatedPrivateMessage
nil, // 8: chromiumos.config.public_replication.testdata.PublicReplicationTestdata.Map1Entry
(*PrivateMessage_Config)(nil), // 9: chromiumos.config.public_replication.testdata.PrivateMessage.Config
(*PrivateMessage_Config_Test)(nil), // 10: chromiumos.config.public_replication.testdata.PrivateMessage.Config.Test
(*public_replication.PublicReplication)(nil), // 11: chromiumos.config.public_replication.PublicReplication
}
var file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_depIdxs = []int32{
11, // 0: chromiumos.config.public_replication.testdata.PublicReplicationTestdata.public_replication:type_name -> chromiumos.config.public_replication.PublicReplication
8, // 1: chromiumos.config.public_replication.testdata.PublicReplicationTestdata.map1:type_name -> chromiumos.config.public_replication.testdata.PublicReplicationTestdata.Map1Entry
0, // 2: chromiumos.config.public_replication.testdata.WrapperTestdata1.pr_testdata:type_name -> chromiumos.config.public_replication.testdata.PublicReplicationTestdata
0, // 3: chromiumos.config.public_replication.testdata.WrapperTestdata1.repeated_pr_testdata:type_name -> chromiumos.config.public_replication.testdata.PublicReplicationTestdata
1, // 4: chromiumos.config.public_replication.testdata.WrapperTestdata2.wrapper_testdata1:type_name -> chromiumos.config.public_replication.testdata.WrapperTestdata1
11, // 5: chromiumos.config.public_replication.testdata.WrapperTestdata3.public_replication:type_name -> chromiumos.config.public_replication.PublicReplication
0, // 6: chromiumos.config.public_replication.testdata.WrapperTestdata3.pr_testdata:type_name -> chromiumos.config.public_replication.testdata.PublicReplicationTestdata
4, // 7: chromiumos.config.public_replication.testdata.RecursiveMessage.recursive_message:type_name -> chromiumos.config.public_replication.testdata.RecursiveMessage
9, // 8: chromiumos.config.public_replication.testdata.PrivateMessage.config:type_name -> chromiumos.config.public_replication.testdata.PrivateMessage.Config
5, // 9: chromiumos.config.public_replication.testdata.NestedPrivateMessage.nested_messages:type_name -> chromiumos.config.public_replication.testdata.PrivateMessage
5, // 10: chromiumos.config.public_replication.testdata.NestedRepeatedPrivateMessage.nested_messages:type_name -> chromiumos.config.public_replication.testdata.PrivateMessage
10, // 11: chromiumos.config.public_replication.testdata.PrivateMessage.Config.payload:type_name -> chromiumos.config.public_replication.testdata.PrivateMessage.Config.Test
12, // [12:12] is the sub-list for method output_type
12, // [12:12] is the sub-list for method input_type
12, // [12:12] is the sub-list for extension type_name
12, // [12:12] is the sub-list for extension extendee
0, // [0:12] is the sub-list for field type_name
}
func init() {
file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_init()
}
func file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_init() {
if File_chromiumos_config_public_replication_testdata_public_replication_testdata_proto != nil {
return
}
if !protoimpl.UnsafeEnabled {
file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*PublicReplicationTestdata); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*WrapperTestdata1); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*WrapperTestdata2); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*WrapperTestdata3); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*RecursiveMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*PrivateMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*NestedPrivateMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*NestedRepeatedPrivateMessage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*PrivateMessage_Config); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*PrivateMessage_Config_Test); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_rawDesc,
NumEnums: 0,
NumMessages: 11,
NumExtensions: 0,
NumServices: 0,
},
GoTypes: file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_goTypes,
DependencyIndexes: file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_depIdxs,
MessageInfos: file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_msgTypes,
}.Build()
File_chromiumos_config_public_replication_testdata_public_replication_testdata_proto = out.File
file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_rawDesc = nil
file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_goTypes = nil
file_chromiumos_config_public_replication_testdata_public_replication_testdata_proto_depIdxs = nil
}