test

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	MapEnum_name = map[int32]string{
		0: "MAP_ENUM_UNSPECIFIED",
		1: "MAP_ENUM_ONE",
		2: "MAP_ENUM_TWO",
	}
	MapEnum_value = map[string]int32{
		"MAP_ENUM_UNSPECIFIED": 0,
		"MAP_ENUM_ONE":         1,
		"MAP_ENUM_TWO":         2,
	}
)

Enum value maps for MapEnum.

View Source
var (
	OneOfEnum_name = map[int32]string{
		0: "ONE_OF_ENUM_UNSPECIFIED",
		1: "ONE_OF_ENUM_ONE",
		2: "ONE_OF_ENUM_TWO",
	}
	OneOfEnum_value = map[string]int32{
		"ONE_OF_ENUM_UNSPECIFIED": 0,
		"ONE_OF_ENUM_ONE":         1,
		"ONE_OF_ENUM_TWO":         2,
	}
)

Enum value maps for OneOfEnum.

View Source
var (
	RepeatedEnum_name = map[int32]string{
		0: "REPEATED_ENUM_UNSPECIFIED",
		1: "REPEATED_ENUM_ONE",
		2: "REPEATED_ENUM_TWO",
	}
	RepeatedEnum_value = map[string]int32{
		"REPEATED_ENUM_UNSPECIFIED": 0,
		"REPEATED_ENUM_ONE":         1,
		"REPEATED_ENUM_TWO":         2,
	}
)

Enum value maps for RepeatedEnum.

View Source
var (
	Enum_name = map[int32]string{
		0: "ENUM_UNSPECIFIED",
		1: "ENUM_ALPHA",
		2: "ENUM_BETA",
		3: "ENUM_GAMMA",
	}
	Enum_value = map[string]int32{
		"ENUM_UNSPECIFIED": 0,
		"ENUM_ALPHA":       1,
		"ENUM_BETA":        2,
		"ENUM_GAMMA":       3,
	}
)

Enum value maps for Enum.

View Source
var File_gofakeit_test_map_proto protoreflect.FileDescriptor
View Source
var File_gofakeit_test_message_proto protoreflect.FileDescriptor
View Source
var File_gofakeit_test_oneofs_proto protoreflect.FileDescriptor
View Source
var File_gofakeit_test_repeated_proto protoreflect.FileDescriptor
View Source
var File_gofakeit_test_scalar_proto protoreflect.FileDescriptor
View Source
var File_gofakeit_test_template_proto protoreflect.FileDescriptor
View Source
var File_gofakeit_test_wkt_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CustomTemplate

type CustomTemplate struct {
	Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*CustomTemplate) Descriptor deprecated

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

Deprecated: Use CustomTemplate.ProtoReflect.Descriptor instead.

func (*CustomTemplate) GetValue

func (x *CustomTemplate) GetValue() string

func (*CustomTemplate) ProtoMessage

func (*CustomTemplate) ProtoMessage()

func (*CustomTemplate) ProtoReflect

func (x *CustomTemplate) ProtoReflect() protoreflect.Message

func (*CustomTemplate) Reset

func (x *CustomTemplate) Reset()

func (*CustomTemplate) String

func (x *CustomTemplate) String() string

type Enum

type Enum int32
const (
	Enum_ENUM_UNSPECIFIED Enum = 0
	Enum_ENUM_ALPHA       Enum = 1
	Enum_ENUM_BETA        Enum = 2
	Enum_ENUM_GAMMA       Enum = 3
)

func (Enum) Descriptor

func (Enum) Descriptor() protoreflect.EnumDescriptor

func (Enum) Enum

func (x Enum) Enum() *Enum

func (Enum) EnumDescriptor deprecated

func (Enum) EnumDescriptor() ([]byte, []int)

Deprecated: Use Enum.Descriptor instead.

func (Enum) Number

func (x Enum) Number() protoreflect.EnumNumber

func (Enum) String

func (x Enum) String() string

func (Enum) Type

func (Enum) Type() protoreflect.EnumType

type MapDefaults

type MapDefaults struct {
	Scalars   map[string]bool        `` /* 156-byte string literal not displayed */
	Enums     map[int32]MapEnum      `` /* 180-byte string literal not displayed */
	Messages  map[string]*MapMsg     `` /* 157-byte string literal not displayed */
	Recursive map[int32]*MapDefaults `` /* 160-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MapDefaults) Descriptor deprecated

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

Deprecated: Use MapDefaults.ProtoReflect.Descriptor instead.

func (*MapDefaults) GetEnums

func (x *MapDefaults) GetEnums() map[int32]MapEnum

func (*MapDefaults) GetMessages

func (x *MapDefaults) GetMessages() map[string]*MapMsg

func (*MapDefaults) GetRecursive

func (x *MapDefaults) GetRecursive() map[int32]*MapDefaults

func (*MapDefaults) GetScalars

func (x *MapDefaults) GetScalars() map[string]bool

func (*MapDefaults) ProtoMessage

func (*MapDefaults) ProtoMessage()

func (*MapDefaults) ProtoReflect

func (x *MapDefaults) ProtoReflect() protoreflect.Message

func (*MapDefaults) Reset

func (x *MapDefaults) Reset()

func (*MapDefaults) String

func (x *MapDefaults) String() string

type MapEnum

type MapEnum int32
const (
	MapEnum_MAP_ENUM_UNSPECIFIED MapEnum = 0
	MapEnum_MAP_ENUM_ONE         MapEnum = 1
	MapEnum_MAP_ENUM_TWO         MapEnum = 2
)

func (MapEnum) Descriptor

func (MapEnum) Descriptor() protoreflect.EnumDescriptor

func (MapEnum) Enum

func (x MapEnum) Enum() *MapEnum

func (MapEnum) EnumDescriptor deprecated

func (MapEnum) EnumDescriptor() ([]byte, []int)

Deprecated: Use MapEnum.Descriptor instead.

func (MapEnum) Number

func (x MapEnum) Number() protoreflect.EnumNumber

func (MapEnum) String

func (x MapEnum) String() string

func (MapEnum) Type

func (MapEnum) Type() protoreflect.EnumType

type MapLength

type MapLength struct {
	Values map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MapLength) Descriptor deprecated

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

Deprecated: Use MapLength.ProtoReflect.Descriptor instead.

func (*MapLength) GetValues

func (x *MapLength) GetValues() map[string]string

func (*MapLength) ProtoMessage

func (*MapLength) ProtoMessage()

func (*MapLength) ProtoReflect

func (x *MapLength) ProtoReflect() protoreflect.Message

func (*MapLength) Reset

func (x *MapLength) Reset()

func (*MapLength) String

func (x *MapLength) String() string

type MapMsg

type MapMsg struct {
	Foo string `protobuf:"bytes,1,opt,name=foo,proto3" json:"foo,omitempty"`
	// contains filtered or unexported fields
}

func (*MapMsg) Descriptor deprecated

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

Deprecated: Use MapMsg.ProtoReflect.Descriptor instead.

func (*MapMsg) GetFoo

func (x *MapMsg) GetFoo() string

func (*MapMsg) ProtoMessage

func (*MapMsg) ProtoMessage()

func (*MapMsg) ProtoReflect

func (x *MapMsg) ProtoReflect() protoreflect.Message

func (*MapMsg) Reset

func (x *MapMsg) Reset()

func (*MapMsg) String

func (x *MapMsg) String() string

type MapRange

type MapRange struct {
	Values map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MapRange) Descriptor deprecated

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

Deprecated: Use MapRange.ProtoReflect.Descriptor instead.

func (*MapRange) GetValues

func (x *MapRange) GetValues() map[string]string

func (*MapRange) ProtoMessage

func (*MapRange) ProtoMessage()

func (*MapRange) ProtoReflect

func (x *MapRange) ProtoReflect() protoreflect.Message

func (*MapRange) Reset

func (x *MapRange) Reset()

func (*MapRange) String

func (x *MapRange) String() string

type MapSkip

type MapSkip struct {
	Values  map[string]string `` /* 153-byte string literal not displayed */
	Skipped map[string]string `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MapSkip) Descriptor deprecated

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

Deprecated: Use MapSkip.ProtoReflect.Descriptor instead.

func (*MapSkip) GetSkipped

func (x *MapSkip) GetSkipped() map[string]string

func (*MapSkip) GetValues

func (x *MapSkip) GetValues() map[string]string

func (*MapSkip) ProtoMessage

func (*MapSkip) ProtoMessage()

func (*MapSkip) ProtoReflect

func (x *MapSkip) ProtoReflect() protoreflect.Message

func (*MapSkip) Reset

func (x *MapSkip) Reset()

func (*MapSkip) String

func (x *MapSkip) String() string

type MapTags

type MapTags struct {
	Values map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MapTags) Descriptor deprecated

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

Deprecated: Use MapTags.ProtoReflect.Descriptor instead.

func (*MapTags) GetValues

func (x *MapTags) GetValues() map[string]string

func (*MapTags) ProtoMessage

func (*MapTags) ProtoMessage()

func (*MapTags) ProtoReflect

func (x *MapTags) ProtoReflect() protoreflect.Message

func (*MapTags) Reset

func (x *MapTags) Reset()

func (*MapTags) String

func (x *MapTags) String() string

type MessageSkipped

type MessageSkipped struct {
	Skipped *MessageSkipped `protobuf:"bytes,1,opt,name=skipped,proto3" json:"skipped,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageSkipped) Descriptor deprecated

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

Deprecated: Use MessageSkipped.ProtoReflect.Descriptor instead.

func (*MessageSkipped) GetSkipped

func (x *MessageSkipped) GetSkipped() *MessageSkipped

func (*MessageSkipped) ProtoMessage

func (*MessageSkipped) ProtoMessage()

func (*MessageSkipped) ProtoReflect

func (x *MessageSkipped) ProtoReflect() protoreflect.Message

func (*MessageSkipped) Reset

func (x *MessageSkipped) Reset()

func (*MessageSkipped) String

func (x *MessageSkipped) String() string

type OneOf

type OneOf struct {

	// Types that are assignable to Fields:
	//
	//	*OneOf_Scalar
	//	*OneOf_Enum
	//	*OneOf_Message
	Fields isOneOf_Fields `protobuf_oneof:"fields"`
	// contains filtered or unexported fields
}

func (*OneOf) Descriptor deprecated

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

Deprecated: Use OneOf.ProtoReflect.Descriptor instead.

func (*OneOf) GetEnum

func (x *OneOf) GetEnum() OneOfEnum

func (*OneOf) GetFields

func (m *OneOf) GetFields() isOneOf_Fields

func (*OneOf) GetMessage

func (x *OneOf) GetMessage() *OneOf

func (*OneOf) GetScalar

func (x *OneOf) GetScalar() string

func (*OneOf) ProtoMessage

func (*OneOf) ProtoMessage()

func (*OneOf) ProtoReflect

func (x *OneOf) ProtoReflect() protoreflect.Message

func (*OneOf) Reset

func (x *OneOf) Reset()

func (*OneOf) String

func (x *OneOf) String() string

type OneOfEnum

type OneOfEnum int32
const (
	OneOfEnum_ONE_OF_ENUM_UNSPECIFIED OneOfEnum = 0
	OneOfEnum_ONE_OF_ENUM_ONE         OneOfEnum = 1
	OneOfEnum_ONE_OF_ENUM_TWO         OneOfEnum = 2
)

func (OneOfEnum) Descriptor

func (OneOfEnum) Descriptor() protoreflect.EnumDescriptor

func (OneOfEnum) Enum

func (x OneOfEnum) Enum() *OneOfEnum

func (OneOfEnum) EnumDescriptor deprecated

func (OneOfEnum) EnumDescriptor() ([]byte, []int)

Deprecated: Use OneOfEnum.Descriptor instead.

func (OneOfEnum) Number

func (x OneOfEnum) Number() protoreflect.EnumNumber

func (OneOfEnum) String

func (x OneOfEnum) String() string

func (OneOfEnum) Type

type OneOfMessages added in v0.1.1

type OneOfMessages struct {

	// Types that are assignable to Kind:
	//
	//	*OneOfMessages_Foo
	//	*OneOfMessages_Bar
	Kind isOneOfMessages_Kind `protobuf_oneof:"kind"`
	// contains filtered or unexported fields
}

see https://github.com/rodaine/protogofakeit/issues/5

func (*OneOfMessages) Descriptor deprecated added in v0.1.1

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

Deprecated: Use OneOfMessages.ProtoReflect.Descriptor instead.

func (*OneOfMessages) GetBar added in v0.1.1

func (x *OneOfMessages) GetBar() *OneOfMessages

func (*OneOfMessages) GetFoo added in v0.1.1

func (x *OneOfMessages) GetFoo() *OneOfMessages

func (*OneOfMessages) GetKind added in v0.1.1

func (m *OneOfMessages) GetKind() isOneOfMessages_Kind

func (*OneOfMessages) ProtoMessage added in v0.1.1

func (*OneOfMessages) ProtoMessage()

func (*OneOfMessages) ProtoReflect added in v0.1.1

func (x *OneOfMessages) ProtoReflect() protoreflect.Message

func (*OneOfMessages) Reset added in v0.1.1

func (x *OneOfMessages) Reset()

func (*OneOfMessages) String added in v0.1.1

func (x *OneOfMessages) String() string

type OneOfMessages_Bar added in v0.1.1

type OneOfMessages_Bar struct {
	Bar *OneOfMessages `protobuf:"bytes,2,opt,name=bar,proto3,oneof"`
}

type OneOfMessages_Foo added in v0.1.1

type OneOfMessages_Foo struct {
	Foo *OneOfMessages `protobuf:"bytes,1,opt,name=foo,proto3,oneof"`
}

type OneOf_Enum

type OneOf_Enum struct {
	Enum OneOfEnum `protobuf:"varint,2,opt,name=enum,proto3,enum=gofakeit.test.OneOfEnum,oneof"`
}

type OneOf_Message

type OneOf_Message struct {
	Message *OneOf `protobuf:"bytes,3,opt,name=message,proto3,oneof"`
}

type OneOf_Scalar

type OneOf_Scalar struct {
	Scalar string `protobuf:"bytes,1,opt,name=scalar,proto3,oneof"`
}

type PairRecursive

type PairRecursive struct {
	// contains filtered or unexported fields
}

func (*PairRecursive) Descriptor deprecated

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

Deprecated: Use PairRecursive.ProtoReflect.Descriptor instead.

func (*PairRecursive) ProtoMessage

func (*PairRecursive) ProtoMessage()

func (*PairRecursive) ProtoReflect

func (x *PairRecursive) ProtoReflect() protoreflect.Message

func (*PairRecursive) Reset

func (x *PairRecursive) Reset()

func (*PairRecursive) String

func (x *PairRecursive) String() string

type PairRecursive_A

type PairRecursive_A struct {
	B *PairRecursive_B `protobuf:"bytes,1,opt,name=b,proto3" json:"b,omitempty"`
	// contains filtered or unexported fields
}

func (*PairRecursive_A) Descriptor deprecated

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

Deprecated: Use PairRecursive_A.ProtoReflect.Descriptor instead.

func (*PairRecursive_A) GetB

func (x *PairRecursive_A) GetB() *PairRecursive_B

func (*PairRecursive_A) ProtoMessage

func (*PairRecursive_A) ProtoMessage()

func (*PairRecursive_A) ProtoReflect

func (x *PairRecursive_A) ProtoReflect() protoreflect.Message

func (*PairRecursive_A) Reset

func (x *PairRecursive_A) Reset()

func (*PairRecursive_A) String

func (x *PairRecursive_A) String() string

type PairRecursive_B

type PairRecursive_B struct {
	A *PairRecursive_A `protobuf:"bytes,2,opt,name=a,proto3" json:"a,omitempty"`
	// contains filtered or unexported fields
}

func (*PairRecursive_B) Descriptor deprecated

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

Deprecated: Use PairRecursive_B.ProtoReflect.Descriptor instead.

func (*PairRecursive_B) GetA

func (x *PairRecursive_B) GetA() *PairRecursive_A

func (*PairRecursive_B) ProtoMessage

func (*PairRecursive_B) ProtoMessage()

func (*PairRecursive_B) ProtoReflect

func (x *PairRecursive_B) ProtoReflect() protoreflect.Message

func (*PairRecursive_B) Reset

func (x *PairRecursive_B) Reset()

func (*PairRecursive_B) String

func (x *PairRecursive_B) String() string

type RepeatedDefaults

type RepeatedDefaults struct {
	Scalars   []string            `protobuf:"bytes,1,rep,name=scalars,proto3" json:"scalars,omitempty"`
	Enums     []RepeatedEnum      `protobuf:"varint,2,rep,packed,name=enums,proto3,enum=gofakeit.test.RepeatedEnum" json:"enums,omitempty"`
	Messages  []*RepeatedMsg      `protobuf:"bytes,3,rep,name=messages,proto3" json:"messages,omitempty"`
	Recursive []*RepeatedDefaults `protobuf:"bytes,4,rep,name=recursive,proto3" json:"recursive,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedDefaults) Descriptor deprecated

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

Deprecated: Use RepeatedDefaults.ProtoReflect.Descriptor instead.

func (*RepeatedDefaults) GetEnums

func (x *RepeatedDefaults) GetEnums() []RepeatedEnum

func (*RepeatedDefaults) GetMessages

func (x *RepeatedDefaults) GetMessages() []*RepeatedMsg

func (*RepeatedDefaults) GetRecursive

func (x *RepeatedDefaults) GetRecursive() []*RepeatedDefaults

func (*RepeatedDefaults) GetScalars

func (x *RepeatedDefaults) GetScalars() []string

func (*RepeatedDefaults) ProtoMessage

func (*RepeatedDefaults) ProtoMessage()

func (*RepeatedDefaults) ProtoReflect

func (x *RepeatedDefaults) ProtoReflect() protoreflect.Message

func (*RepeatedDefaults) Reset

func (x *RepeatedDefaults) Reset()

func (*RepeatedDefaults) String

func (x *RepeatedDefaults) String() string

type RepeatedEnum

type RepeatedEnum int32
const (
	RepeatedEnum_REPEATED_ENUM_UNSPECIFIED RepeatedEnum = 0
	RepeatedEnum_REPEATED_ENUM_ONE         RepeatedEnum = 1
	RepeatedEnum_REPEATED_ENUM_TWO         RepeatedEnum = 2
)

func (RepeatedEnum) Descriptor

func (RepeatedEnum) Enum

func (x RepeatedEnum) Enum() *RepeatedEnum

func (RepeatedEnum) EnumDescriptor deprecated

func (RepeatedEnum) EnumDescriptor() ([]byte, []int)

Deprecated: Use RepeatedEnum.Descriptor instead.

func (RepeatedEnum) Number

func (RepeatedEnum) String

func (x RepeatedEnum) String() string

func (RepeatedEnum) Type

type RepeatedLength

type RepeatedLength struct {
	Scalars []string `protobuf:"bytes,1,rep,name=scalars,proto3" json:"scalars,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedLength) Descriptor deprecated

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

Deprecated: Use RepeatedLength.ProtoReflect.Descriptor instead.

func (*RepeatedLength) GetScalars

func (x *RepeatedLength) GetScalars() []string

func (*RepeatedLength) ProtoMessage

func (*RepeatedLength) ProtoMessage()

func (*RepeatedLength) ProtoReflect

func (x *RepeatedLength) ProtoReflect() protoreflect.Message

func (*RepeatedLength) Reset

func (x *RepeatedLength) Reset()

func (*RepeatedLength) String

func (x *RepeatedLength) String() string

type RepeatedMsg

type RepeatedMsg struct {
	Foo string `protobuf:"bytes,1,opt,name=foo,proto3" json:"foo,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedMsg) Descriptor deprecated

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

Deprecated: Use RepeatedMsg.ProtoReflect.Descriptor instead.

func (*RepeatedMsg) GetFoo

func (x *RepeatedMsg) GetFoo() string

func (*RepeatedMsg) ProtoMessage

func (*RepeatedMsg) ProtoMessage()

func (*RepeatedMsg) ProtoReflect

func (x *RepeatedMsg) ProtoReflect() protoreflect.Message

func (*RepeatedMsg) Reset

func (x *RepeatedMsg) Reset()

func (*RepeatedMsg) String

func (x *RepeatedMsg) String() string

type RepeatedRange

type RepeatedRange struct {
	Scalars []string `protobuf:"bytes,1,rep,name=scalars,proto3" json:"scalars,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedRange) Descriptor deprecated

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

Deprecated: Use RepeatedRange.ProtoReflect.Descriptor instead.

func (*RepeatedRange) GetScalars

func (x *RepeatedRange) GetScalars() []string

func (*RepeatedRange) ProtoMessage

func (*RepeatedRange) ProtoMessage()

func (*RepeatedRange) ProtoReflect

func (x *RepeatedRange) ProtoReflect() protoreflect.Message

func (*RepeatedRange) Reset

func (x *RepeatedRange) Reset()

func (*RepeatedRange) String

func (x *RepeatedRange) String() string

type RepeatedSkip

type RepeatedSkip struct {
	Scalars []string `protobuf:"bytes,1,rep,name=scalars,proto3" json:"scalars,omitempty"`
	Skipped []string `protobuf:"bytes,2,rep,name=skipped,proto3" json:"skipped,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedSkip) Descriptor deprecated

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

Deprecated: Use RepeatedSkip.ProtoReflect.Descriptor instead.

func (*RepeatedSkip) GetScalars

func (x *RepeatedSkip) GetScalars() []string

func (*RepeatedSkip) GetSkipped

func (x *RepeatedSkip) GetSkipped() []string

func (*RepeatedSkip) ProtoMessage

func (*RepeatedSkip) ProtoMessage()

func (*RepeatedSkip) ProtoReflect

func (x *RepeatedSkip) ProtoReflect() protoreflect.Message

func (*RepeatedSkip) Reset

func (x *RepeatedSkip) Reset()

func (*RepeatedSkip) String

func (x *RepeatedSkip) String() string

type RepeatedTags

type RepeatedTags struct {
	Foo []string `protobuf:"bytes,1,rep,name=foo,proto3" json:"foo,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedTags) Descriptor deprecated

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

Deprecated: Use RepeatedTags.ProtoReflect.Descriptor instead.

func (*RepeatedTags) GetFoo

func (x *RepeatedTags) GetFoo() []string

func (*RepeatedTags) ProtoMessage

func (*RepeatedTags) ProtoMessage()

func (*RepeatedTags) ProtoReflect

func (x *RepeatedTags) ProtoReflect() protoreflect.Message

func (*RepeatedTags) Reset

func (x *RepeatedTags) Reset()

func (*RepeatedTags) String

func (x *RepeatedTags) String() string

type ScalarDefaults

type ScalarDefaults struct {
	Bool     bool    `protobuf:"varint,1,opt,name=bool,proto3" json:"bool,omitempty"`
	Enum     Enum    `protobuf:"varint,2,opt,name=enum,proto3,enum=gofakeit.test.Enum" json:"enum,omitempty"`
	Int32    int32   `protobuf:"varint,3,opt,name=int32,proto3" json:"int32,omitempty"`
	Sint32   int32   `protobuf:"zigzag32,4,opt,name=sint32,proto3" json:"sint32,omitempty"`
	Sfixed32 int32   `protobuf:"fixed32,5,opt,name=sfixed32,proto3" json:"sfixed32,omitempty"`
	Uint32   uint32  `protobuf:"varint,6,opt,name=uint32,proto3" json:"uint32,omitempty"`
	Fixed32  uint32  `protobuf:"fixed32,7,opt,name=fixed32,proto3" json:"fixed32,omitempty"`
	Int64    int64   `protobuf:"varint,8,opt,name=int64,proto3" json:"int64,omitempty"`
	Sint64   int64   `protobuf:"zigzag64,9,opt,name=sint64,proto3" json:"sint64,omitempty"`
	Sfixed64 int64   `protobuf:"fixed64,10,opt,name=sfixed64,proto3" json:"sfixed64,omitempty"`
	Uint64   uint64  `protobuf:"varint,11,opt,name=uint64,proto3" json:"uint64,omitempty"`
	Fixed64  uint64  `protobuf:"fixed64,12,opt,name=fixed64,proto3" json:"fixed64,omitempty"`
	Float    float32 `protobuf:"fixed32,13,opt,name=float,proto3" json:"float,omitempty"`
	Double   float64 `protobuf:"fixed64,14,opt,name=double,proto3" json:"double,omitempty"`
	String_  string  `protobuf:"bytes,15,opt,name=string,proto3" json:"string,omitempty"`
	Bytes    []byte  `protobuf:"bytes,16,opt,name=bytes,proto3" json:"bytes,omitempty"`
	// contains filtered or unexported fields
}

func (*ScalarDefaults) Descriptor deprecated

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

Deprecated: Use ScalarDefaults.ProtoReflect.Descriptor instead.

func (*ScalarDefaults) GetBool

func (x *ScalarDefaults) GetBool() bool

func (*ScalarDefaults) GetBytes

func (x *ScalarDefaults) GetBytes() []byte

func (*ScalarDefaults) GetDouble

func (x *ScalarDefaults) GetDouble() float64

func (*ScalarDefaults) GetEnum

func (x *ScalarDefaults) GetEnum() Enum

func (*ScalarDefaults) GetFixed32

func (x *ScalarDefaults) GetFixed32() uint32

func (*ScalarDefaults) GetFixed64

func (x *ScalarDefaults) GetFixed64() uint64

func (*ScalarDefaults) GetFloat

func (x *ScalarDefaults) GetFloat() float32

func (*ScalarDefaults) GetInt32

func (x *ScalarDefaults) GetInt32() int32

func (*ScalarDefaults) GetInt64

func (x *ScalarDefaults) GetInt64() int64

func (*ScalarDefaults) GetSfixed32

func (x *ScalarDefaults) GetSfixed32() int32

func (*ScalarDefaults) GetSfixed64

func (x *ScalarDefaults) GetSfixed64() int64

func (*ScalarDefaults) GetSint32

func (x *ScalarDefaults) GetSint32() int32

func (*ScalarDefaults) GetSint64

func (x *ScalarDefaults) GetSint64() int64

func (*ScalarDefaults) GetString_

func (x *ScalarDefaults) GetString_() string

func (*ScalarDefaults) GetUint32

func (x *ScalarDefaults) GetUint32() uint32

func (*ScalarDefaults) GetUint64

func (x *ScalarDefaults) GetUint64() uint64

func (*ScalarDefaults) ProtoMessage

func (*ScalarDefaults) ProtoMessage()

func (*ScalarDefaults) ProtoReflect

func (x *ScalarDefaults) ProtoReflect() protoreflect.Message

func (*ScalarDefaults) Reset

func (x *ScalarDefaults) Reset()

func (*ScalarDefaults) String

func (x *ScalarDefaults) String() string

type ScalarSkip

type ScalarSkip struct {
	Bool     bool    `protobuf:"varint,1,opt,name=bool,proto3" json:"bool,omitempty"`
	Enum     Enum    `protobuf:"varint,2,opt,name=enum,proto3,enum=gofakeit.test.Enum" json:"enum,omitempty"`
	Int32    int32   `protobuf:"varint,3,opt,name=int32,proto3" json:"int32,omitempty"`
	Sint32   int32   `protobuf:"zigzag32,4,opt,name=sint32,proto3" json:"sint32,omitempty"`
	Sfixed32 int32   `protobuf:"fixed32,5,opt,name=sfixed32,proto3" json:"sfixed32,omitempty"`
	Uint32   uint32  `protobuf:"varint,6,opt,name=uint32,proto3" json:"uint32,omitempty"`
	Fixed32  uint32  `protobuf:"fixed32,7,opt,name=fixed32,proto3" json:"fixed32,omitempty"`
	Int64    int64   `protobuf:"varint,8,opt,name=int64,proto3" json:"int64,omitempty"`
	Sint64   int64   `protobuf:"zigzag64,9,opt,name=sint64,proto3" json:"sint64,omitempty"`
	Sfixed64 int64   `protobuf:"fixed64,10,opt,name=sfixed64,proto3" json:"sfixed64,omitempty"`
	Uint64   uint64  `protobuf:"varint,11,opt,name=uint64,proto3" json:"uint64,omitempty"`
	Fixed64  uint64  `protobuf:"fixed64,12,opt,name=fixed64,proto3" json:"fixed64,omitempty"`
	Float    float32 `protobuf:"fixed32,13,opt,name=float,proto3" json:"float,omitempty"`
	Double   float64 `protobuf:"fixed64,14,opt,name=double,proto3" json:"double,omitempty"`
	String_  string  `protobuf:"bytes,15,opt,name=string,proto3" json:"string,omitempty"`
	Bytes    []byte  `protobuf:"bytes,16,opt,name=bytes,proto3" json:"bytes,omitempty"`
	// contains filtered or unexported fields
}

func (*ScalarSkip) Descriptor deprecated

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

Deprecated: Use ScalarSkip.ProtoReflect.Descriptor instead.

func (*ScalarSkip) GetBool

func (x *ScalarSkip) GetBool() bool

func (*ScalarSkip) GetBytes

func (x *ScalarSkip) GetBytes() []byte

func (*ScalarSkip) GetDouble

func (x *ScalarSkip) GetDouble() float64

func (*ScalarSkip) GetEnum

func (x *ScalarSkip) GetEnum() Enum

func (*ScalarSkip) GetFixed32

func (x *ScalarSkip) GetFixed32() uint32

func (*ScalarSkip) GetFixed64

func (x *ScalarSkip) GetFixed64() uint64

func (*ScalarSkip) GetFloat

func (x *ScalarSkip) GetFloat() float32

func (*ScalarSkip) GetInt32

func (x *ScalarSkip) GetInt32() int32

func (*ScalarSkip) GetInt64

func (x *ScalarSkip) GetInt64() int64

func (*ScalarSkip) GetSfixed32

func (x *ScalarSkip) GetSfixed32() int32

func (*ScalarSkip) GetSfixed64

func (x *ScalarSkip) GetSfixed64() int64

func (*ScalarSkip) GetSint32

func (x *ScalarSkip) GetSint32() int32

func (*ScalarSkip) GetSint64

func (x *ScalarSkip) GetSint64() int64

func (*ScalarSkip) GetString_

func (x *ScalarSkip) GetString_() string

func (*ScalarSkip) GetUint32

func (x *ScalarSkip) GetUint32() uint32

func (*ScalarSkip) GetUint64

func (x *ScalarSkip) GetUint64() uint64

func (*ScalarSkip) ProtoMessage

func (*ScalarSkip) ProtoMessage()

func (*ScalarSkip) ProtoReflect

func (x *ScalarSkip) ProtoReflect() protoreflect.Message

func (*ScalarSkip) Reset

func (x *ScalarSkip) Reset()

func (*ScalarSkip) String

func (x *ScalarSkip) String() string

type ScalarStaticTags

type ScalarStaticTags struct {
	Bool     bool    `protobuf:"varint,1,opt,name=bool,proto3" json:"bool,omitempty"`
	Enum     Enum    `protobuf:"varint,2,opt,name=enum,proto3,enum=gofakeit.test.Enum" json:"enum,omitempty"`
	Int32    int32   `protobuf:"varint,3,opt,name=int32,proto3" json:"int32,omitempty"`
	Sint32   int32   `protobuf:"zigzag32,4,opt,name=sint32,proto3" json:"sint32,omitempty"`
	Sfixed32 int32   `protobuf:"fixed32,5,opt,name=sfixed32,proto3" json:"sfixed32,omitempty"`
	Uint32   uint32  `protobuf:"varint,6,opt,name=uint32,proto3" json:"uint32,omitempty"`
	Fixed32  uint32  `protobuf:"fixed32,7,opt,name=fixed32,proto3" json:"fixed32,omitempty"`
	Int64    int64   `protobuf:"varint,8,opt,name=int64,proto3" json:"int64,omitempty"`
	Sint64   int64   `protobuf:"zigzag64,9,opt,name=sint64,proto3" json:"sint64,omitempty"`
	Sfixed64 int64   `protobuf:"fixed64,10,opt,name=sfixed64,proto3" json:"sfixed64,omitempty"`
	Uint64   uint64  `protobuf:"varint,11,opt,name=uint64,proto3" json:"uint64,omitempty"`
	Fixed64  uint64  `protobuf:"fixed64,12,opt,name=fixed64,proto3" json:"fixed64,omitempty"`
	Float    float32 `protobuf:"fixed32,13,opt,name=float,proto3" json:"float,omitempty"`
	Double   float64 `protobuf:"fixed64,14,opt,name=double,proto3" json:"double,omitempty"`
	String_  string  `protobuf:"bytes,15,opt,name=string,proto3" json:"string,omitempty"`
	Bytes    []byte  `protobuf:"bytes,16,opt,name=bytes,proto3" json:"bytes,omitempty"`
	// contains filtered or unexported fields
}

func (*ScalarStaticTags) Descriptor deprecated

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

Deprecated: Use ScalarStaticTags.ProtoReflect.Descriptor instead.

func (*ScalarStaticTags) GetBool

func (x *ScalarStaticTags) GetBool() bool

func (*ScalarStaticTags) GetBytes

func (x *ScalarStaticTags) GetBytes() []byte

func (*ScalarStaticTags) GetDouble

func (x *ScalarStaticTags) GetDouble() float64

func (*ScalarStaticTags) GetEnum

func (x *ScalarStaticTags) GetEnum() Enum

func (*ScalarStaticTags) GetFixed32

func (x *ScalarStaticTags) GetFixed32() uint32

func (*ScalarStaticTags) GetFixed64

func (x *ScalarStaticTags) GetFixed64() uint64

func (*ScalarStaticTags) GetFloat

func (x *ScalarStaticTags) GetFloat() float32

func (*ScalarStaticTags) GetInt32

func (x *ScalarStaticTags) GetInt32() int32

func (*ScalarStaticTags) GetInt64

func (x *ScalarStaticTags) GetInt64() int64

func (*ScalarStaticTags) GetSfixed32

func (x *ScalarStaticTags) GetSfixed32() int32

func (*ScalarStaticTags) GetSfixed64

func (x *ScalarStaticTags) GetSfixed64() int64

func (*ScalarStaticTags) GetSint32

func (x *ScalarStaticTags) GetSint32() int32

func (*ScalarStaticTags) GetSint64

func (x *ScalarStaticTags) GetSint64() int64

func (*ScalarStaticTags) GetString_

func (x *ScalarStaticTags) GetString_() string

func (*ScalarStaticTags) GetUint32

func (x *ScalarStaticTags) GetUint32() uint32

func (*ScalarStaticTags) GetUint64

func (x *ScalarStaticTags) GetUint64() uint64

func (*ScalarStaticTags) ProtoMessage

func (*ScalarStaticTags) ProtoMessage()

func (*ScalarStaticTags) ProtoReflect

func (x *ScalarStaticTags) ProtoReflect() protoreflect.Message

func (*ScalarStaticTags) Reset

func (x *ScalarStaticTags) Reset()

func (*ScalarStaticTags) String

func (x *ScalarStaticTags) String() string

type ScalarStaticTemplates

type ScalarStaticTemplates struct {
	Bool     bool    `protobuf:"varint,1,opt,name=bool,proto3" json:"bool,omitempty"`
	Enum     Enum    `protobuf:"varint,2,opt,name=enum,proto3,enum=gofakeit.test.Enum" json:"enum,omitempty"`
	Int32    int32   `protobuf:"varint,3,opt,name=int32,proto3" json:"int32,omitempty"`
	Sint32   int32   `protobuf:"zigzag32,4,opt,name=sint32,proto3" json:"sint32,omitempty"`
	Sfixed32 int32   `protobuf:"fixed32,5,opt,name=sfixed32,proto3" json:"sfixed32,omitempty"`
	Uint32   uint32  `protobuf:"varint,6,opt,name=uint32,proto3" json:"uint32,omitempty"`
	Fixed32  uint32  `protobuf:"fixed32,7,opt,name=fixed32,proto3" json:"fixed32,omitempty"`
	Int64    int64   `protobuf:"varint,8,opt,name=int64,proto3" json:"int64,omitempty"`
	Sint64   int64   `protobuf:"zigzag64,9,opt,name=sint64,proto3" json:"sint64,omitempty"`
	Sfixed64 int64   `protobuf:"fixed64,10,opt,name=sfixed64,proto3" json:"sfixed64,omitempty"`
	Uint64   uint64  `protobuf:"varint,11,opt,name=uint64,proto3" json:"uint64,omitempty"`
	Fixed64  uint64  `protobuf:"fixed64,12,opt,name=fixed64,proto3" json:"fixed64,omitempty"`
	Float    float32 `protobuf:"fixed32,13,opt,name=float,proto3" json:"float,omitempty"`
	Double   float64 `protobuf:"fixed64,14,opt,name=double,proto3" json:"double,omitempty"`
	String_  string  `protobuf:"bytes,15,opt,name=string,proto3" json:"string,omitempty"`
	Bytes    []byte  `protobuf:"bytes,16,opt,name=bytes,proto3" json:"bytes,omitempty"`
	// contains filtered or unexported fields
}

func (*ScalarStaticTemplates) Descriptor deprecated

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

Deprecated: Use ScalarStaticTemplates.ProtoReflect.Descriptor instead.

func (*ScalarStaticTemplates) GetBool

func (x *ScalarStaticTemplates) GetBool() bool

func (*ScalarStaticTemplates) GetBytes

func (x *ScalarStaticTemplates) GetBytes() []byte

func (*ScalarStaticTemplates) GetDouble

func (x *ScalarStaticTemplates) GetDouble() float64

func (*ScalarStaticTemplates) GetEnum

func (x *ScalarStaticTemplates) GetEnum() Enum

func (*ScalarStaticTemplates) GetFixed32

func (x *ScalarStaticTemplates) GetFixed32() uint32

func (*ScalarStaticTemplates) GetFixed64

func (x *ScalarStaticTemplates) GetFixed64() uint64

func (*ScalarStaticTemplates) GetFloat

func (x *ScalarStaticTemplates) GetFloat() float32

func (*ScalarStaticTemplates) GetInt32

func (x *ScalarStaticTemplates) GetInt32() int32

func (*ScalarStaticTemplates) GetInt64

func (x *ScalarStaticTemplates) GetInt64() int64

func (*ScalarStaticTemplates) GetSfixed32

func (x *ScalarStaticTemplates) GetSfixed32() int32

func (*ScalarStaticTemplates) GetSfixed64

func (x *ScalarStaticTemplates) GetSfixed64() int64

func (*ScalarStaticTemplates) GetSint32

func (x *ScalarStaticTemplates) GetSint32() int32

func (*ScalarStaticTemplates) GetSint64

func (x *ScalarStaticTemplates) GetSint64() int64

func (*ScalarStaticTemplates) GetString_

func (x *ScalarStaticTemplates) GetString_() string

func (*ScalarStaticTemplates) GetUint32

func (x *ScalarStaticTemplates) GetUint32() uint32

func (*ScalarStaticTemplates) GetUint64

func (x *ScalarStaticTemplates) GetUint64() uint64

func (*ScalarStaticTemplates) ProtoMessage

func (*ScalarStaticTemplates) ProtoMessage()

func (*ScalarStaticTemplates) ProtoReflect

func (x *ScalarStaticTemplates) ProtoReflect() protoreflect.Message

func (*ScalarStaticTemplates) Reset

func (x *ScalarStaticTemplates) Reset()

func (*ScalarStaticTemplates) String

func (x *ScalarStaticTemplates) String() string

type ScalarTags

type ScalarTags struct {
	Bool     bool    `protobuf:"varint,1,opt,name=bool,proto3" json:"bool,omitempty"`
	Enum     Enum    `protobuf:"varint,2,opt,name=enum,proto3,enum=gofakeit.test.Enum" json:"enum,omitempty"`
	Int32    int32   `protobuf:"varint,3,opt,name=int32,proto3" json:"int32,omitempty"`
	Sint32   int32   `protobuf:"zigzag32,4,opt,name=sint32,proto3" json:"sint32,omitempty"`
	Sfixed32 int32   `protobuf:"fixed32,5,opt,name=sfixed32,proto3" json:"sfixed32,omitempty"`
	Uint32   uint32  `protobuf:"varint,6,opt,name=uint32,proto3" json:"uint32,omitempty"`
	Fixed32  uint32  `protobuf:"fixed32,7,opt,name=fixed32,proto3" json:"fixed32,omitempty"`
	Int64    int64   `protobuf:"varint,8,opt,name=int64,proto3" json:"int64,omitempty"`
	Sint64   int64   `protobuf:"zigzag64,9,opt,name=sint64,proto3" json:"sint64,omitempty"`
	Sfixed64 int64   `protobuf:"fixed64,10,opt,name=sfixed64,proto3" json:"sfixed64,omitempty"`
	Uint64   uint64  `protobuf:"varint,11,opt,name=uint64,proto3" json:"uint64,omitempty"`
	Fixed64  uint64  `protobuf:"fixed64,12,opt,name=fixed64,proto3" json:"fixed64,omitempty"`
	Float    float32 `protobuf:"fixed32,13,opt,name=float,proto3" json:"float,omitempty"`
	Double   float64 `protobuf:"fixed64,14,opt,name=double,proto3" json:"double,omitempty"`
	String_  string  `protobuf:"bytes,15,opt,name=string,proto3" json:"string,omitempty"`
	Bytes    []byte  `protobuf:"bytes,16,opt,name=bytes,proto3" json:"bytes,omitempty"`
	// contains filtered or unexported fields
}

func (*ScalarTags) Descriptor deprecated

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

Deprecated: Use ScalarTags.ProtoReflect.Descriptor instead.

func (*ScalarTags) GetBool

func (x *ScalarTags) GetBool() bool

func (*ScalarTags) GetBytes

func (x *ScalarTags) GetBytes() []byte

func (*ScalarTags) GetDouble

func (x *ScalarTags) GetDouble() float64

func (*ScalarTags) GetEnum

func (x *ScalarTags) GetEnum() Enum

func (*ScalarTags) GetFixed32

func (x *ScalarTags) GetFixed32() uint32

func (*ScalarTags) GetFixed64

func (x *ScalarTags) GetFixed64() uint64

func (*ScalarTags) GetFloat

func (x *ScalarTags) GetFloat() float32

func (*ScalarTags) GetInt32

func (x *ScalarTags) GetInt32() int32

func (*ScalarTags) GetInt64

func (x *ScalarTags) GetInt64() int64

func (*ScalarTags) GetSfixed32

func (x *ScalarTags) GetSfixed32() int32

func (*ScalarTags) GetSfixed64

func (x *ScalarTags) GetSfixed64() int64

func (*ScalarTags) GetSint32

func (x *ScalarTags) GetSint32() int32

func (*ScalarTags) GetSint64

func (x *ScalarTags) GetSint64() int64

func (*ScalarTags) GetString_

func (x *ScalarTags) GetString_() string

func (*ScalarTags) GetUint32

func (x *ScalarTags) GetUint32() uint32

func (*ScalarTags) GetUint64

func (x *ScalarTags) GetUint64() uint64

func (*ScalarTags) ProtoMessage

func (*ScalarTags) ProtoMessage()

func (*ScalarTags) ProtoReflect

func (x *ScalarTags) ProtoReflect() protoreflect.Message

func (*ScalarTags) Reset

func (x *ScalarTags) Reset()

func (*ScalarTags) String

func (x *ScalarTags) String() string

type SelfRecursive

type SelfRecursive struct {
	Foo     string         `protobuf:"bytes,1,opt,name=foo,proto3" json:"foo,omitempty"`
	Recurse *SelfRecursive `protobuf:"bytes,2,opt,name=recurse,proto3" json:"recurse,omitempty"`
	// contains filtered or unexported fields
}

func (*SelfRecursive) Descriptor deprecated

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

Deprecated: Use SelfRecursive.ProtoReflect.Descriptor instead.

func (*SelfRecursive) GetFoo

func (x *SelfRecursive) GetFoo() string

func (*SelfRecursive) GetRecurse

func (x *SelfRecursive) GetRecurse() *SelfRecursive

func (*SelfRecursive) ProtoMessage

func (*SelfRecursive) ProtoMessage()

func (*SelfRecursive) ProtoReflect

func (x *SelfRecursive) ProtoReflect() protoreflect.Message

func (*SelfRecursive) Reset

func (x *SelfRecursive) Reset()

func (*SelfRecursive) String

func (x *SelfRecursive) String() string

type WKTDuration

type WKTDuration struct {
	DefaultDur *durationpb.Duration `protobuf:"bytes,1,opt,name=default_dur,json=defaultDur,proto3" json:"default_dur,omitempty"`
	Tag        *durationpb.Duration `protobuf:"bytes,2,opt,name=tag,proto3" json:"tag,omitempty"`
	// contains filtered or unexported fields
}

func (*WKTDuration) Descriptor deprecated

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

Deprecated: Use WKTDuration.ProtoReflect.Descriptor instead.

func (*WKTDuration) GetDefaultDur

func (x *WKTDuration) GetDefaultDur() *durationpb.Duration

func (*WKTDuration) GetTag

func (x *WKTDuration) GetTag() *durationpb.Duration

func (*WKTDuration) ProtoMessage

func (*WKTDuration) ProtoMessage()

func (*WKTDuration) ProtoReflect

func (x *WKTDuration) ProtoReflect() protoreflect.Message

func (*WKTDuration) Reset

func (x *WKTDuration) Reset()

func (*WKTDuration) String

func (x *WKTDuration) String() string

type WKTTimestamp

type WKTTimestamp struct {
	DefaultTs *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=default_ts,json=defaultTs,proto3" json:"default_ts,omitempty"`
	Tag       *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=tag,proto3" json:"tag,omitempty"`
	// contains filtered or unexported fields
}

func (*WKTTimestamp) Descriptor deprecated

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

Deprecated: Use WKTTimestamp.ProtoReflect.Descriptor instead.

func (*WKTTimestamp) GetDefaultTs

func (x *WKTTimestamp) GetDefaultTs() *timestamppb.Timestamp

func (*WKTTimestamp) GetTag

func (x *WKTTimestamp) GetTag() *timestamppb.Timestamp

func (*WKTTimestamp) ProtoMessage

func (*WKTTimestamp) ProtoMessage()

func (*WKTTimestamp) ProtoReflect

func (x *WKTTimestamp) ProtoReflect() protoreflect.Message

func (*WKTTimestamp) Reset

func (x *WKTTimestamp) Reset()

func (*WKTTimestamp) String

func (x *WKTTimestamp) String() string

type WKTTimestampCustom

type WKTTimestampCustom struct {
	Value *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*WKTTimestampCustom) Descriptor deprecated

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

Deprecated: Use WKTTimestampCustom.ProtoReflect.Descriptor instead.

func (*WKTTimestampCustom) GetValue

func (x *WKTTimestampCustom) GetValue() *timestamppb.Timestamp

func (*WKTTimestampCustom) ProtoMessage

func (*WKTTimestampCustom) ProtoMessage()

func (*WKTTimestampCustom) ProtoReflect

func (x *WKTTimestampCustom) ProtoReflect() protoreflect.Message

func (*WKTTimestampCustom) Reset

func (x *WKTTimestampCustom) Reset()

func (*WKTTimestampCustom) String

func (x *WKTTimestampCustom) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL