...

Package issue438

import "github.com/gogo/protobuf/test/issue438"
Overview
Index

Overview ▾

Index ▾

type Types
    func (*Types) Descriptor() ([]byte, []int)
    func (m *Types) GetAny() *types.Any
    func (m *Types) GetApi() *types.Api
    func (m *Types) GetBool() *types.BoolValue
    func (m *Types) GetBval() *types.BoolValue
    func (m *Types) GetBytes() *types.BytesValue
    func (m *Types) GetDbl() *types.DoubleValue
    func (m *Types) GetDur() *types.Duration
    func (m *Types) GetEm() *types.Empty
    func (m *Types) GetEn() *types.Enum
    func (m *Types) GetEnval() *types.EnumValue
    func (m *Types) GetF() *types.Field
    func (m *Types) GetFlt() *types.FloatValue
    func (m *Types) GetFm() *types.FieldMask
    func (m *Types) GetI32() *types.Int32Value
    func (m *Types) GetI64() *types.Int64Value
    func (m *Types) GetLstv() *types.ListValue
    func (m *Types) GetMet() *types.Method
    func (m *Types) GetMx() *types.Mixin
    func (m *Types) GetNlval() types.NullValue
    func (m *Types) GetOpt() *types.Option
    func (m *Types) GetSc() *types.SourceContext
    func (m *Types) GetSt() *types.Struct
    func (m *Types) GetStr() *types.StringValue
    func (m *Types) GetStrval() *types.Struct
    func (m *Types) GetStval() *types.StringValue
    func (m *Types) GetT() *types.Type
    func (m *Types) GetTs() *types.Timestamp
    func (m *Types) GetU32() *types.UInt32Value
    func (m *Types) GetU64() *types.UInt64Value
    func (m *Types) GetVal() *types.Value
    func (*Types) ProtoMessage()
    func (m *Types) ProtoSize() (n int)
    func (m *Types) Reset()
    func (m *Types) String() string
    func (m *Types) XXX_DiscardUnknown()
    func (m *Types) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
    func (m *Types) XXX_Merge(src proto.Message)
    func (m *Types) XXX_Size() int
    func (m *Types) XXX_Unmarshal(b []byte) error

Package files

issue438.pb.go

type Types

type Types struct {
    Any                  *types.Any           `protobuf:"bytes,1,opt,name=any,proto3" json:"any,omitempty"`
    Api                  *types.Api           `protobuf:"bytes,2,opt,name=api,proto3" json:"api,omitempty"`
    Met                  *types.Method        `protobuf:"bytes,3,opt,name=met,proto3" json:"met,omitempty"`
    Mx                   *types.Mixin         `protobuf:"bytes,4,opt,name=mx,proto3" json:"mx,omitempty"`
    Dur                  *types.Duration      `protobuf:"bytes,5,opt,name=dur,proto3" json:"dur,omitempty"`
    Em                   *types.Empty         `protobuf:"bytes,6,opt,name=em,proto3" json:"em,omitempty"`
    Fm                   *types.FieldMask     `protobuf:"bytes,7,opt,name=fm,proto3" json:"fm,omitempty"`
    Sc                   *types.SourceContext `protobuf:"bytes,8,opt,name=sc,proto3" json:"sc,omitempty"`
    St                   *types.Struct        `protobuf:"bytes,9,opt,name=st,proto3" json:"st,omitempty"`
    Val                  *types.Value         `protobuf:"bytes,10,opt,name=val,proto3" json:"val,omitempty"`
    Nlval                types.NullValue      `protobuf:"varint,11,opt,name=nlval,proto3,enum=google.protobuf.NullValue" json:"nlval,omitempty"`
    Stval                *types.StringValue   `protobuf:"bytes,12,opt,name=stval,proto3" json:"stval,omitempty"`
    Bval                 *types.BoolValue     `protobuf:"bytes,13,opt,name=bval,proto3" json:"bval,omitempty"`
    Strval               *types.Struct        `protobuf:"bytes,14,opt,name=strval,proto3" json:"strval,omitempty"`
    Lstv                 *types.ListValue     `protobuf:"bytes,15,opt,name=lstv,proto3" json:"lstv,omitempty"`
    Ts                   *types.Timestamp     `protobuf:"bytes,16,opt,name=ts,proto3" json:"ts,omitempty"`
    T                    *types.Type          `protobuf:"bytes,17,opt,name=t,proto3" json:"t,omitempty"`
    F                    *types.Field         `protobuf:"bytes,18,opt,name=f,proto3" json:"f,omitempty"`
    En                   *types.Enum          `protobuf:"bytes,19,opt,name=en,proto3" json:"en,omitempty"`
    Enval                *types.EnumValue     `protobuf:"bytes,20,opt,name=enval,proto3" json:"enval,omitempty"`
    Opt                  *types.Option        `protobuf:"bytes,21,opt,name=opt,proto3" json:"opt,omitempty"`
    Dbl                  *types.DoubleValue   `protobuf:"bytes,22,opt,name=dbl,proto3" json:"dbl,omitempty"`
    Flt                  *types.FloatValue    `protobuf:"bytes,23,opt,name=flt,proto3" json:"flt,omitempty"`
    I64                  *types.Int64Value    `protobuf:"bytes,24,opt,name=i64,proto3" json:"i64,omitempty"`
    U64                  *types.UInt64Value   `protobuf:"bytes,25,opt,name=u64,proto3" json:"u64,omitempty"`
    I32                  *types.Int32Value    `protobuf:"bytes,26,opt,name=i32,proto3" json:"i32,omitempty"`
    U32                  *types.UInt32Value   `protobuf:"bytes,27,opt,name=u32,proto3" json:"u32,omitempty"`
    Bool                 *types.BoolValue     `protobuf:"bytes,28,opt,name=bool,proto3" json:"bool,omitempty"`
    Str                  *types.StringValue   `protobuf:"bytes,29,opt,name=str,proto3" json:"str,omitempty"`
    Bytes                *types.BytesValue    `protobuf:"bytes,30,opt,name=bytes,proto3" json:"bytes,omitempty"`
    XXX_NoUnkeyedLiteral struct{}             `json:"-"`
    XXX_unrecognized     []byte               `json:"-"`
    XXX_sizecache        int32                `json:"-"`
}

func (*Types) Descriptor

func (*Types) Descriptor() ([]byte, []int)

func (*Types) GetAny

func (m *Types) GetAny() *types.Any

func (*Types) GetApi

func (m *Types) GetApi() *types.Api

func (*Types) GetBool

func (m *Types) GetBool() *types.BoolValue

func (*Types) GetBval

func (m *Types) GetBval() *types.BoolValue

func (*Types) GetBytes

func (m *Types) GetBytes() *types.BytesValue

func (*Types) GetDbl

func (m *Types) GetDbl() *types.DoubleValue

func (*Types) GetDur

func (m *Types) GetDur() *types.Duration

func (*Types) GetEm

func (m *Types) GetEm() *types.Empty

func (*Types) GetEn

func (m *Types) GetEn() *types.Enum

func (*Types) GetEnval

func (m *Types) GetEnval() *types.EnumValue

func (*Types) GetF

func (m *Types) GetF() *types.Field

func (*Types) GetFlt

func (m *Types) GetFlt() *types.FloatValue

func (*Types) GetFm

func (m *Types) GetFm() *types.FieldMask

func (*Types) GetI32

func (m *Types) GetI32() *types.Int32Value

func (*Types) GetI64

func (m *Types) GetI64() *types.Int64Value

func (*Types) GetLstv

func (m *Types) GetLstv() *types.ListValue

func (*Types) GetMet

func (m *Types) GetMet() *types.Method

func (*Types) GetMx

func (m *Types) GetMx() *types.Mixin

func (*Types) GetNlval

func (m *Types) GetNlval() types.NullValue

func (*Types) GetOpt

func (m *Types) GetOpt() *types.Option

func (*Types) GetSc

func (m *Types) GetSc() *types.SourceContext

func (*Types) GetSt

func (m *Types) GetSt() *types.Struct

func (*Types) GetStr

func (m *Types) GetStr() *types.StringValue

func (*Types) GetStrval

func (m *Types) GetStrval() *types.Struct

func (*Types) GetStval

func (m *Types) GetStval() *types.StringValue

func (*Types) GetT

func (m *Types) GetT() *types.Type

func (*Types) GetTs

func (m *Types) GetTs() *types.Timestamp

func (*Types) GetU32

func (m *Types) GetU32() *types.UInt32Value

func (*Types) GetU64

func (m *Types) GetU64() *types.UInt64Value

func (*Types) GetVal

func (m *Types) GetVal() *types.Value

func (*Types) ProtoMessage

func (*Types) ProtoMessage()

func (*Types) ProtoSize

func (m *Types) ProtoSize() (n int)

func (*Types) Reset

func (m *Types) Reset()

func (*Types) String

func (m *Types) String() string

func (*Types) XXX_DiscardUnknown

func (m *Types) XXX_DiscardUnknown()

func (*Types) XXX_Marshal

func (m *Types) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Types) XXX_Merge

func (m *Types) XXX_Merge(src proto.Message)

func (*Types) XXX_Size

func (m *Types) XXX_Size() int

func (*Types) XXX_Unmarshal

func (m *Types) XXX_Unmarshal(b []byte) error