Versions in this module Expand all Collapse all v1 v1.3.7 Mar 25, 2020 v1.3.4 Nov 19, 2019 Changes in this version + var ErrIntOverflowAny = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowApi = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowDuration = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowEmpty = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowFieldMask = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowSourceContext = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowStruct = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowTimestamp = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowType = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowWrappers = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthAny = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthApi = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthDuration = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthEmpty = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthFieldMask = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthSourceContext = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthStruct = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthTimestamp = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthType = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthWrappers = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupAny = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupApi = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupDuration = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupEmpty = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupFieldMask = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupSourceContext = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupStruct = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupTimestamp = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupType = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupWrappers = fmt.Errorf("proto: unexpected end of group") + var Field_Cardinality_name = map[int32]string + var Field_Cardinality_value = map[string]int32 + var Field_Kind_name = map[int32]string + var Field_Kind_value = map[string]int32 + var NullValue_name = map[int32]string + var NullValue_value = map[string]int32 + var Syntax_name = map[int32]string + var Syntax_value = map[string]int32 + func AnyMessageName(any *Any) (string, error) + func DurationFromProto(p *Duration) (time.Duration, error) + func EmptyAny(any *Any) (proto.Message, error) + func Is(any *Any, pb proto.Message) bool + func NewPopulatedStdBool(r randyWrappers, easy bool) *bool + func NewPopulatedStdBytes(r randyWrappers, easy bool) *[]byte + func NewPopulatedStdDouble(r randyWrappers, easy bool) *float64 + func NewPopulatedStdDuration(r interface{ ... }, easy bool) *time.Duration + func NewPopulatedStdFloat(r randyWrappers, easy bool) *float32 + func NewPopulatedStdInt32(r randyWrappers, easy bool) *int32 + func NewPopulatedStdInt64(r randyWrappers, easy bool) *int64 + func NewPopulatedStdString(r randyWrappers, easy bool) *string + func NewPopulatedStdTime(r interface{ ... }, easy bool) *time.Time + func NewPopulatedStdUInt32(r randyWrappers, easy bool) *uint32 + func NewPopulatedStdUInt64(r randyWrappers, easy bool) *uint64 + func SizeOfStdBool(v bool) int + func SizeOfStdBytes(v []byte) int + func SizeOfStdDouble(v float64) int + func SizeOfStdDuration(d time.Duration) int + func SizeOfStdFloat(v float32) int + func SizeOfStdInt32(v int32) int + func SizeOfStdInt64(v int64) int + func SizeOfStdString(v string) int + func SizeOfStdTime(t time.Time) int + func SizeOfStdUInt32(v uint32) int + func SizeOfStdUInt64(v uint64) int + func StdBoolMarshal(v bool) ([]byte, error) + func StdBoolMarshalTo(v bool, data []byte) (int, error) + func StdBoolUnmarshal(v *bool, data []byte) error + func StdBytesMarshal(v []byte) ([]byte, error) + func StdBytesMarshalTo(v []byte, data []byte) (int, error) + func StdBytesUnmarshal(v *[]byte, data []byte) error + func StdDoubleMarshal(v float64) ([]byte, error) + func StdDoubleMarshalTo(v float64, data []byte) (int, error) + func StdDoubleUnmarshal(v *float64, data []byte) error + func StdDurationMarshal(d time.Duration) ([]byte, error) + func StdDurationMarshalTo(d time.Duration, data []byte) (int, error) + func StdDurationUnmarshal(d *time.Duration, data []byte) error + func StdFloatMarshal(v float32) ([]byte, error) + func StdFloatMarshalTo(v float32, data []byte) (int, error) + func StdFloatUnmarshal(v *float32, data []byte) error + func StdInt32Marshal(v int32) ([]byte, error) + func StdInt32MarshalTo(v int32, data []byte) (int, error) + func StdInt32Unmarshal(v *int32, data []byte) error + func StdInt64Marshal(v int64) ([]byte, error) + func StdInt64MarshalTo(v int64, data []byte) (int, error) + func StdInt64Unmarshal(v *int64, data []byte) error + func StdStringMarshal(v string) ([]byte, error) + func StdStringMarshalTo(v string, data []byte) (int, error) + func StdStringUnmarshal(v *string, data []byte) error + func StdTimeMarshal(t time.Time) ([]byte, error) + func StdTimeMarshalTo(t time.Time, data []byte) (int, error) + func StdTimeUnmarshal(t *time.Time, data []byte) error + func StdUInt32Marshal(v uint32) ([]byte, error) + func StdUInt32MarshalTo(v uint32, data []byte) (int, error) + func StdUInt32Unmarshal(v *uint32, data []byte) error + func StdUInt64Marshal(v uint64) ([]byte, error) + func StdUInt64MarshalTo(v uint64, data []byte) (int, error) + func StdUInt64Unmarshal(v *uint64, data []byte) error + func TimestampFromProto(ts *Timestamp) (time.Time, error) + func TimestampString(ts *Timestamp) string + func UnmarshalAny(any *Any, pb proto.Message) error + type Any struct + TypeUrl string + Value []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func MarshalAny(pb proto.Message) (*Any, error) + func NewPopulatedAny(r randyAny, easy bool) *Any + func (*Any) Descriptor() ([]byte, []int) + func (*Any) ProtoMessage() + func (*Any) XXX_MessageName() string + func (*Any) XXX_WellKnownType() string + func (m *Any) GetTypeUrl() string + func (m *Any) GetValue() []byte + func (m *Any) Marshal() (dAtA []byte, err error) + func (m *Any) MarshalTo(dAtA []byte) (int, error) + func (m *Any) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Any) ProtoSize() (n int) + func (m *Any) Reset() + func (m *Any) Size() (n int) + func (m *Any) Unmarshal(dAtA []byte) error + func (m *Any) XXX_DiscardUnknown() + func (m *Any) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Any) XXX_Merge(src proto.Message) + func (m *Any) XXX_Size() int + func (m *Any) XXX_Unmarshal(b []byte) error + func (this *Any) Compare(that interface{}) int + func (this *Any) Equal(that interface{}) bool + func (this *Any) GoString() string + func (this *Any) String() string + type Api struct + Methods []*Method + Mixins []*Mixin + Name string + Options []*Option + SourceContext *SourceContext + Syntax Syntax + Version string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func NewPopulatedApi(r randyApi, easy bool) *Api + func (*Api) Descriptor() ([]byte, []int) + func (*Api) ProtoMessage() + func (*Api) XXX_MessageName() string + func (m *Api) GetMethods() []*Method + func (m *Api) GetMixins() []*Mixin + func (m *Api) GetName() string + func (m *Api) GetOptions() []*Option + func (m *Api) GetSourceContext() *SourceContext + func (m *Api) GetSyntax() Syntax + func (m *Api) GetVersion() string + func (m *Api) Marshal() (dAtA []byte, err error) + func (m *Api) MarshalTo(dAtA []byte) (int, error) + func (m *Api) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Api) ProtoSize() (n int) + func (m *Api) Reset() + func (m *Api) Size() (n int) + func (m *Api) Unmarshal(dAtA []byte) error + func (m *Api) XXX_DiscardUnknown() + func (m *Api) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Api) XXX_Merge(src proto.Message) + func (m *Api) XXX_Size() int + func (m *Api) XXX_Unmarshal(b []byte) error + func (this *Api) Compare(that interface{}) int + func (this *Api) Equal(that interface{}) bool + func (this *Api) GoString() string + func (this *Api) String() string + type BoolValue struct + Value bool + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func NewPopulatedBoolValue(r randyWrappers, easy bool) *BoolValue + func (*BoolValue) Descriptor() ([]byte, []int) + func (*BoolValue) ProtoMessage() + func (*BoolValue) XXX_MessageName() string + func (*BoolValue) XXX_WellKnownType() string + func (m *BoolValue) GetValue() bool + func (m *BoolValue) Marshal() (dAtA []byte, err error) + func (m *BoolValue) MarshalTo(dAtA []byte) (int, error) + func (m *BoolValue) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *BoolValue) ProtoSize() (n int) + func (m *BoolValue) Reset() + func (m *BoolValue) Size() (n int) + func (m *BoolValue) Unmarshal(dAtA []byte) error + func (m *BoolValue) XXX_DiscardUnknown() + func (m *BoolValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BoolValue) XXX_Merge(src proto.Message) + func (m *BoolValue) XXX_Size() int + func (m *BoolValue) XXX_Unmarshal(b []byte) error + func (this *BoolValue) Compare(that interface{}) int + func (this *BoolValue) Equal(that interface{}) bool + func (this *BoolValue) GoString() string + func (this *BoolValue) String() string + type BytesValue struct + Value []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func NewPopulatedBytesValue(r randyWrappers, easy bool) *BytesValue + func (*BytesValue) Descriptor() ([]byte, []int) + func (*BytesValue) ProtoMessage() + func (*BytesValue) XXX_MessageName() string + func (*BytesValue) XXX_WellKnownType() string + func (m *BytesValue) GetValue() []byte + func (m *BytesValue) Marshal() (dAtA []byte, err error) + func (m *BytesValue) MarshalTo(dAtA []byte) (int, error) + func (m *BytesValue) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *BytesValue) ProtoSize() (n int) + func (m *BytesValue) Reset() + func (m *BytesValue) Size() (n int) + func (m *BytesValue) Unmarshal(dAtA []byte) error + func (m *BytesValue) XXX_DiscardUnknown() + func (m *BytesValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BytesValue) XXX_Merge(src proto.Message) + func (m *BytesValue) XXX_Size() int + func (m *BytesValue) XXX_Unmarshal(b []byte) error + func (this *BytesValue) Compare(that interface{}) int + func (this *BytesValue) Equal(that interface{}) bool + func (this *BytesValue) GoString() string + func (this *BytesValue) String() string + type DoubleValue struct + Value float64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func NewPopulatedDoubleValue(r randyWrappers, easy bool) *DoubleValue + func (*DoubleValue) Descriptor() ([]byte, []int) + func (*DoubleValue) ProtoMessage() + func (*DoubleValue) XXX_MessageName() string + func (*DoubleValue) XXX_WellKnownType() string + func (m *DoubleValue) GetValue() float64 + func (m *DoubleValue) Marshal() (dAtA []byte, err error) + func (m *DoubleValue) MarshalTo(dAtA []byte) (int, error) + func (m *DoubleValue) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *DoubleValue) ProtoSize() (n int) + func (m *DoubleValue) Reset() + func (m *DoubleValue) Size() (n int) + func (m *DoubleValue) Unmarshal(dAtA []byte) error + func (m *DoubleValue) XXX_DiscardUnknown() + func (m *DoubleValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DoubleValue) XXX_Merge(src proto.Message) + func (m *DoubleValue) XXX_Size() int + func (m *DoubleValue) XXX_Unmarshal(b []byte) error + func (this *DoubleValue) Compare(that interface{}) int + func (this *DoubleValue) Equal(that interface{}) bool + func (this *DoubleValue) GoString() string + func (this *DoubleValue) String() string + type Duration struct + Nanos int32 + Seconds int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func DurationProto(d time.Duration) *Duration + func NewPopulatedDuration(r interface{ ... }, easy bool) *Duration + func (*Duration) Descriptor() ([]byte, []int) + func (*Duration) ProtoMessage() + func (*Duration) XXX_MessageName() string + func (*Duration) XXX_WellKnownType() string + func (d *Duration) String() string + func (m *Duration) GetNanos() int32 + func (m *Duration) GetSeconds() int64 + func (m *Duration) Marshal() (dAtA []byte, err error) + func (m *Duration) MarshalTo(dAtA []byte) (int, error) + func (m *Duration) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Duration) ProtoSize() (n int) + func (m *Duration) Reset() + func (m *Duration) Size() (n int) + func (m *Duration) Unmarshal(dAtA []byte) error + func (m *Duration) XXX_DiscardUnknown() + func (m *Duration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Duration) XXX_Merge(src proto.Message) + func (m *Duration) XXX_Size() int + func (m *Duration) XXX_Unmarshal(b []byte) error + func (this *Duration) Compare(that interface{}) int + func (this *Duration) Equal(that interface{}) bool + func (this *Duration) GoString() string + type DynamicAny struct + type Empty struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func NewPopulatedEmpty(r randyEmpty, easy bool) *Empty + func (*Empty) Descriptor() ([]byte, []int) + func (*Empty) ProtoMessage() + func (*Empty) XXX_MessageName() string + func (*Empty) XXX_WellKnownType() string + func (m *Empty) Marshal() (dAtA []byte, err error) + func (m *Empty) MarshalTo(dAtA []byte) (int, error) + func (m *Empty) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Empty) ProtoSize() (n int) + func (m *Empty) Reset() + func (m *Empty) Size() (n int) + func (m *Empty) Unmarshal(dAtA []byte) error + func (m *Empty) XXX_DiscardUnknown() + func (m *Empty) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Empty) XXX_Merge(src proto.Message) + func (m *Empty) XXX_Size() int + func (m *Empty) XXX_Unmarshal(b []byte) error + func (this *Empty) Compare(that interface{}) int + func (this *Empty) Equal(that interface{}) bool + func (this *Empty) GoString() string + func (this *Empty) String() string + type Enum struct + Enumvalue []*EnumValue + Name string + Options []*Option + SourceContext *SourceContext + Syntax Syntax + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func NewPopulatedEnum(r randyType, easy bool) *Enum + func (*Enum) Descriptor() ([]byte, []int) + func (*Enum) ProtoMessage() + func (*Enum) XXX_MessageName() string + func (m *Enum) GetEnumvalue() []*EnumValue + func (m *Enum) GetName() string + func (m *Enum) GetOptions() []*Option + func (m *Enum) GetSourceContext() *SourceContext + func (m *Enum) GetSyntax() Syntax + func (m *Enum) Marshal() (dAtA []byte, err error) + func (m *Enum) MarshalTo(dAtA []byte) (int, error) + func (m *Enum) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Enum) ProtoSize() (n int) + func (m *Enum) Reset() + func (m *Enum) Size() (n int) + func (m *Enum) Unmarshal(dAtA []byte) error + func (m *Enum) XXX_DiscardUnknown() + func (m *Enum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Enum) XXX_Merge(src proto.Message) + func (m *Enum) XXX_Size() int + func (m *Enum) XXX_Unmarshal(b []byte) error + func (this *Enum) Compare(that interface{}) int + func (this *Enum) Equal(that interface{}) bool + func (this *Enum) GoString() string + func (this *Enum) String() string + type EnumValue struct + Name string + Number int32 + Options []*Option + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func NewPopulatedEnumValue(r randyType, easy bool) *EnumValue + func (*EnumValue) Descriptor() ([]byte, []int) + func (*EnumValue) ProtoMessage() + func (*EnumValue) XXX_MessageName() string + func (m *EnumValue) GetName() string + func (m *EnumValue) GetNumber() int32 + func (m *EnumValue) GetOptions() []*Option + func (m *EnumValue) Marshal() (dAtA []byte, err error) + func (m *EnumValue) MarshalTo(dAtA []byte) (int, error) + func (m *EnumValue) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EnumValue) ProtoSize() (n int) + func (m *EnumValue) Reset() + func (m *EnumValue) Size() (n int) + func (m *EnumValue) Unmarshal(dAtA []byte) error + func (m *EnumValue) XXX_DiscardUnknown() + func (m *EnumValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EnumValue) XXX_Merge(src proto.Message) + func (m *EnumValue) XXX_Size() int + func (m *EnumValue) XXX_Unmarshal(b []byte) error + func (this *EnumValue) Compare(that interface{}) int + func (this *EnumValue) Equal(that interface{}) bool + func (this *EnumValue) GoString() string + func (this *EnumValue) String() string + type Field struct + Cardinality Field_Cardinality + DefaultValue string + JsonName string + Kind Field_Kind + Name string + Number int32 + OneofIndex int32 + Options []*Option + Packed bool + TypeUrl string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func NewPopulatedField(r randyType, easy bool) *Field + func (*Field) Descriptor() ([]byte, []int) + func (*Field) ProtoMessage() + func (*Field) XXX_MessageName() string + func (m *Field) GetCardinality() Field_Cardinality + func (m *Field) GetDefaultValue() string + func (m *Field) GetJsonName() string + func (m *Field) GetKind() Field_Kind + func (m *Field) GetName() string + func (m *Field) GetNumber() int32 + func (m *Field) GetOneofIndex() int32 + func (m *Field) GetOptions() []*Option + func (m *Field) GetPacked() bool + func (m *Field) GetTypeUrl() string + func (m *Field) Marshal() (dAtA []byte, err error) + func (m *Field) MarshalTo(dAtA []byte) (int, error) + func (m *Field) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Field) ProtoSize() (n int) + func (m *Field) Reset() + func (m *Field) Size() (n int) + func (m *Field) Unmarshal(dAtA []byte) error + func (m *Field) XXX_DiscardUnknown() + func (m *Field) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Field) XXX_Merge(src proto.Message) + func (m *Field) XXX_Size() int + func (m *Field) XXX_Unmarshal(b []byte) error + func (this *Field) Compare(that interface{}) int + func (this *Field) Equal(that interface{}) bool + func (this *Field) GoString() string + func (this *Field) String() string + type FieldMask struct + Paths []string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func NewPopulatedFieldMask(r randyFieldMask, easy bool) *FieldMask + func (*FieldMask) Descriptor() ([]byte, []int) + func (*FieldMask) ProtoMessage() + func (*FieldMask) XXX_MessageName() string + func (m *FieldMask) GetPaths() []string + func (m *FieldMask) Marshal() (dAtA []byte, err error) + func (m *FieldMask) MarshalTo(dAtA []byte) (int, error) + func (m *FieldMask) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *FieldMask) ProtoSize() (n int) + func (m *FieldMask) Reset() + func (m *FieldMask) Size() (n int) + func (m *FieldMask) Unmarshal(dAtA []byte) error + func (m *FieldMask) XXX_DiscardUnknown() + func (m *FieldMask) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FieldMask) XXX_Merge(src proto.Message) + func (m *FieldMask) XXX_Size() int + func (m *FieldMask) XXX_Unmarshal(b []byte) error + func (this *FieldMask) Compare(that interface{}) int + func (this *FieldMask) Equal(that interface{}) bool + func (this *FieldMask) GoString() string + func (this *FieldMask) String() string + type Field_Cardinality int32 + const Field_CARDINALITY_OPTIONAL + const Field_CARDINALITY_REPEATED + const Field_CARDINALITY_REQUIRED + const Field_CARDINALITY_UNKNOWN + func (Field_Cardinality) EnumDescriptor() ([]byte, []int) + func (x Field_Cardinality) String() string + type Field_Kind int32 + const Field_TYPE_BOOL + const Field_TYPE_BYTES + const Field_TYPE_DOUBLE + const Field_TYPE_ENUM + const Field_TYPE_FIXED32 + const Field_TYPE_FIXED64 + const Field_TYPE_FLOAT + const Field_TYPE_GROUP + const Field_TYPE_INT32 + const Field_TYPE_INT64 + const Field_TYPE_MESSAGE + const Field_TYPE_SFIXED32 + const Field_TYPE_SFIXED64 + const Field_TYPE_SINT32 + const Field_TYPE_SINT64 + const Field_TYPE_STRING + const Field_TYPE_UINT32 + const Field_TYPE_UINT64 + const Field_TYPE_UNKNOWN + func (Field_Kind) EnumDescriptor() ([]byte, []int) + func (x Field_Kind) String() string + type FloatValue struct + Value float32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func NewPopulatedFloatValue(r randyWrappers, easy bool) *FloatValue + func (*FloatValue) Descriptor() ([]byte, []int) + func (*FloatValue) ProtoMessage() + func (*FloatValue) XXX_MessageName() string + func (*FloatValue) XXX_WellKnownType() string + func (m *FloatValue) GetValue() float32 + func (m *FloatValue) Marshal() (dAtA []byte, err error) + func (m *FloatValue) MarshalTo(dAtA []byte) (int, error) + func (m *FloatValue) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *FloatValue) ProtoSize() (n int) + func (m *FloatValue) Reset() + func (m *FloatValue) Size() (n int) + func (m *FloatValue) Unmarshal(dAtA []byte) error + func (m *FloatValue) XXX_DiscardUnknown() + func (m *FloatValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FloatValue) XXX_Merge(src proto.Message) + func (m *FloatValue) XXX_Size() int + func (m *FloatValue) XXX_Unmarshal(b []byte) error + func (this *FloatValue) Compare(that interface{}) int + func (this *FloatValue) Equal(that interface{}) bool + func (this *FloatValue) GoString() string + func (this *FloatValue) String() string + type Int32Value struct + Value int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func NewPopulatedInt32Value(r randyWrappers, easy bool) *Int32Value + func (*Int32Value) Descriptor() ([]byte, []int) + func (*Int32Value) ProtoMessage() + func (*Int32Value) XXX_MessageName() string + func (*Int32Value) XXX_WellKnownType() string + func (m *Int32Value) GetValue() int32 + func (m *Int32Value) Marshal() (dAtA []byte, err error) + func (m *Int32Value) MarshalTo(dAtA []byte) (int, error) + func (m *Int32Value) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Int32Value) ProtoSize() (n int) + func (m *Int32Value) Reset() + func (m *Int32Value) Size() (n int) + func (m *Int32Value) Unmarshal(dAtA []byte) error + func (m *Int32Value) XXX_DiscardUnknown() + func (m *Int32Value) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Int32Value) XXX_Merge(src proto.Message) + func (m *Int32Value) XXX_Size() int + func (m *Int32Value) XXX_Unmarshal(b []byte) error + func (this *Int32Value) Compare(that interface{}) int + func (this *Int32Value) Equal(that interface{}) bool + func (this *Int32Value) GoString() string + func (this *Int32Value) String() string + type Int64Value struct + Value int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func NewPopulatedInt64Value(r randyWrappers, easy bool) *Int64Value + func (*Int64Value) Descriptor() ([]byte, []int) + func (*Int64Value) ProtoMessage() + func (*Int64Value) XXX_MessageName() string + func (*Int64Value) XXX_WellKnownType() string + func (m *Int64Value) GetValue() int64 + func (m *Int64Value) Marshal() (dAtA []byte, err error) + func (m *Int64Value) MarshalTo(dAtA []byte) (int, error) + func (m *Int64Value) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Int64Value) ProtoSize() (n int) + func (m *Int64Value) Reset() + func (m *Int64Value) Size() (n int) + func (m *Int64Value) Unmarshal(dAtA []byte) error + func (m *Int64Value) XXX_DiscardUnknown() + func (m *Int64Value) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Int64Value) XXX_Merge(src proto.Message) + func (m *Int64Value) XXX_Size() int + func (m *Int64Value) XXX_Unmarshal(b []byte) error + func (this *Int64Value) Compare(that interface{}) int + func (this *Int64Value) Equal(that interface{}) bool + func (this *Int64Value) GoString() string + func (this *Int64Value) String() string + type ListValue struct + Values []*Value + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func NewPopulatedListValue(r randyStruct, easy bool) *ListValue + func (*ListValue) Descriptor() ([]byte, []int) + func (*ListValue) ProtoMessage() + func (*ListValue) XXX_MessageName() string + func (*ListValue) XXX_WellKnownType() string + func (m *ListValue) GetValues() []*Value + func (m *ListValue) Marshal() (dAtA []byte, err error) + func (m *ListValue) MarshalTo(dAtA []byte) (int, error) + func (m *ListValue) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ListValue) ProtoSize() (n int) + func (m *ListValue) Reset() + func (m *ListValue) Size() (n int) + func (m *ListValue) Unmarshal(dAtA []byte) error + func (m *ListValue) XXX_DiscardUnknown() + func (m *ListValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ListValue) XXX_Merge(src proto.Message) + func (m *ListValue) XXX_Size() int + func (m *ListValue) XXX_Unmarshal(b []byte) error + func (this *ListValue) Compare(that interface{}) int + func (this *ListValue) Equal(that interface{}) bool + func (this *ListValue) GoString() string + func (this *ListValue) String() string + type Method struct + Name string + Options []*Option + RequestStreaming bool + RequestTypeUrl string + ResponseStreaming bool + ResponseTypeUrl string + Syntax Syntax + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func NewPopulatedMethod(r randyApi, easy bool) *Method + func (*Method) Descriptor() ([]byte, []int) + func (*Method) ProtoMessage() + func (*Method) XXX_MessageName() string + func (m *Method) GetName() string + func (m *Method) GetOptions() []*Option + func (m *Method) GetRequestStreaming() bool + func (m *Method) GetRequestTypeUrl() string + func (m *Method) GetResponseStreaming() bool + func (m *Method) GetResponseTypeUrl() string + func (m *Method) GetSyntax() Syntax + func (m *Method) Marshal() (dAtA []byte, err error) + func (m *Method) MarshalTo(dAtA []byte) (int, error) + func (m *Method) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Method) ProtoSize() (n int) + func (m *Method) Reset() + func (m *Method) Size() (n int) + func (m *Method) Unmarshal(dAtA []byte) error + func (m *Method) XXX_DiscardUnknown() + func (m *Method) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Method) XXX_Merge(src proto.Message) + func (m *Method) XXX_Size() int + func (m *Method) XXX_Unmarshal(b []byte) error + func (this *Method) Compare(that interface{}) int + func (this *Method) Equal(that interface{}) bool + func (this *Method) GoString() string + func (this *Method) String() string + type Mixin struct + Name string + Root string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func NewPopulatedMixin(r randyApi, easy bool) *Mixin + func (*Mixin) Descriptor() ([]byte, []int) + func (*Mixin) ProtoMessage() + func (*Mixin) XXX_MessageName() string + func (m *Mixin) GetName() string + func (m *Mixin) GetRoot() string + func (m *Mixin) Marshal() (dAtA []byte, err error) + func (m *Mixin) MarshalTo(dAtA []byte) (int, error) + func (m *Mixin) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Mixin) ProtoSize() (n int) + func (m *Mixin) Reset() + func (m *Mixin) Size() (n int) + func (m *Mixin) Unmarshal(dAtA []byte) error + func (m *Mixin) XXX_DiscardUnknown() + func (m *Mixin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Mixin) XXX_Merge(src proto.Message) + func (m *Mixin) XXX_Size() int + func (m *Mixin) XXX_Unmarshal(b []byte) error + func (this *Mixin) Compare(that interface{}) int + func (this *Mixin) Equal(that interface{}) bool + func (this *Mixin) GoString() string + func (this *Mixin) String() string + type NullValue int32 + const NullValue_NULL_VALUE + func (NullValue) EnumDescriptor() ([]byte, []int) + func (NullValue) XXX_WellKnownType() string + func (x NullValue) String() string + type Option struct + Name string + Value *Any + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func NewPopulatedOption(r randyType, easy bool) *Option + func (*Option) Descriptor() ([]byte, []int) + func (*Option) ProtoMessage() + func (*Option) XXX_MessageName() string + func (m *Option) GetName() string + func (m *Option) GetValue() *Any + func (m *Option) Marshal() (dAtA []byte, err error) + func (m *Option) MarshalTo(dAtA []byte) (int, error) + func (m *Option) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Option) ProtoSize() (n int) + func (m *Option) Reset() + func (m *Option) Size() (n int) + func (m *Option) Unmarshal(dAtA []byte) error + func (m *Option) XXX_DiscardUnknown() + func (m *Option) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Option) XXX_Merge(src proto.Message) + func (m *Option) XXX_Size() int + func (m *Option) XXX_Unmarshal(b []byte) error + func (this *Option) Compare(that interface{}) int + func (this *Option) Equal(that interface{}) bool + func (this *Option) GoString() string + func (this *Option) String() string + type SourceContext struct + FileName string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func NewPopulatedSourceContext(r randySourceContext, easy bool) *SourceContext + func (*SourceContext) Descriptor() ([]byte, []int) + func (*SourceContext) ProtoMessage() + func (*SourceContext) XXX_MessageName() string + func (m *SourceContext) GetFileName() string + func (m *SourceContext) Marshal() (dAtA []byte, err error) + func (m *SourceContext) MarshalTo(dAtA []byte) (int, error) + func (m *SourceContext) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *SourceContext) ProtoSize() (n int) + func (m *SourceContext) Reset() + func (m *SourceContext) Size() (n int) + func (m *SourceContext) Unmarshal(dAtA []byte) error + func (m *SourceContext) XXX_DiscardUnknown() + func (m *SourceContext) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SourceContext) XXX_Merge(src proto.Message) + func (m *SourceContext) XXX_Size() int + func (m *SourceContext) XXX_Unmarshal(b []byte) error + func (this *SourceContext) Compare(that interface{}) int + func (this *SourceContext) Equal(that interface{}) bool + func (this *SourceContext) GoString() string + func (this *SourceContext) String() string + type StringValue struct + Value string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func NewPopulatedStringValue(r randyWrappers, easy bool) *StringValue + func (*StringValue) Descriptor() ([]byte, []int) + func (*StringValue) ProtoMessage() + func (*StringValue) XXX_MessageName() string + func (*StringValue) XXX_WellKnownType() string + func (m *StringValue) GetValue() string + func (m *StringValue) Marshal() (dAtA []byte, err error) + func (m *StringValue) MarshalTo(dAtA []byte) (int, error) + func (m *StringValue) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *StringValue) ProtoSize() (n int) + func (m *StringValue) Reset() + func (m *StringValue) Size() (n int) + func (m *StringValue) Unmarshal(dAtA []byte) error + func (m *StringValue) XXX_DiscardUnknown() + func (m *StringValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *StringValue) XXX_Merge(src proto.Message) + func (m *StringValue) XXX_Size() int + func (m *StringValue) XXX_Unmarshal(b []byte) error + func (this *StringValue) Compare(that interface{}) int + func (this *StringValue) Equal(that interface{}) bool + func (this *StringValue) GoString() string + func (this *StringValue) String() string + type Struct struct + Fields map[string]*Value + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func NewPopulatedStruct(r randyStruct, easy bool) *Struct + func (*Struct) Descriptor() ([]byte, []int) + func (*Struct) ProtoMessage() + func (*Struct) XXX_MessageName() string + func (*Struct) XXX_WellKnownType() string + func (m *Struct) GetFields() map[string]*Value + func (m *Struct) Marshal() (dAtA []byte, err error) + func (m *Struct) MarshalTo(dAtA []byte) (int, error) + func (m *Struct) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Struct) ProtoSize() (n int) + func (m *Struct) Reset() + func (m *Struct) Size() (n int) + func (m *Struct) Unmarshal(dAtA []byte) error + func (m *Struct) XXX_DiscardUnknown() + func (m *Struct) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Struct) XXX_Merge(src proto.Message) + func (m *Struct) XXX_Size() int + func (m *Struct) XXX_Unmarshal(b []byte) error + func (this *Struct) Compare(that interface{}) int + func (this *Struct) Equal(that interface{}) bool + func (this *Struct) GoString() string + func (this *Struct) String() string + type Syntax int32 + const Syntax_SYNTAX_PROTO2 + const Syntax_SYNTAX_PROTO3 + func (Syntax) EnumDescriptor() ([]byte, []int) + func (x Syntax) String() string + type Timestamp struct + Nanos int32 + Seconds int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func NewPopulatedTimestamp(r interface{ ... }, easy bool) *Timestamp + func TimestampNow() *Timestamp + func TimestampProto(t time.Time) (*Timestamp, error) + func (*Timestamp) Descriptor() ([]byte, []int) + func (*Timestamp) ProtoMessage() + func (*Timestamp) XXX_MessageName() string + func (*Timestamp) XXX_WellKnownType() string + func (m *Timestamp) GetNanos() int32 + func (m *Timestamp) GetSeconds() int64 + func (m *Timestamp) Marshal() (dAtA []byte, err error) + func (m *Timestamp) MarshalTo(dAtA []byte) (int, error) + func (m *Timestamp) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Timestamp) ProtoSize() (n int) + func (m *Timestamp) Reset() + func (m *Timestamp) Size() (n int) + func (m *Timestamp) Unmarshal(dAtA []byte) error + func (m *Timestamp) XXX_DiscardUnknown() + func (m *Timestamp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Timestamp) XXX_Merge(src proto.Message) + func (m *Timestamp) XXX_Size() int + func (m *Timestamp) XXX_Unmarshal(b []byte) error + func (this *Timestamp) Compare(that interface{}) int + func (this *Timestamp) Equal(that interface{}) bool + func (this *Timestamp) GoString() string + func (ts *Timestamp) String() string + type Type struct + Fields []*Field + Name string + Oneofs []string + Options []*Option + SourceContext *SourceContext + Syntax Syntax + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func NewPopulatedType(r randyType, easy bool) *Type + func (*Type) Descriptor() ([]byte, []int) + func (*Type) ProtoMessage() + func (*Type) XXX_MessageName() string + func (m *Type) GetFields() []*Field + func (m *Type) GetName() string + func (m *Type) GetOneofs() []string + func (m *Type) GetOptions() []*Option + func (m *Type) GetSourceContext() *SourceContext + func (m *Type) GetSyntax() Syntax + func (m *Type) Marshal() (dAtA []byte, err error) + func (m *Type) MarshalTo(dAtA []byte) (int, error) + func (m *Type) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Type) ProtoSize() (n int) + func (m *Type) Reset() + func (m *Type) Size() (n int) + func (m *Type) Unmarshal(dAtA []byte) error + func (m *Type) XXX_DiscardUnknown() + func (m *Type) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Type) XXX_Merge(src proto.Message) + func (m *Type) XXX_Size() int + func (m *Type) XXX_Unmarshal(b []byte) error + func (this *Type) Compare(that interface{}) int + func (this *Type) Equal(that interface{}) bool + func (this *Type) GoString() string + func (this *Type) String() string + type UInt32Value struct + Value uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func NewPopulatedUInt32Value(r randyWrappers, easy bool) *UInt32Value + func (*UInt32Value) Descriptor() ([]byte, []int) + func (*UInt32Value) ProtoMessage() + func (*UInt32Value) XXX_MessageName() string + func (*UInt32Value) XXX_WellKnownType() string + func (m *UInt32Value) GetValue() uint32 + func (m *UInt32Value) Marshal() (dAtA []byte, err error) + func (m *UInt32Value) MarshalTo(dAtA []byte) (int, error) + func (m *UInt32Value) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *UInt32Value) ProtoSize() (n int) + func (m *UInt32Value) Reset() + func (m *UInt32Value) Size() (n int) + func (m *UInt32Value) Unmarshal(dAtA []byte) error + func (m *UInt32Value) XXX_DiscardUnknown() + func (m *UInt32Value) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UInt32Value) XXX_Merge(src proto.Message) + func (m *UInt32Value) XXX_Size() int + func (m *UInt32Value) XXX_Unmarshal(b []byte) error + func (this *UInt32Value) Compare(that interface{}) int + func (this *UInt32Value) Equal(that interface{}) bool + func (this *UInt32Value) GoString() string + func (this *UInt32Value) String() string + type UInt64Value struct + Value uint64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func NewPopulatedUInt64Value(r randyWrappers, easy bool) *UInt64Value + func (*UInt64Value) Descriptor() ([]byte, []int) + func (*UInt64Value) ProtoMessage() + func (*UInt64Value) XXX_MessageName() string + func (*UInt64Value) XXX_WellKnownType() string + func (m *UInt64Value) GetValue() uint64 + func (m *UInt64Value) Marshal() (dAtA []byte, err error) + func (m *UInt64Value) MarshalTo(dAtA []byte) (int, error) + func (m *UInt64Value) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *UInt64Value) ProtoSize() (n int) + func (m *UInt64Value) Reset() + func (m *UInt64Value) Size() (n int) + func (m *UInt64Value) Unmarshal(dAtA []byte) error + func (m *UInt64Value) XXX_DiscardUnknown() + func (m *UInt64Value) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UInt64Value) XXX_Merge(src proto.Message) + func (m *UInt64Value) XXX_Size() int + func (m *UInt64Value) XXX_Unmarshal(b []byte) error + func (this *UInt64Value) Compare(that interface{}) int + func (this *UInt64Value) Equal(that interface{}) bool + func (this *UInt64Value) GoString() string + func (this *UInt64Value) String() string + type Value struct + Kind isValue_Kind + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func NewPopulatedValue(r randyStruct, easy bool) *Value + func (*Value) Descriptor() ([]byte, []int) + func (*Value) ProtoMessage() + func (*Value) XXX_MessageName() string + func (*Value) XXX_OneofWrappers() []interface{} + func (*Value) XXX_WellKnownType() string + func (m *Value) GetBoolValue() bool + func (m *Value) GetKind() isValue_Kind + func (m *Value) GetListValue() *ListValue + func (m *Value) GetNullValue() NullValue + func (m *Value) GetNumberValue() float64 + func (m *Value) GetStringValue() string + func (m *Value) GetStructValue() *Struct + func (m *Value) Marshal() (dAtA []byte, err error) + func (m *Value) MarshalTo(dAtA []byte) (int, error) + func (m *Value) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Value) ProtoSize() (n int) + func (m *Value) Reset() + func (m *Value) Size() (n int) + func (m *Value) Unmarshal(dAtA []byte) error + func (m *Value) XXX_DiscardUnknown() + func (m *Value) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Value) XXX_Merge(src proto.Message) + func (m *Value) XXX_Size() int + func (m *Value) XXX_Unmarshal(b []byte) error + func (this *Value) Compare(that interface{}) int + func (this *Value) Equal(that interface{}) bool + func (this *Value) GoString() string + func (this *Value) String() string + type Value_BoolValue struct + BoolValue bool + func NewPopulatedValue_BoolValue(r randyStruct, easy bool) *Value_BoolValue + func (m *Value_BoolValue) MarshalTo(dAtA []byte) (int, error) + func (m *Value_BoolValue) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Value_BoolValue) ProtoSize() (n int) + func (m *Value_BoolValue) Size() (n int) + func (this *Value_BoolValue) Compare(that interface{}) int + func (this *Value_BoolValue) Equal(that interface{}) bool + func (this *Value_BoolValue) GoString() string + func (this *Value_BoolValue) String() string + type Value_ListValue struct + ListValue *ListValue + func NewPopulatedValue_ListValue(r randyStruct, easy bool) *Value_ListValue + func (m *Value_ListValue) MarshalTo(dAtA []byte) (int, error) + func (m *Value_ListValue) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Value_ListValue) ProtoSize() (n int) + func (m *Value_ListValue) Size() (n int) + func (this *Value_ListValue) Compare(that interface{}) int + func (this *Value_ListValue) Equal(that interface{}) bool + func (this *Value_ListValue) GoString() string + func (this *Value_ListValue) String() string + type Value_NullValue struct + NullValue NullValue + func NewPopulatedValue_NullValue(r randyStruct, easy bool) *Value_NullValue + func (m *Value_NullValue) MarshalTo(dAtA []byte) (int, error) + func (m *Value_NullValue) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Value_NullValue) ProtoSize() (n int) + func (m *Value_NullValue) Size() (n int) + func (this *Value_NullValue) Compare(that interface{}) int + func (this *Value_NullValue) Equal(that interface{}) bool + func (this *Value_NullValue) GoString() string + func (this *Value_NullValue) String() string + type Value_NumberValue struct + NumberValue float64 + func NewPopulatedValue_NumberValue(r randyStruct, easy bool) *Value_NumberValue + func (m *Value_NumberValue) MarshalTo(dAtA []byte) (int, error) + func (m *Value_NumberValue) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Value_NumberValue) ProtoSize() (n int) + func (m *Value_NumberValue) Size() (n int) + func (this *Value_NumberValue) Compare(that interface{}) int + func (this *Value_NumberValue) Equal(that interface{}) bool + func (this *Value_NumberValue) GoString() string + func (this *Value_NumberValue) String() string + type Value_StringValue struct + StringValue string + func NewPopulatedValue_StringValue(r randyStruct, easy bool) *Value_StringValue + func (m *Value_StringValue) MarshalTo(dAtA []byte) (int, error) + func (m *Value_StringValue) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Value_StringValue) ProtoSize() (n int) + func (m *Value_StringValue) Size() (n int) + func (this *Value_StringValue) Compare(that interface{}) int + func (this *Value_StringValue) Equal(that interface{}) bool + func (this *Value_StringValue) GoString() string + func (this *Value_StringValue) String() string + type Value_StructValue struct + StructValue *Struct + func NewPopulatedValue_StructValue(r randyStruct, easy bool) *Value_StructValue + func (m *Value_StructValue) MarshalTo(dAtA []byte) (int, error) + func (m *Value_StructValue) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Value_StructValue) ProtoSize() (n int) + func (m *Value_StructValue) Size() (n int) + func (this *Value_StructValue) Compare(that interface{}) int + func (this *Value_StructValue) Equal(that interface{}) bool + func (this *Value_StructValue) GoString() string + func (this *Value_StructValue) String() string