examplev1

package
v0.28.2 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ExampleEnum_Enum_name = map[int32]string{
		0: "ENUM_UNSPECIFIED",
		1: "ENUM_VALUE1",
		2: "ENUM_VALUE2",
	}
	ExampleEnum_Enum_value = map[string]int32{
		"ENUM_UNSPECIFIED": 0,
		"ENUM_VALUE1":      1,
		"ENUM_VALUE2":      2,
	}
)

Enum value maps for ExampleEnum_Enum.

View Source
var (
	ExampleList_Enum_name = map[int32]string{
		0: "ENUM_UNSPECIFIED",
		1: "ENUM_VALUE1",
		2: "ENUM_VALUE2",
	}
	ExampleList_Enum_value = map[string]int32{
		"ENUM_UNSPECIFIED": 0,
		"ENUM_VALUE1":      1,
		"ENUM_VALUE2":      2,
	}
)

Enum value maps for ExampleList_Enum.

View Source
var (
	ExampleMap_Enum_name = map[int32]string{
		0: "ENUM_UNSPECIFIED",
		1: "ENUM_VALUE1",
		2: "ENUM_VALUE2",
	}
	ExampleMap_Enum_value = map[string]int32{
		"ENUM_UNSPECIFIED": 0,
		"ENUM_VALUE1":      1,
		"ENUM_VALUE2":      2,
	}
)

Enum value maps for ExampleMap_Enum.

View Source
var File_einride_bigquery_example_v1_example_annotations_proto protoreflect.FileDescriptor
View Source
var File_einride_bigquery_example_v1_example_comments_proto protoreflect.FileDescriptor
View Source
var File_einride_bigquery_example_v1_example_datetime_proto protoreflect.FileDescriptor
View Source
var File_einride_bigquery_example_v1_example_enum_proto protoreflect.FileDescriptor
View Source
var File_einride_bigquery_example_v1_example_list_proto protoreflect.FileDescriptor
View Source
var File_einride_bigquery_example_v1_example_longdescription_proto protoreflect.FileDescriptor
View Source
var File_einride_bigquery_example_v1_example_map_proto protoreflect.FileDescriptor
View Source
var File_einride_bigquery_example_v1_example_oneof_proto protoreflect.FileDescriptor
View Source
var File_einride_bigquery_example_v1_example_optional_proto protoreflect.FileDescriptor
View Source
var File_einride_bigquery_example_v1_example_struct_proto protoreflect.FileDescriptor
View Source
var File_einride_bigquery_example_v1_example_wrappers_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ExampleAnnotations added in v0.19.0

type ExampleAnnotations struct {
	RequiredInt int64 `protobuf:"varint,1,opt,name=required_int,json=requiredInt,proto3" json:"required_int,omitempty"`
	OptionalInt int64 `protobuf:"varint,2,opt,name=optional_int,json=optionalInt,proto3" json:"optional_int,omitempty"`
	// contains filtered or unexported fields
}

func (*ExampleAnnotations) Descriptor deprecated added in v0.19.0

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

Deprecated: Use ExampleAnnotations.ProtoReflect.Descriptor instead.

func (*ExampleAnnotations) GetOptionalInt added in v0.19.0

func (x *ExampleAnnotations) GetOptionalInt() int64

func (*ExampleAnnotations) GetRequiredInt added in v0.19.0

func (x *ExampleAnnotations) GetRequiredInt() int64

func (*ExampleAnnotations) ProtoMessage added in v0.19.0

func (*ExampleAnnotations) ProtoMessage()

func (*ExampleAnnotations) ProtoReflect added in v0.19.0

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

func (*ExampleAnnotations) Reset added in v0.19.0

func (x *ExampleAnnotations) Reset()

func (*ExampleAnnotations) String added in v0.19.0

func (x *ExampleAnnotations) String() string

type ExampleComments added in v0.22.0

type ExampleComments struct {

	// This is a leading comment
	FieldWithLeadingCommment  int64 `` /* 138-byte string literal not displayed */
	FieldWithTrailingCommment int64 `` // This is a trailing comment
	/* 141-byte string literal not displayed */
	// This is a leading comment
	FieldWithBothLeadingAndTrailingCommment int64 `` // This is a trailing comment
	/* 189-byte string literal not displayed */
	// This is a comment spanning
	// multiple lines
	FieldWithMultiLineCommment int64 `` /* 146-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ExampleComments) Descriptor deprecated added in v0.22.0

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

Deprecated: Use ExampleComments.ProtoReflect.Descriptor instead.

func (*ExampleComments) GetFieldWithBothLeadingAndTrailingCommment added in v0.22.0

func (x *ExampleComments) GetFieldWithBothLeadingAndTrailingCommment() int64

func (*ExampleComments) GetFieldWithLeadingCommment added in v0.22.0

func (x *ExampleComments) GetFieldWithLeadingCommment() int64

func (*ExampleComments) GetFieldWithMultiLineCommment added in v0.22.0

func (x *ExampleComments) GetFieldWithMultiLineCommment() int64

func (*ExampleComments) GetFieldWithTrailingCommment added in v0.22.0

func (x *ExampleComments) GetFieldWithTrailingCommment() int64

func (*ExampleComments) ProtoMessage added in v0.22.0

func (*ExampleComments) ProtoMessage()

func (*ExampleComments) ProtoReflect added in v0.22.0

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

func (*ExampleComments) Reset added in v0.22.0

func (x *ExampleComments) Reset()

func (*ExampleComments) String added in v0.22.0

func (x *ExampleComments) String() string

type ExampleDateTime

type ExampleDateTime struct {
	DateTime *datetime.DateTime `protobuf:"bytes,1,opt,name=date_time,json=dateTime,proto3" json:"date_time,omitempty"`
	// contains filtered or unexported fields
}

func (*ExampleDateTime) Descriptor deprecated

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

Deprecated: Use ExampleDateTime.ProtoReflect.Descriptor instead.

func (*ExampleDateTime) GetDateTime

func (x *ExampleDateTime) GetDateTime() *datetime.DateTime

func (*ExampleDateTime) ProtoMessage

func (*ExampleDateTime) ProtoMessage()

func (*ExampleDateTime) ProtoReflect

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

func (*ExampleDateTime) Reset

func (x *ExampleDateTime) Reset()

func (*ExampleDateTime) String

func (x *ExampleDateTime) String() string

type ExampleEnum

type ExampleEnum struct {
	EnumValue ExampleEnum_Enum `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ExampleEnum) Descriptor deprecated

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

Deprecated: Use ExampleEnum.ProtoReflect.Descriptor instead.

func (*ExampleEnum) GetEnumValue

func (x *ExampleEnum) GetEnumValue() ExampleEnum_Enum

func (*ExampleEnum) ProtoMessage

func (*ExampleEnum) ProtoMessage()

func (*ExampleEnum) ProtoReflect

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

func (*ExampleEnum) Reset

func (x *ExampleEnum) Reset()

func (*ExampleEnum) String

func (x *ExampleEnum) String() string

type ExampleEnum_Enum

type ExampleEnum_Enum int32
const (
	ExampleEnum_ENUM_UNSPECIFIED ExampleEnum_Enum = 0
	ExampleEnum_ENUM_VALUE1      ExampleEnum_Enum = 1
	ExampleEnum_ENUM_VALUE2      ExampleEnum_Enum = 2
)

func (ExampleEnum_Enum) Descriptor

func (ExampleEnum_Enum) Enum

func (ExampleEnum_Enum) EnumDescriptor deprecated

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

Deprecated: Use ExampleEnum_Enum.Descriptor instead.

func (ExampleEnum_Enum) Number

func (ExampleEnum_Enum) String

func (x ExampleEnum_Enum) String() string

func (ExampleEnum_Enum) Type

type ExampleList

type ExampleList struct {
	Int64List      []int64                  `protobuf:"varint,1,rep,packed,name=int64_list,json=int64List,proto3" json:"int64_list,omitempty"`
	StringList     []string                 `protobuf:"bytes,2,rep,name=string_list,json=stringList,proto3" json:"string_list,omitempty"`
	EnumList       []ExampleList_Enum       `` /* 143-byte string literal not displayed */
	NestedList     []*ExampleList_Nested    `protobuf:"bytes,4,rep,name=nested_list,json=nestedList,proto3" json:"nested_list,omitempty"`
	FloatValueList []*wrapperspb.FloatValue `protobuf:"bytes,5,rep,name=float_value_list,json=floatValueList,proto3" json:"float_value_list,omitempty"`
	// contains filtered or unexported fields
}

func (*ExampleList) Descriptor deprecated

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

Deprecated: Use ExampleList.ProtoReflect.Descriptor instead.

func (*ExampleList) GetEnumList

func (x *ExampleList) GetEnumList() []ExampleList_Enum

func (*ExampleList) GetFloatValueList

func (x *ExampleList) GetFloatValueList() []*wrapperspb.FloatValue

func (*ExampleList) GetInt64List

func (x *ExampleList) GetInt64List() []int64

func (*ExampleList) GetNestedList

func (x *ExampleList) GetNestedList() []*ExampleList_Nested

func (*ExampleList) GetStringList

func (x *ExampleList) GetStringList() []string

func (*ExampleList) ProtoMessage

func (*ExampleList) ProtoMessage()

func (*ExampleList) ProtoReflect

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

func (*ExampleList) Reset

func (x *ExampleList) Reset()

func (*ExampleList) String

func (x *ExampleList) String() string

type ExampleList_Enum

type ExampleList_Enum int32
const (
	ExampleList_ENUM_UNSPECIFIED ExampleList_Enum = 0
	ExampleList_ENUM_VALUE1      ExampleList_Enum = 1
	ExampleList_ENUM_VALUE2      ExampleList_Enum = 2
)

func (ExampleList_Enum) Descriptor

func (ExampleList_Enum) Enum

func (ExampleList_Enum) EnumDescriptor deprecated

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

Deprecated: Use ExampleList_Enum.Descriptor instead.

func (ExampleList_Enum) Number

func (ExampleList_Enum) String

func (x ExampleList_Enum) String() string

func (ExampleList_Enum) Type

type ExampleList_Nested

type ExampleList_Nested struct {
	StringList []string `protobuf:"bytes,1,rep,name=string_list,json=stringList,proto3" json:"string_list,omitempty"`
	// contains filtered or unexported fields
}

func (*ExampleList_Nested) Descriptor deprecated

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

Deprecated: Use ExampleList_Nested.ProtoReflect.Descriptor instead.

func (*ExampleList_Nested) GetStringList

func (x *ExampleList_Nested) GetStringList() []string

func (*ExampleList_Nested) ProtoMessage

func (*ExampleList_Nested) ProtoMessage()

func (*ExampleList_Nested) ProtoReflect

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

func (*ExampleList_Nested) Reset

func (x *ExampleList_Nested) Reset()

func (*ExampleList_Nested) String

func (x *ExampleList_Nested) String() string

type ExampleLongDescription added in v0.23.0

type ExampleLongDescription struct {

	// Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer pharetra rhoncus odio congue sodales. Suspendisse id nisi congue, maximus lectus lobortis, viverra magna. Donec viverra mauris at justo blandit, non posuere lacus dapibus. Pellentesque nec neque aliquet augue vehicula fringilla et et diam. Praesent eget lacus arcu. Donec consectetur arcu odio, eu pulvinar libero porta sit amet. In rutrum elit at mattis posuere. Aenean ac facilisis lacus. Fusce nisi arcu, rutrum varius felis sit amet, fermentum molestie lectus. Aliquam et erat rutrum, bibendum nisl non, posuere quam.
	// Duis eu tincidunt sapien, hendrerit vulputate dui. In tristique eu urna ut tempus. Donec ullamcorper tincidunt mi a hendrerit. Maecenas viverra ornare nunc, id bibendum nunc iaculis in. Nam faucibus maximus nisi, nec vehicula mi porta nec. Vivamus ultrices risus et velit blandit, vitae mattis erat viverra. Aliquam sed elit eu turpis tempus maximus. Nullam at ipsum non urna iaculis facilisis et nec orci. Pellentesque habitant morbi tristique senectus et lectus.
	FieldWithLongDescription int64 `` // The above description is 1053 bytes
	/* 138-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ExampleLongDescription) Descriptor deprecated added in v0.23.0

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

Deprecated: Use ExampleLongDescription.ProtoReflect.Descriptor instead.

func (*ExampleLongDescription) GetFieldWithLongDescription added in v0.23.0

func (x *ExampleLongDescription) GetFieldWithLongDescription() int64

func (*ExampleLongDescription) ProtoMessage added in v0.23.0

func (*ExampleLongDescription) ProtoMessage()

func (*ExampleLongDescription) ProtoReflect added in v0.23.0

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

func (*ExampleLongDescription) Reset added in v0.23.0

func (x *ExampleLongDescription) Reset()

func (*ExampleLongDescription) String added in v0.23.0

func (x *ExampleLongDescription) String() string

type ExampleMap

type ExampleMap struct {
	StringToString     map[string]string                 `` /* 193-byte string literal not displayed */
	StringToNested     map[string]*ExampleMap_Nested     `` /* 193-byte string literal not displayed */
	StringToEnum       map[string]ExampleMap_Enum        `` /* 237-byte string literal not displayed */
	Int32ToString      map[int32]string                  `` /* 191-byte string literal not displayed */
	Int64ToString      map[int64]string                  `` /* 191-byte string literal not displayed */
	Uint32ToString     map[uint32]string                 `` /* 194-byte string literal not displayed */
	BoolToString       map[bool]string                   `` /* 188-byte string literal not displayed */
	StringToFloatValue map[string]*wrapperspb.FloatValue `` /* 207-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ExampleMap) Descriptor deprecated

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

Deprecated: Use ExampleMap.ProtoReflect.Descriptor instead.

func (*ExampleMap) GetBoolToString

func (x *ExampleMap) GetBoolToString() map[bool]string

func (*ExampleMap) GetInt32ToString

func (x *ExampleMap) GetInt32ToString() map[int32]string

func (*ExampleMap) GetInt64ToString

func (x *ExampleMap) GetInt64ToString() map[int64]string

func (*ExampleMap) GetStringToEnum

func (x *ExampleMap) GetStringToEnum() map[string]ExampleMap_Enum

func (*ExampleMap) GetStringToFloatValue

func (x *ExampleMap) GetStringToFloatValue() map[string]*wrapperspb.FloatValue

func (*ExampleMap) GetStringToNested

func (x *ExampleMap) GetStringToNested() map[string]*ExampleMap_Nested

func (*ExampleMap) GetStringToString

func (x *ExampleMap) GetStringToString() map[string]string

func (*ExampleMap) GetUint32ToString

func (x *ExampleMap) GetUint32ToString() map[uint32]string

func (*ExampleMap) ProtoMessage

func (*ExampleMap) ProtoMessage()

func (*ExampleMap) ProtoReflect

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

func (*ExampleMap) Reset

func (x *ExampleMap) Reset()

func (*ExampleMap) String

func (x *ExampleMap) String() string

type ExampleMap_Enum

type ExampleMap_Enum int32
const (
	ExampleMap_ENUM_UNSPECIFIED ExampleMap_Enum = 0
	ExampleMap_ENUM_VALUE1      ExampleMap_Enum = 1
	ExampleMap_ENUM_VALUE2      ExampleMap_Enum = 2
)

func (ExampleMap_Enum) Descriptor

func (ExampleMap_Enum) Enum

func (x ExampleMap_Enum) Enum() *ExampleMap_Enum

func (ExampleMap_Enum) EnumDescriptor deprecated

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

Deprecated: Use ExampleMap_Enum.Descriptor instead.

func (ExampleMap_Enum) Number

func (ExampleMap_Enum) String

func (x ExampleMap_Enum) String() string

func (ExampleMap_Enum) Type

type ExampleMap_Nested

type ExampleMap_Nested struct {
	StringToString map[string]string `` /* 193-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ExampleMap_Nested) Descriptor deprecated

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

Deprecated: Use ExampleMap_Nested.ProtoReflect.Descriptor instead.

func (*ExampleMap_Nested) GetStringToString

func (x *ExampleMap_Nested) GetStringToString() map[string]string

func (*ExampleMap_Nested) ProtoMessage

func (*ExampleMap_Nested) ProtoMessage()

func (*ExampleMap_Nested) ProtoReflect

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

func (*ExampleMap_Nested) Reset

func (x *ExampleMap_Nested) Reset()

func (*ExampleMap_Nested) String

func (x *ExampleMap_Nested) String() string

type ExampleOneof

type ExampleOneof struct {

	// Types that are assignable to OneofFields_1:
	//
	//	*ExampleOneof_OneofEmptyMessage_1
	//	*ExampleOneof_OneofBool_1
	OneofFields_1 isExampleOneof_OneofFields_1 `protobuf_oneof:"oneof_fields_1"`
	// Types that are assignable to OneofFields_2:
	//
	//	*ExampleOneof_OneofEmptyMessage_2
	//	*ExampleOneof_OneofMessage
	OneofFields_2 isExampleOneof_OneofFields_2 `protobuf_oneof:"oneof_fields_2"`
	// contains filtered or unexported fields
}

func (*ExampleOneof) Descriptor deprecated

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

Deprecated: Use ExampleOneof.ProtoReflect.Descriptor instead.

func (*ExampleOneof) GetOneofBool_1

func (x *ExampleOneof) GetOneofBool_1() bool

func (*ExampleOneof) GetOneofEmptyMessage_1

func (x *ExampleOneof) GetOneofEmptyMessage_1() *ExampleOneof_EmptyMessage

func (*ExampleOneof) GetOneofEmptyMessage_2

func (x *ExampleOneof) GetOneofEmptyMessage_2() *ExampleOneof_EmptyMessage

func (*ExampleOneof) GetOneofFields_1

func (m *ExampleOneof) GetOneofFields_1() isExampleOneof_OneofFields_1

func (*ExampleOneof) GetOneofFields_2

func (m *ExampleOneof) GetOneofFields_2() isExampleOneof_OneofFields_2

func (*ExampleOneof) GetOneofMessage

func (x *ExampleOneof) GetOneofMessage() *ExampleOneof_Message

func (*ExampleOneof) ProtoMessage

func (*ExampleOneof) ProtoMessage()

func (*ExampleOneof) ProtoReflect

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

func (*ExampleOneof) Reset

func (x *ExampleOneof) Reset()

func (*ExampleOneof) String

func (x *ExampleOneof) String() string

type ExampleOneof_EmptyMessage

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

func (*ExampleOneof_EmptyMessage) Descriptor deprecated

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

Deprecated: Use ExampleOneof_EmptyMessage.ProtoReflect.Descriptor instead.

func (*ExampleOneof_EmptyMessage) ProtoMessage

func (*ExampleOneof_EmptyMessage) ProtoMessage()

func (*ExampleOneof_EmptyMessage) ProtoReflect

func (*ExampleOneof_EmptyMessage) Reset

func (x *ExampleOneof_EmptyMessage) Reset()

func (*ExampleOneof_EmptyMessage) String

func (x *ExampleOneof_EmptyMessage) String() string

type ExampleOneof_Message

type ExampleOneof_Message struct {
	StringValue string `protobuf:"bytes,1,opt,name=string_value,json=stringValue,proto3" json:"string_value,omitempty"`
	// contains filtered or unexported fields
}

func (*ExampleOneof_Message) Descriptor deprecated

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

Deprecated: Use ExampleOneof_Message.ProtoReflect.Descriptor instead.

func (*ExampleOneof_Message) GetStringValue

func (x *ExampleOneof_Message) GetStringValue() string

func (*ExampleOneof_Message) ProtoMessage

func (*ExampleOneof_Message) ProtoMessage()

func (*ExampleOneof_Message) ProtoReflect

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

func (*ExampleOneof_Message) Reset

func (x *ExampleOneof_Message) Reset()

func (*ExampleOneof_Message) String

func (x *ExampleOneof_Message) String() string

type ExampleOneof_OneofBool_1

type ExampleOneof_OneofBool_1 struct {
	OneofBool_1 bool `protobuf:"varint,2,opt,name=oneof_bool_1,json=oneofBool1,proto3,oneof"`
}

type ExampleOneof_OneofEmptyMessage_1

type ExampleOneof_OneofEmptyMessage_1 struct {
	OneofEmptyMessage_1 *ExampleOneof_EmptyMessage `protobuf:"bytes,1,opt,name=oneof_empty_message_1,json=oneofEmptyMessage1,proto3,oneof"`
}

type ExampleOneof_OneofEmptyMessage_2

type ExampleOneof_OneofEmptyMessage_2 struct {
	OneofEmptyMessage_2 *ExampleOneof_EmptyMessage `protobuf:"bytes,3,opt,name=oneof_empty_message_2,json=oneofEmptyMessage2,proto3,oneof"`
}

type ExampleOneof_OneofMessage

type ExampleOneof_OneofMessage struct {
	OneofMessage *ExampleOneof_Message `protobuf:"bytes,4,opt,name=oneof_message,json=oneofMessage,proto3,oneof"`
}

type ExampleOptional added in v0.26.0

type ExampleOptional struct {
	Opt *float64 `protobuf:"fixed64,1,opt,name=opt,proto3,oneof" json:"opt,omitempty"`
	// contains filtered or unexported fields
}

func (*ExampleOptional) Descriptor deprecated added in v0.26.0

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

Deprecated: Use ExampleOptional.ProtoReflect.Descriptor instead.

func (*ExampleOptional) GetOpt added in v0.26.0

func (x *ExampleOptional) GetOpt() float64

func (*ExampleOptional) ProtoMessage added in v0.26.0

func (*ExampleOptional) ProtoMessage()

func (*ExampleOptional) ProtoReflect added in v0.26.0

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

func (*ExampleOptional) Reset added in v0.26.0

func (x *ExampleOptional) Reset()

func (*ExampleOptional) String added in v0.26.0

func (x *ExampleOptional) String() string

type ExampleStruct added in v0.25.0

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

func (*ExampleStruct) Descriptor deprecated added in v0.25.0

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

Deprecated: Use ExampleStruct.ProtoReflect.Descriptor instead.

func (*ExampleStruct) GetValue added in v0.25.0

func (x *ExampleStruct) GetValue() *structpb.Value

func (*ExampleStruct) ProtoMessage added in v0.25.0

func (*ExampleStruct) ProtoMessage()

func (*ExampleStruct) ProtoReflect added in v0.25.0

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

func (*ExampleStruct) Reset added in v0.25.0

func (x *ExampleStruct) Reset()

func (*ExampleStruct) String added in v0.25.0

func (x *ExampleStruct) String() string

type ExampleWrappers

type ExampleWrappers struct {
	FloatValue  *wrapperspb.FloatValue  `protobuf:"bytes,1,opt,name=float_value,json=floatValue,proto3" json:"float_value,omitempty"`
	DoubleValue *wrapperspb.DoubleValue `protobuf:"bytes,2,opt,name=double_value,json=doubleValue,proto3" json:"double_value,omitempty"`
	StringValue *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=string_value,json=stringValue,proto3" json:"string_value,omitempty"`
	BytesValue  *wrapperspb.BytesValue  `protobuf:"bytes,4,opt,name=bytes_value,json=bytesValue,proto3" json:"bytes_value,omitempty"`
	Int32Value  *wrapperspb.Int32Value  `protobuf:"bytes,5,opt,name=int32_value,json=int32Value,proto3" json:"int32_value,omitempty"`
	Int64Value  *wrapperspb.Int64Value  `protobuf:"bytes,6,opt,name=int64_value,json=int64Value,proto3" json:"int64_value,omitempty"`
	Uint32Value *wrapperspb.UInt32Value `protobuf:"bytes,7,opt,name=uint32_value,json=uint32Value,proto3" json:"uint32_value,omitempty"`
	Uint64Value *wrapperspb.UInt64Value `protobuf:"bytes,8,opt,name=uint64_value,json=uint64Value,proto3" json:"uint64_value,omitempty"`
	BoolValue   *wrapperspb.BoolValue   `protobuf:"bytes,9,opt,name=bool_value,json=boolValue,proto3" json:"bool_value,omitempty"`
	// contains filtered or unexported fields
}

func (*ExampleWrappers) Descriptor deprecated

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

Deprecated: Use ExampleWrappers.ProtoReflect.Descriptor instead.

func (*ExampleWrappers) GetBoolValue

func (x *ExampleWrappers) GetBoolValue() *wrapperspb.BoolValue

func (*ExampleWrappers) GetBytesValue

func (x *ExampleWrappers) GetBytesValue() *wrapperspb.BytesValue

func (*ExampleWrappers) GetDoubleValue

func (x *ExampleWrappers) GetDoubleValue() *wrapperspb.DoubleValue

func (*ExampleWrappers) GetFloatValue

func (x *ExampleWrappers) GetFloatValue() *wrapperspb.FloatValue

func (*ExampleWrappers) GetInt32Value

func (x *ExampleWrappers) GetInt32Value() *wrapperspb.Int32Value

func (*ExampleWrappers) GetInt64Value

func (x *ExampleWrappers) GetInt64Value() *wrapperspb.Int64Value

func (*ExampleWrappers) GetStringValue

func (x *ExampleWrappers) GetStringValue() *wrapperspb.StringValue

func (*ExampleWrappers) GetUint32Value

func (x *ExampleWrappers) GetUint32Value() *wrapperspb.UInt32Value

func (*ExampleWrappers) GetUint64Value

func (x *ExampleWrappers) GetUint64Value() *wrapperspb.UInt64Value

func (*ExampleWrappers) ProtoMessage

func (*ExampleWrappers) ProtoMessage()

func (*ExampleWrappers) ProtoReflect

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

func (*ExampleWrappers) Reset

func (x *ExampleWrappers) Reset()

func (*ExampleWrappers) String

func (x *ExampleWrappers) String() string

Jump to

Keyboard shortcuts

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