examplev1

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2021 License: MIT Imports: 6 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_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_map_proto protoreflect.FileDescriptor
View Source
var File_einride_bigquery_example_v1_example_wrappers_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ExampleEnum added in v0.7.0

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

func (*ExampleEnum) Descriptor deprecated added in v0.7.0

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

Deprecated: Use ExampleEnum.ProtoReflect.Descriptor instead.

func (*ExampleEnum) GetEnumValue added in v0.7.0

func (x *ExampleEnum) GetEnumValue() ExampleEnum_Enum

func (*ExampleEnum) ProtoMessage added in v0.7.0

func (*ExampleEnum) ProtoMessage()

func (*ExampleEnum) ProtoReflect added in v0.7.0

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

func (*ExampleEnum) Reset added in v0.7.0

func (x *ExampleEnum) Reset()

func (*ExampleEnum) String added in v0.7.0

func (x *ExampleEnum) String() string

type ExampleEnum_Enum added in v0.7.0

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 added in v0.7.0

func (ExampleEnum_Enum) Enum added in v0.7.0

func (ExampleEnum_Enum) EnumDescriptor deprecated added in v0.7.0

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

Deprecated: Use ExampleEnum_Enum.Descriptor instead.

func (ExampleEnum_Enum) Number added in v0.7.0

func (ExampleEnum_Enum) String added in v0.7.0

func (x ExampleEnum_Enum) String() string

func (ExampleEnum_Enum) Type added in v0.7.0

type ExampleList added in v0.8.0

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"`
	// contains filtered or unexported fields
}

func (*ExampleList) Descriptor deprecated added in v0.8.0

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

Deprecated: Use ExampleList.ProtoReflect.Descriptor instead.

func (*ExampleList) GetEnumList added in v0.8.0

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

func (*ExampleList) GetInt64List added in v0.8.0

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

func (*ExampleList) GetNestedList added in v0.8.0

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

func (*ExampleList) GetStringList added in v0.8.0

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

func (*ExampleList) ProtoMessage added in v0.8.0

func (*ExampleList) ProtoMessage()

func (*ExampleList) ProtoReflect added in v0.8.0

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

func (*ExampleList) Reset added in v0.8.0

func (x *ExampleList) Reset()

func (*ExampleList) String added in v0.8.0

func (x *ExampleList) String() string

type ExampleList_Enum added in v0.8.0

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 added in v0.8.0

func (ExampleList_Enum) Enum added in v0.8.0

func (ExampleList_Enum) EnumDescriptor deprecated added in v0.8.0

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

Deprecated: Use ExampleList_Enum.Descriptor instead.

func (ExampleList_Enum) Number added in v0.8.0

func (ExampleList_Enum) String added in v0.8.0

func (x ExampleList_Enum) String() string

func (ExampleList_Enum) Type added in v0.8.0

type ExampleList_Nested added in v0.8.0

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 added in v0.8.0

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

Deprecated: Use ExampleList_Nested.ProtoReflect.Descriptor instead.

func (*ExampleList_Nested) GetStringList added in v0.8.0

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

func (*ExampleList_Nested) ProtoMessage added in v0.8.0

func (*ExampleList_Nested) ProtoMessage()

func (*ExampleList_Nested) ProtoReflect added in v0.8.0

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

func (*ExampleList_Nested) Reset added in v0.8.0

func (x *ExampleList_Nested) Reset()

func (*ExampleList_Nested) String added in v0.8.0

func (x *ExampleList_Nested) 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 */
	// 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) 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 ExampleWrappers added in v0.8.0

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

func (*ExampleWrappers) Descriptor deprecated added in v0.8.0

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

Deprecated: Use ExampleWrappers.ProtoReflect.Descriptor instead.

func (*ExampleWrappers) GetBoolValue added in v0.8.0

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

func (*ExampleWrappers) GetBytesValue added in v0.8.0

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

func (*ExampleWrappers) GetDoubleValue added in v0.8.0

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

func (*ExampleWrappers) GetFloatValue added in v0.8.0

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

func (*ExampleWrappers) GetInt32Value added in v0.8.0

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

func (*ExampleWrappers) GetInt64Value added in v0.8.0

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

func (*ExampleWrappers) GetStringValue added in v0.8.0

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

func (*ExampleWrappers) GetUint32Value added in v0.8.0

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

func (*ExampleWrappers) GetUint64Value added in v0.8.0

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

func (*ExampleWrappers) ProtoMessage added in v0.8.0

func (*ExampleWrappers) ProtoMessage()

func (*ExampleWrappers) ProtoReflect added in v0.8.0

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

func (*ExampleWrappers) Reset added in v0.8.0

func (x *ExampleWrappers) Reset()

func (*ExampleWrappers) String added in v0.8.0

func (x *ExampleWrappers) String() string

Jump to

Keyboard shortcuts

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