Versions in this module Expand all Collapse all v1 v1.2.0 Dec 11, 2018 v1.1.1 Jul 17, 2018 v1.1.0 Jul 15, 2018 Changes in this version + var ForeignEnum_name = map[int32]string + var ForeignEnum_value = map[string]int32 + var TestAllTypes_NestedEnum_name = map[int32]string + var TestAllTypes_NestedEnum_value = map[string]int32 + var WireFormat_name = map[int32]string + var WireFormat_value = map[string]int32 + type ConformanceRequest struct + Payload isConformanceRequest_Payload + RequestedOutputFormat WireFormat + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ConformanceRequest) Descriptor() ([]byte, []int) + func (*ConformanceRequest) ProtoMessage() + func (*ConformanceRequest) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (dst *ConformanceRequest) XXX_Merge(src proto.Message) + func (m *ConformanceRequest) GetJsonPayload() string + func (m *ConformanceRequest) GetPayload() isConformanceRequest_Payload + func (m *ConformanceRequest) GetProtobufPayload() []byte + func (m *ConformanceRequest) GetRequestedOutputFormat() WireFormat + func (m *ConformanceRequest) Reset() + func (m *ConformanceRequest) String() string + func (m *ConformanceRequest) XXX_DiscardUnknown() + func (m *ConformanceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ConformanceRequest) XXX_Size() int + func (m *ConformanceRequest) XXX_Unmarshal(b []byte) error + type ConformanceRequest_JsonPayload struct + JsonPayload string + type ConformanceRequest_ProtobufPayload struct + ProtobufPayload []byte + type ConformanceResponse struct + Result isConformanceResponse_Result + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ConformanceResponse) Descriptor() ([]byte, []int) + func (*ConformanceResponse) ProtoMessage() + func (*ConformanceResponse) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (dst *ConformanceResponse) XXX_Merge(src proto.Message) + func (m *ConformanceResponse) GetJsonPayload() string + func (m *ConformanceResponse) GetParseError() string + func (m *ConformanceResponse) GetProtobufPayload() []byte + func (m *ConformanceResponse) GetResult() isConformanceResponse_Result + func (m *ConformanceResponse) GetRuntimeError() string + func (m *ConformanceResponse) GetSerializeError() string + func (m *ConformanceResponse) GetSkipped() string + func (m *ConformanceResponse) Reset() + func (m *ConformanceResponse) String() string + func (m *ConformanceResponse) XXX_DiscardUnknown() + func (m *ConformanceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ConformanceResponse) XXX_Size() int + func (m *ConformanceResponse) XXX_Unmarshal(b []byte) error + type ConformanceResponse_JsonPayload struct + JsonPayload string + type ConformanceResponse_ParseError struct + ParseError string + type ConformanceResponse_ProtobufPayload struct + ProtobufPayload []byte + type ConformanceResponse_RuntimeError struct + RuntimeError string + type ConformanceResponse_SerializeError struct + SerializeError string + type ConformanceResponse_Skipped struct + Skipped string + type ForeignEnum int32 + const ForeignEnum_FOREIGN_BAR + const ForeignEnum_FOREIGN_BAZ + const ForeignEnum_FOREIGN_FOO + func (ForeignEnum) EnumDescriptor() ([]byte, []int) + func (x ForeignEnum) String() string + type ForeignMessage struct + C int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ForeignMessage) Descriptor() ([]byte, []int) + func (*ForeignMessage) ProtoMessage() + func (dst *ForeignMessage) XXX_Merge(src proto.Message) + func (m *ForeignMessage) GetC() int32 + func (m *ForeignMessage) Reset() + func (m *ForeignMessage) String() string + func (m *ForeignMessage) XXX_DiscardUnknown() + func (m *ForeignMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ForeignMessage) XXX_Size() int + func (m *ForeignMessage) XXX_Unmarshal(b []byte) error + type TestAllTypes struct + FIELDName12 int32 + FIELD_NAME11 int32 + Field0Name5 int32 + FieldName2 int32 + FieldName7 int32 + FieldName8 int32 + Field_0Name6 int32 + Field_Name10 int32 + Field_Name4_ int32 + Field_Name9 int32 + Fieldname1 int32 + MapBoolBool map[bool]bool + MapFixed32Fixed32 map[uint32]uint32 + MapFixed64Fixed64 map[uint64]uint64 + MapInt32Double map[int32]float64 + MapInt32Float map[int32]float32 + MapInt32Int32 map[int32]int32 + MapInt64Int64 map[int64]int64 + MapSfixed32Sfixed32 map[int32]int32 + MapSfixed64Sfixed64 map[int64]int64 + MapSint32Sint32 map[int32]int32 + MapSint64Sint64 map[int64]int64 + MapStringBytes map[string][]byte + MapStringForeignEnum map[string]ForeignEnum + MapStringForeignMessage map[string]*ForeignMessage + MapStringNestedEnum map[string]TestAllTypes_NestedEnum + MapStringNestedMessage map[string]*TestAllTypes_NestedMessage + MapStringString map[string]string + MapUint32Uint32 map[uint32]uint32 + MapUint64Uint64 map[uint64]uint64 + OneofField isTestAllTypes_OneofField + OptionalAny *types.Any + OptionalBool bool + OptionalBoolWrapper *types.BoolValue + OptionalBytes []byte + OptionalBytesWrapper *types.BytesValue + OptionalCord string + OptionalDouble float64 + OptionalDoubleWrapper *types.DoubleValue + OptionalDuration *types.Duration + OptionalFieldMask *types.FieldMask + OptionalFixed32 uint32 + OptionalFixed64 uint64 + OptionalFloat float32 + OptionalFloatWrapper *types.FloatValue + OptionalForeignEnum ForeignEnum + OptionalForeignMessage *ForeignMessage + OptionalInt32 int32 + OptionalInt32Wrapper *types.Int32Value + OptionalInt64 int64 + OptionalInt64Wrapper *types.Int64Value + OptionalNestedEnum TestAllTypes_NestedEnum + OptionalNestedMessage *TestAllTypes_NestedMessage + OptionalSfixed32 int32 + OptionalSfixed64 int64 + OptionalSint32 int32 + OptionalSint64 int64 + OptionalString string + OptionalStringPiece string + OptionalStringWrapper *types.StringValue + OptionalStruct *types.Struct + OptionalTimestamp *types.Timestamp + OptionalUint32 uint32 + OptionalUint32Wrapper *types.UInt32Value + OptionalUint64 uint64 + OptionalUint64Wrapper *types.UInt64Value + OptionalValue *types.Value + RecursiveMessage *TestAllTypes + RepeatedAny []*types.Any + RepeatedBool []bool + RepeatedBoolWrapper []*types.BoolValue + RepeatedBytes [][]byte + RepeatedBytesWrapper []*types.BytesValue + RepeatedCord []string + RepeatedDouble []float64 + RepeatedDoubleWrapper []*types.DoubleValue + RepeatedDuration []*types.Duration + RepeatedFieldmask []*types.FieldMask + RepeatedFixed32 []uint32 + RepeatedFixed64 []uint64 + RepeatedFloat []float32 + RepeatedFloatWrapper []*types.FloatValue + RepeatedForeignEnum []ForeignEnum + RepeatedForeignMessage []*ForeignMessage + RepeatedInt32 []int32 + RepeatedInt32Wrapper []*types.Int32Value + RepeatedInt64 []int64 + RepeatedInt64Wrapper []*types.Int64Value + RepeatedNestedEnum []TestAllTypes_NestedEnum + RepeatedNestedMessage []*TestAllTypes_NestedMessage + RepeatedSfixed32 []int32 + RepeatedSfixed64 []int64 + RepeatedSint32 []int32 + RepeatedSint64 []int64 + RepeatedString []string + RepeatedStringPiece []string + RepeatedStringWrapper []*types.StringValue + RepeatedStruct []*types.Struct + RepeatedTimestamp []*types.Timestamp + RepeatedUint32 []uint32 + RepeatedUint32Wrapper []*types.UInt32Value + RepeatedUint64 []uint64 + RepeatedUint64Wrapper []*types.UInt64Value + RepeatedValue []*types.Value + XFieldName3 int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*TestAllTypes) Descriptor() ([]byte, []int) + func (*TestAllTypes) ProtoMessage() + func (*TestAllTypes) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (dst *TestAllTypes) XXX_Merge(src proto.Message) + func (m *TestAllTypes) GetFIELDName12() int32 + func (m *TestAllTypes) GetFIELD_NAME11() int32 + func (m *TestAllTypes) GetField0Name5() int32 + func (m *TestAllTypes) GetFieldName2() int32 + func (m *TestAllTypes) GetFieldName7() int32 + func (m *TestAllTypes) GetFieldName8() int32 + func (m *TestAllTypes) GetField_0Name6() int32 + func (m *TestAllTypes) GetField_Name10() int32 + func (m *TestAllTypes) GetField_Name4_() int32 + func (m *TestAllTypes) GetField_Name9() int32 + func (m *TestAllTypes) GetFieldname1() int32 + func (m *TestAllTypes) GetMapBoolBool() map[bool]bool + func (m *TestAllTypes) GetMapFixed32Fixed32() map[uint32]uint32 + func (m *TestAllTypes) GetMapFixed64Fixed64() map[uint64]uint64 + func (m *TestAllTypes) GetMapInt32Double() map[int32]float64 + func (m *TestAllTypes) GetMapInt32Float() map[int32]float32 + func (m *TestAllTypes) GetMapInt32Int32() map[int32]int32 + func (m *TestAllTypes) GetMapInt64Int64() map[int64]int64 + func (m *TestAllTypes) GetMapSfixed32Sfixed32() map[int32]int32 + func (m *TestAllTypes) GetMapSfixed64Sfixed64() map[int64]int64 + func (m *TestAllTypes) GetMapSint32Sint32() map[int32]int32 + func (m *TestAllTypes) GetMapSint64Sint64() map[int64]int64 + func (m *TestAllTypes) GetMapStringBytes() map[string][]byte + func (m *TestAllTypes) GetMapStringForeignEnum() map[string]ForeignEnum + func (m *TestAllTypes) GetMapStringForeignMessage() map[string]*ForeignMessage + func (m *TestAllTypes) GetMapStringNestedEnum() map[string]TestAllTypes_NestedEnum + func (m *TestAllTypes) GetMapStringNestedMessage() map[string]*TestAllTypes_NestedMessage + func (m *TestAllTypes) GetMapStringString() map[string]string + func (m *TestAllTypes) GetMapUint32Uint32() map[uint32]uint32 + func (m *TestAllTypes) GetMapUint64Uint64() map[uint64]uint64 + func (m *TestAllTypes) GetOneofBytes() []byte + func (m *TestAllTypes) GetOneofField() isTestAllTypes_OneofField + func (m *TestAllTypes) GetOneofNestedMessage() *TestAllTypes_NestedMessage + func (m *TestAllTypes) GetOneofString() string + func (m *TestAllTypes) GetOneofUint32() uint32 + func (m *TestAllTypes) GetOptionalAny() *types.Any + func (m *TestAllTypes) GetOptionalBool() bool + func (m *TestAllTypes) GetOptionalBoolWrapper() *types.BoolValue + func (m *TestAllTypes) GetOptionalBytes() []byte + func (m *TestAllTypes) GetOptionalBytesWrapper() *types.BytesValue + func (m *TestAllTypes) GetOptionalCord() string + func (m *TestAllTypes) GetOptionalDouble() float64 + func (m *TestAllTypes) GetOptionalDoubleWrapper() *types.DoubleValue + func (m *TestAllTypes) GetOptionalDuration() *types.Duration + func (m *TestAllTypes) GetOptionalFieldMask() *types.FieldMask + func (m *TestAllTypes) GetOptionalFixed32() uint32 + func (m *TestAllTypes) GetOptionalFixed64() uint64 + func (m *TestAllTypes) GetOptionalFloat() float32 + func (m *TestAllTypes) GetOptionalFloatWrapper() *types.FloatValue + func (m *TestAllTypes) GetOptionalForeignEnum() ForeignEnum + func (m *TestAllTypes) GetOptionalForeignMessage() *ForeignMessage + func (m *TestAllTypes) GetOptionalInt32() int32 + func (m *TestAllTypes) GetOptionalInt32Wrapper() *types.Int32Value + func (m *TestAllTypes) GetOptionalInt64() int64 + func (m *TestAllTypes) GetOptionalInt64Wrapper() *types.Int64Value + func (m *TestAllTypes) GetOptionalNestedEnum() TestAllTypes_NestedEnum + func (m *TestAllTypes) GetOptionalNestedMessage() *TestAllTypes_NestedMessage + func (m *TestAllTypes) GetOptionalSfixed32() int32 + func (m *TestAllTypes) GetOptionalSfixed64() int64 + func (m *TestAllTypes) GetOptionalSint32() int32 + func (m *TestAllTypes) GetOptionalSint64() int64 + func (m *TestAllTypes) GetOptionalString() string + func (m *TestAllTypes) GetOptionalStringPiece() string + func (m *TestAllTypes) GetOptionalStringWrapper() *types.StringValue + func (m *TestAllTypes) GetOptionalStruct() *types.Struct + func (m *TestAllTypes) GetOptionalTimestamp() *types.Timestamp + func (m *TestAllTypes) GetOptionalUint32() uint32 + func (m *TestAllTypes) GetOptionalUint32Wrapper() *types.UInt32Value + func (m *TestAllTypes) GetOptionalUint64() uint64 + func (m *TestAllTypes) GetOptionalUint64Wrapper() *types.UInt64Value + func (m *TestAllTypes) GetOptionalValue() *types.Value + func (m *TestAllTypes) GetRecursiveMessage() *TestAllTypes + func (m *TestAllTypes) GetRepeatedAny() []*types.Any + func (m *TestAllTypes) GetRepeatedBool() []bool + func (m *TestAllTypes) GetRepeatedBoolWrapper() []*types.BoolValue + func (m *TestAllTypes) GetRepeatedBytes() [][]byte + func (m *TestAllTypes) GetRepeatedBytesWrapper() []*types.BytesValue + func (m *TestAllTypes) GetRepeatedCord() []string + func (m *TestAllTypes) GetRepeatedDouble() []float64 + func (m *TestAllTypes) GetRepeatedDoubleWrapper() []*types.DoubleValue + func (m *TestAllTypes) GetRepeatedDuration() []*types.Duration + func (m *TestAllTypes) GetRepeatedFieldmask() []*types.FieldMask + func (m *TestAllTypes) GetRepeatedFixed32() []uint32 + func (m *TestAllTypes) GetRepeatedFixed64() []uint64 + func (m *TestAllTypes) GetRepeatedFloat() []float32 + func (m *TestAllTypes) GetRepeatedFloatWrapper() []*types.FloatValue + func (m *TestAllTypes) GetRepeatedForeignEnum() []ForeignEnum + func (m *TestAllTypes) GetRepeatedForeignMessage() []*ForeignMessage + func (m *TestAllTypes) GetRepeatedInt32() []int32 + func (m *TestAllTypes) GetRepeatedInt32Wrapper() []*types.Int32Value + func (m *TestAllTypes) GetRepeatedInt64() []int64 + func (m *TestAllTypes) GetRepeatedInt64Wrapper() []*types.Int64Value + func (m *TestAllTypes) GetRepeatedNestedEnum() []TestAllTypes_NestedEnum + func (m *TestAllTypes) GetRepeatedNestedMessage() []*TestAllTypes_NestedMessage + func (m *TestAllTypes) GetRepeatedSfixed32() []int32 + func (m *TestAllTypes) GetRepeatedSfixed64() []int64 + func (m *TestAllTypes) GetRepeatedSint32() []int32 + func (m *TestAllTypes) GetRepeatedSint64() []int64 + func (m *TestAllTypes) GetRepeatedString() []string + func (m *TestAllTypes) GetRepeatedStringPiece() []string + func (m *TestAllTypes) GetRepeatedStringWrapper() []*types.StringValue + func (m *TestAllTypes) GetRepeatedStruct() []*types.Struct + func (m *TestAllTypes) GetRepeatedTimestamp() []*types.Timestamp + func (m *TestAllTypes) GetRepeatedUint32() []uint32 + func (m *TestAllTypes) GetRepeatedUint32Wrapper() []*types.UInt32Value + func (m *TestAllTypes) GetRepeatedUint64() []uint64 + func (m *TestAllTypes) GetRepeatedUint64Wrapper() []*types.UInt64Value + func (m *TestAllTypes) GetRepeatedValue() []*types.Value + func (m *TestAllTypes) GetXFieldName3() int32 + func (m *TestAllTypes) Reset() + func (m *TestAllTypes) String() string + func (m *TestAllTypes) XXX_DiscardUnknown() + func (m *TestAllTypes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TestAllTypes) XXX_Size() int + func (m *TestAllTypes) XXX_Unmarshal(b []byte) error + type TestAllTypes_NestedEnum int32 + const TestAllTypes_BAR + const TestAllTypes_BAZ + const TestAllTypes_FOO + const TestAllTypes_NEG + func (TestAllTypes_NestedEnum) EnumDescriptor() ([]byte, []int) + func (x TestAllTypes_NestedEnum) String() string + type TestAllTypes_NestedMessage struct + A int32 + Corecursive *TestAllTypes + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*TestAllTypes_NestedMessage) Descriptor() ([]byte, []int) + func (*TestAllTypes_NestedMessage) ProtoMessage() + func (dst *TestAllTypes_NestedMessage) XXX_Merge(src proto.Message) + func (m *TestAllTypes_NestedMessage) GetA() int32 + func (m *TestAllTypes_NestedMessage) GetCorecursive() *TestAllTypes + func (m *TestAllTypes_NestedMessage) Reset() + func (m *TestAllTypes_NestedMessage) String() string + func (m *TestAllTypes_NestedMessage) XXX_DiscardUnknown() + func (m *TestAllTypes_NestedMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TestAllTypes_NestedMessage) XXX_Size() int + func (m *TestAllTypes_NestedMessage) XXX_Unmarshal(b []byte) error + type TestAllTypes_OneofBytes struct + OneofBytes []byte + type TestAllTypes_OneofNestedMessage struct + OneofNestedMessage *TestAllTypes_NestedMessage + type TestAllTypes_OneofString struct + OneofString string + type TestAllTypes_OneofUint32 struct + OneofUint32 uint32 + type WireFormat int32 + const WireFormat_JSON + const WireFormat_PROTOBUF + const WireFormat_UNSPECIFIED + func (WireFormat) EnumDescriptor() ([]byte, []int) + func (x WireFormat) String() string