blob: 84e01e95f21dc7beb4c546a5dd2e085b137a86f1 [file] [log] [blame]
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: client/profile_id.proto
package client
import (
fmt "fmt"
proto "github.com/golang/protobuf/proto"
math "math"
)
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
// Id of a client profile. See comment in client/client.proto for
// more details.
type ProfileId struct {
// Required.
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// Required.
ClientId *ClientId `protobuf:"bytes,2,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ProfileId) Reset() { *m = ProfileId{} }
func (m *ProfileId) String() string { return proto.CompactTextString(m) }
func (*ProfileId) ProtoMessage() {}
func (*ProfileId) Descriptor() ([]byte, []int) {
return fileDescriptor_77e92659ed6ea08d, []int{0}
}
func (m *ProfileId) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ProfileId.Unmarshal(m, b)
}
func (m *ProfileId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ProfileId.Marshal(b, m, deterministic)
}
func (m *ProfileId) XXX_Merge(src proto.Message) {
xxx_messageInfo_ProfileId.Merge(m, src)
}
func (m *ProfileId) XXX_Size() int {
return xxx_messageInfo_ProfileId.Size(m)
}
func (m *ProfileId) XXX_DiscardUnknown() {
xxx_messageInfo_ProfileId.DiscardUnknown(m)
}
var xxx_messageInfo_ProfileId proto.InternalMessageInfo
func (m *ProfileId) GetId() string {
if m != nil {
return m.Id
}
return ""
}
func (m *ProfileId) GetClientId() *ClientId {
if m != nil {
return m.ClientId
}
return nil
}
func init() {
proto.RegisterType((*ProfileId)(nil), "client.ProfileId")
}
func init() { proto.RegisterFile("client/profile_id.proto", fileDescriptor_77e92659ed6ea08d) }
var fileDescriptor_77e92659ed6ea08d = []byte{
// 156 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0x4f, 0xce, 0xc9, 0x4c,
0xcd, 0x2b, 0xd1, 0x2f, 0x28, 0xca, 0x4f, 0xcb, 0xcc, 0x49, 0x8d, 0xcf, 0x4c, 0xd1, 0x2b, 0x28,
0xca, 0x2f, 0xc9, 0x17, 0x62, 0x83, 0x48, 0x48, 0x89, 0x41, 0x15, 0x40, 0x28, 0xb8, 0xbc, 0x92,
0x17, 0x17, 0x67, 0x00, 0x44, 0x8f, 0x67, 0x8a, 0x10, 0x1f, 0x17, 0x53, 0x66, 0x8a, 0x04, 0xa3,
0x02, 0xa3, 0x06, 0x67, 0x10, 0x53, 0x66, 0x8a, 0x90, 0x2e, 0x17, 0x27, 0x5c, 0xbd, 0x04, 0x93,
0x02, 0xa3, 0x06, 0xb7, 0x91, 0x80, 0x1e, 0x44, 0x44, 0xcf, 0x19, 0x4c, 0x79, 0xa6, 0x04, 0x71,
0x24, 0x43, 0x59, 0x4e, 0x46, 0x51, 0x06, 0xe9, 0xf9, 0x7a, 0xc9, 0x19, 0x45, 0xf9, 0xb9, 0x99,
0xa5, 0xb9, 0x7a, 0xf9, 0x45, 0xe9, 0xfa, 0x30, 0x4e, 0x7e, 0xb1, 0x7e, 0x66, 0x5e, 0x5a, 0x51,
0xa2, 0x3e, 0xd8, 0x56, 0xfd, 0xf4, 0x7c, 0xa8, 0x43, 0x92, 0xd8, 0xc0, 0x02, 0xc6, 0x80, 0x00,
0x00, 0x00, 0xff, 0xff, 0xd2, 0xcc, 0xd7, 0x86, 0xc1, 0x00, 0x00, 0x00,
}