// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.28.0 // protoc v3.17.3 // source: messages_proto3.proto package testdata import ( reflect "reflect" sync "sync" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" wrapperspb "google.golang.org/protobuf/types/known/wrapperspb" ) 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) ) // SimpleMessageProto3 represents a simple message that transmits a string and int64 value. type SimpleMessageProto3 struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields // name is a simple scalar string. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // value is a simple int64 value. Value *wrapperspb.Int64Value `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` } func (x *SimpleMessageProto3) Reset() { *x = SimpleMessageProto3{} if protoimpl.UnsafeEnabled { mi := &file_messages_proto3_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SimpleMessageProto3) String() string { return protoimpl.X.MessageStringOf(x) } func (*SimpleMessageProto3) ProtoMessage() {} func (x *SimpleMessageProto3) ProtoReflect() protoreflect.Message { mi := &file_messages_proto3_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 SimpleMessageProto3.ProtoReflect.Descriptor instead. func (*SimpleMessageProto3) Descriptor() ([]byte, []int) { return file_messages_proto3_proto_rawDescGZIP(), []int{0} } func (x *SimpleMessageProto3) GetName() string { if x != nil { return x.Name } return "" } func (x *SimpleMessageProto3) GetValue() *wrapperspb.Int64Value { if x != nil { return x.Value } return nil } type GithubArchiveEntityProto3 struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id *wrapperspb.Int64Value `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Login *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=login,proto3" json:"login,omitempty"` GravatarId *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=gravatar_id,json=gravatarId,proto3" json:"gravatar_id,omitempty"` AvatarUrl *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=avatar_url,json=avatarUrl,proto3" json:"avatar_url,omitempty"` Url *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=url,proto3" json:"url,omitempty"` } func (x *GithubArchiveEntityProto3) Reset() { *x = GithubArchiveEntityProto3{} if protoimpl.UnsafeEnabled { mi := &file_messages_proto3_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GithubArchiveEntityProto3) String() string { return protoimpl.X.MessageStringOf(x) } func (*GithubArchiveEntityProto3) ProtoMessage() {} func (x *GithubArchiveEntityProto3) ProtoReflect() protoreflect.Message { mi := &file_messages_proto3_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 GithubArchiveEntityProto3.ProtoReflect.Descriptor instead. func (*GithubArchiveEntityProto3) Descriptor() ([]byte, []int) { return file_messages_proto3_proto_rawDescGZIP(), []int{1} } func (x *GithubArchiveEntityProto3) GetId() *wrapperspb.Int64Value { if x != nil { return x.Id } return nil } func (x *GithubArchiveEntityProto3) GetLogin() *wrapperspb.StringValue { if x != nil { return x.Login } return nil } func (x *GithubArchiveEntityProto3) GetGravatarId() *wrapperspb.StringValue { if x != nil { return x.GravatarId } return nil } func (x *GithubArchiveEntityProto3) GetAvatarUrl() *wrapperspb.StringValue { if x != nil { return x.AvatarUrl } return nil } func (x *GithubArchiveEntityProto3) GetUrl() *wrapperspb.StringValue { if x != nil { return x.Url } return nil } type GithubArchiveRepoProto3 struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id *wrapperspb.Int64Value `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Url *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"` } func (x *GithubArchiveRepoProto3) Reset() { *x = GithubArchiveRepoProto3{} if protoimpl.UnsafeEnabled { mi := &file_messages_proto3_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GithubArchiveRepoProto3) String() string { return protoimpl.X.MessageStringOf(x) } func (*GithubArchiveRepoProto3) ProtoMessage() {} func (x *GithubArchiveRepoProto3) ProtoReflect() protoreflect.Message { mi := &file_messages_proto3_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 GithubArchiveRepoProto3.ProtoReflect.Descriptor instead. func (*GithubArchiveRepoProto3) Descriptor() ([]byte, []int) { return file_messages_proto3_proto_rawDescGZIP(), []int{2} } func (x *GithubArchiveRepoProto3) GetId() *wrapperspb.Int64Value { if x != nil { return x.Id } return nil } func (x *GithubArchiveRepoProto3) GetName() *wrapperspb.StringValue { if x != nil { return x.Name } return nil } func (x *GithubArchiveRepoProto3) GetUrl() *wrapperspb.StringValue { if x != nil { return x.Url } return nil } // GithubArchiveMessageProto3 is the proto3 version of github archive row. type GithubArchiveMessageProto3 struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Type *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` Public *wrapperspb.BoolValue `protobuf:"bytes,2,opt,name=public,proto3" json:"public,omitempty"` Payload *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=payload,proto3" json:"payload,omitempty"` Repo *GithubArchiveRepoProto3 `protobuf:"bytes,4,opt,name=repo,proto3" json:"repo,omitempty"` Actor *GithubArchiveEntityProto3 `protobuf:"bytes,5,opt,name=actor,proto3" json:"actor,omitempty"` Org *GithubArchiveEntityProto3 `protobuf:"bytes,6,opt,name=org,proto3" json:"org,omitempty"` CreatedAt *wrapperspb.Int64Value `protobuf:"bytes,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` Id *wrapperspb.StringValue `protobuf:"bytes,8,opt,name=id,proto3" json:"id,omitempty"` Other *wrapperspb.StringValue `protobuf:"bytes,9,opt,name=other,proto3" json:"other,omitempty"` } func (x *GithubArchiveMessageProto3) Reset() { *x = GithubArchiveMessageProto3{} if protoimpl.UnsafeEnabled { mi := &file_messages_proto3_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GithubArchiveMessageProto3) String() string { return protoimpl.X.MessageStringOf(x) } func (*GithubArchiveMessageProto3) ProtoMessage() {} func (x *GithubArchiveMessageProto3) ProtoReflect() protoreflect.Message { mi := &file_messages_proto3_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 GithubArchiveMessageProto3.ProtoReflect.Descriptor instead. func (*GithubArchiveMessageProto3) Descriptor() ([]byte, []int) { return file_messages_proto3_proto_rawDescGZIP(), []int{3} } func (x *GithubArchiveMessageProto3) GetType() *wrapperspb.StringValue { if x != nil { return x.Type } return nil } func (x *GithubArchiveMessageProto3) GetPublic() *wrapperspb.BoolValue { if x != nil { return x.Public } return nil } func (x *GithubArchiveMessageProto3) GetPayload() *wrapperspb.StringValue { if x != nil { return x.Payload } return nil } func (x *GithubArchiveMessageProto3) GetRepo() *GithubArchiveRepoProto3 { if x != nil { return x.Repo } return nil } func (x *GithubArchiveMessageProto3) GetActor() *GithubArchiveEntityProto3 { if x != nil { return x.Actor } return nil } func (x *GithubArchiveMessageProto3) GetOrg() *GithubArchiveEntityProto3 { if x != nil { return x.Org } return nil } func (x *GithubArchiveMessageProto3) GetCreatedAt() *wrapperspb.Int64Value { if x != nil { return x.CreatedAt } return nil } func (x *GithubArchiveMessageProto3) GetId() *wrapperspb.StringValue { if x != nil { return x.Id } return nil } func (x *GithubArchiveMessageProto3) GetOther() *wrapperspb.StringValue { if x != nil { return x.Other } return nil } type SimpleMessageProto3WithOptional struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields // name is a simple scalar string. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // value is an int64 value with optional presence. Value *int64 `protobuf:"varint,2,opt,name=value,proto3,oneof" json:"value,omitempty"` } func (x *SimpleMessageProto3WithOptional) Reset() { *x = SimpleMessageProto3WithOptional{} if protoimpl.UnsafeEnabled { mi := &file_messages_proto3_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SimpleMessageProto3WithOptional) String() string { return protoimpl.X.MessageStringOf(x) } func (*SimpleMessageProto3WithOptional) ProtoMessage() {} func (x *SimpleMessageProto3WithOptional) ProtoReflect() protoreflect.Message { mi := &file_messages_proto3_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 SimpleMessageProto3WithOptional.ProtoReflect.Descriptor instead. func (*SimpleMessageProto3WithOptional) Descriptor() ([]byte, []int) { return file_messages_proto3_proto_rawDescGZIP(), []int{4} } func (x *SimpleMessageProto3WithOptional) GetName() string { if x != nil { return x.Name } return "" } func (x *SimpleMessageProto3WithOptional) GetValue() int64 { if x != nil && x.Value != nil { return *x.Value } return 0 } var File_messages_proto3_proto protoreflect.FileDescriptor var file_messages_proto3_proto_rawDesc = []byte{ 0x0a, 0x15, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x73, 0x5f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x74, 0x65, 0x73, 0x74, 0x64, 0x61, 0x74, 0x61, 0x1a, 0x1e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x77, 0x72, 0x61, 0x70, 0x70, 0x65, 0x72, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x5c, 0x0a, 0x13, 0x53, 0x69, 0x6d, 0x70, 0x6c, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x33, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x31, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74, 0x36, 0x34, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0xa8, 0x02, 0x0a, 0x19, 0x47, 0x69, 0x74, 0x68, 0x75, 0x62, 0x41, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x33, 0x12, 0x2b, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74, 0x36, 0x34, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x02, 0x69, 0x64, 0x12, 0x32, 0x0a, 0x05, 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x05, 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x12, 0x3d, 0x0a, 0x0b, 0x67, 0x72, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x0a, 0x67, 0x72, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x49, 0x64, 0x12, 0x3b, 0x0a, 0x0a, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x12, 0x2e, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x22, 0xa8, 0x01, 0x0a, 0x17, 0x47, 0x69, 0x74, 0x68, 0x75, 0x62, 0x41, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x52, 0x65, 0x70, 0x6f, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x33, 0x12, 0x2b, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74, 0x36, 0x34, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x02, 0x69, 0x64, 0x12, 0x30, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2e, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x22, 0x81, 0x04, 0x0a, 0x1a, 0x47, 0x69, 0x74, 0x68, 0x75, 0x62, 0x41, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x33, 0x12, 0x30, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x32, 0x0a, 0x06, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x06, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x12, 0x36, 0x0a, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x12, 0x35, 0x0a, 0x04, 0x72, 0x65, 0x70, 0x6f, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x74, 0x65, 0x73, 0x74, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x47, 0x69, 0x74, 0x68, 0x75, 0x62, 0x41, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x52, 0x65, 0x70, 0x6f, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x33, 0x52, 0x04, 0x72, 0x65, 0x70, 0x6f, 0x12, 0x39, 0x0a, 0x05, 0x61, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x74, 0x65, 0x73, 0x74, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x47, 0x69, 0x74, 0x68, 0x75, 0x62, 0x41, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x33, 0x52, 0x05, 0x61, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x35, 0x0a, 0x03, 0x6f, 0x72, 0x67, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x74, 0x65, 0x73, 0x74, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x47, 0x69, 0x74, 0x68, 0x75, 0x62, 0x41, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x33, 0x52, 0x03, 0x6f, 0x72, 0x67, 0x12, 0x3a, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74, 0x36, 0x34, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x2c, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x02, 0x69, 0x64, 0x12, 0x32, 0x0a, 0x05, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x05, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x22, 0x5a, 0x0a, 0x1f, 0x53, 0x69, 0x6d, 0x70, 0x6c, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x33, 0x57, 0x69, 0x74, 0x68, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x19, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x48, 0x00, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x88, 0x01, 0x01, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x3d, 0x5a, 0x3b, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x2f, 0x62, 0x69, 0x67, 0x71, 0x75, 0x65, 0x72, 0x79, 0x2f, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x2f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x64, 0x77, 0x72, 0x69, 0x74, 0x65, 0x72, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x64, 0x61, 0x74, 0x61, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_messages_proto3_proto_rawDescOnce sync.Once file_messages_proto3_proto_rawDescData = file_messages_proto3_proto_rawDesc ) func file_messages_proto3_proto_rawDescGZIP() []byte { file_messages_proto3_proto_rawDescOnce.Do(func() { file_messages_proto3_proto_rawDescData = protoimpl.X.CompressGZIP(file_messages_proto3_proto_rawDescData) }) return file_messages_proto3_proto_rawDescData } var file_messages_proto3_proto_msgTypes = make([]protoimpl.MessageInfo, 5) var file_messages_proto3_proto_goTypes = []interface{}{ (*SimpleMessageProto3)(nil), // 0: testdata.SimpleMessageProto3 (*GithubArchiveEntityProto3)(nil), // 1: testdata.GithubArchiveEntityProto3 (*GithubArchiveRepoProto3)(nil), // 2: testdata.GithubArchiveRepoProto3 (*GithubArchiveMessageProto3)(nil), // 3: testdata.GithubArchiveMessageProto3 (*SimpleMessageProto3WithOptional)(nil), // 4: testdata.SimpleMessageProto3WithOptional (*wrapperspb.Int64Value)(nil), // 5: google.protobuf.Int64Value (*wrapperspb.StringValue)(nil), // 6: google.protobuf.StringValue (*wrapperspb.BoolValue)(nil), // 7: google.protobuf.BoolValue } var file_messages_proto3_proto_depIdxs = []int32{ 5, // 0: testdata.SimpleMessageProto3.value:type_name -> google.protobuf.Int64Value 5, // 1: testdata.GithubArchiveEntityProto3.id:type_name -> google.protobuf.Int64Value 6, // 2: testdata.GithubArchiveEntityProto3.login:type_name -> google.protobuf.StringValue 6, // 3: testdata.GithubArchiveEntityProto3.gravatar_id:type_name -> google.protobuf.StringValue 6, // 4: testdata.GithubArchiveEntityProto3.avatar_url:type_name -> google.protobuf.StringValue 6, // 5: testdata.GithubArchiveEntityProto3.url:type_name -> google.protobuf.StringValue 5, // 6: testdata.GithubArchiveRepoProto3.id:type_name -> google.protobuf.Int64Value 6, // 7: testdata.GithubArchiveRepoProto3.name:type_name -> google.protobuf.StringValue 6, // 8: testdata.GithubArchiveRepoProto3.url:type_name -> google.protobuf.StringValue 6, // 9: testdata.GithubArchiveMessageProto3.type:type_name -> google.protobuf.StringValue 7, // 10: testdata.GithubArchiveMessageProto3.public:type_name -> google.protobuf.BoolValue 6, // 11: testdata.GithubArchiveMessageProto3.payload:type_name -> google.protobuf.StringValue 2, // 12: testdata.GithubArchiveMessageProto3.repo:type_name -> testdata.GithubArchiveRepoProto3 1, // 13: testdata.GithubArchiveMessageProto3.actor:type_name -> testdata.GithubArchiveEntityProto3 1, // 14: testdata.GithubArchiveMessageProto3.org:type_name -> testdata.GithubArchiveEntityProto3 5, // 15: testdata.GithubArchiveMessageProto3.created_at:type_name -> google.protobuf.Int64Value 6, // 16: testdata.GithubArchiveMessageProto3.id:type_name -> google.protobuf.StringValue 6, // 17: testdata.GithubArchiveMessageProto3.other:type_name -> google.protobuf.StringValue 18, // [18:18] is the sub-list for method output_type 18, // [18:18] is the sub-list for method input_type 18, // [18:18] is the sub-list for extension type_name 18, // [18:18] is the sub-list for extension extendee 0, // [0:18] is the sub-list for field type_name } func init() { file_messages_proto3_proto_init() } func file_messages_proto3_proto_init() { if File_messages_proto3_proto != nil { return } if !protoimpl.UnsafeEnabled { file_messages_proto3_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SimpleMessageProto3); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_messages_proto3_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GithubArchiveEntityProto3); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_messages_proto3_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GithubArchiveRepoProto3); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_messages_proto3_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GithubArchiveMessageProto3); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_messages_proto3_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SimpleMessageProto3WithOptional); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } } file_messages_proto3_proto_msgTypes[4].OneofWrappers = []interface{}{} type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: file_messages_proto3_proto_rawDesc, NumEnums: 0, NumMessages: 5, NumExtensions: 0, NumServices: 0, }, GoTypes: file_messages_proto3_proto_goTypes, DependencyIndexes: file_messages_proto3_proto_depIdxs, MessageInfos: file_messages_proto3_proto_msgTypes, }.Build() File_messages_proto3_proto = out.File file_messages_proto3_proto_rawDesc = nil file_messages_proto3_proto_goTypes = nil file_messages_proto3_proto_depIdxs = nil }