required_hybrid

package
v1.36.4 Latest Latest
Warning

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

Go to latest
Published: Jan 24, 2025 License: BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_internal_testprotos_required_required_hybrid_required_hybrid_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Bool

type Bool struct {
	V *bool `protobuf:"varint,1,req,name=v" json:"v,omitempty"`
	// contains filtered or unexported fields
}

func (*Bool) ClearV

func (x *Bool) ClearV()

func (*Bool) GetV

func (x *Bool) GetV() bool

func (*Bool) HasV

func (x *Bool) HasV() bool

func (*Bool) ProtoMessage

func (*Bool) ProtoMessage()

func (*Bool) ProtoReflect

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

func (*Bool) Reset

func (x *Bool) Reset()

func (*Bool) SetV

func (x *Bool) SetV(v bool)

func (*Bool) String

func (x *Bool) String() string

type Bool_builder

type Bool_builder struct {
	V *bool
	// contains filtered or unexported fields
}

func (Bool_builder) Build

func (b0 Bool_builder) Build() *Bool

type Bytes

type Bytes struct {
	V []byte `protobuf:"bytes,1,req,name=v" json:"v,omitempty"`
	// contains filtered or unexported fields
}

func (*Bytes) ClearV

func (x *Bytes) ClearV()

func (*Bytes) GetV

func (x *Bytes) GetV() []byte

func (*Bytes) HasV

func (x *Bytes) HasV() bool

func (*Bytes) ProtoMessage

func (*Bytes) ProtoMessage()

func (*Bytes) ProtoReflect

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

func (*Bytes) Reset

func (x *Bytes) Reset()

func (*Bytes) SetV

func (x *Bytes) SetV(v []byte)

func (*Bytes) String

func (x *Bytes) String() string

type Bytes_builder

type Bytes_builder struct {
	V []byte
	// contains filtered or unexported fields
}

func (Bytes_builder) Build

func (b0 Bytes_builder) Build() *Bytes

type Double

type Double struct {
	V *float64 `protobuf:"fixed64,1,req,name=v" json:"v,omitempty"`
	// contains filtered or unexported fields
}

func (*Double) ClearV

func (x *Double) ClearV()

func (*Double) GetV

func (x *Double) GetV() float64

func (*Double) HasV

func (x *Double) HasV() bool

func (*Double) ProtoMessage

func (*Double) ProtoMessage()

func (*Double) ProtoReflect

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

func (*Double) Reset

func (x *Double) Reset()

func (*Double) SetV

func (x *Double) SetV(v float64)

func (*Double) String

func (x *Double) String() string

type Double_builder

type Double_builder struct {
	V *float64
	// contains filtered or unexported fields
}

func (Double_builder) Build

func (b0 Double_builder) Build() *Double

type Fixed32

type Fixed32 struct {
	V *uint32 `protobuf:"fixed32,1,req,name=v" json:"v,omitempty"`
	// contains filtered or unexported fields
}

func (*Fixed32) ClearV

func (x *Fixed32) ClearV()

func (*Fixed32) GetV

func (x *Fixed32) GetV() uint32

func (*Fixed32) HasV

func (x *Fixed32) HasV() bool

func (*Fixed32) ProtoMessage

func (*Fixed32) ProtoMessage()

func (*Fixed32) ProtoReflect

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

func (*Fixed32) Reset

func (x *Fixed32) Reset()

func (*Fixed32) SetV

func (x *Fixed32) SetV(v uint32)

func (*Fixed32) String

func (x *Fixed32) String() string

type Fixed32_builder

type Fixed32_builder struct {
	V *uint32
	// contains filtered or unexported fields
}

func (Fixed32_builder) Build

func (b0 Fixed32_builder) Build() *Fixed32

type Fixed64

type Fixed64 struct {
	V *uint64 `protobuf:"fixed64,1,req,name=v" json:"v,omitempty"`
	// contains filtered or unexported fields
}

func (*Fixed64) ClearV

func (x *Fixed64) ClearV()

func (*Fixed64) GetV

func (x *Fixed64) GetV() uint64

func (*Fixed64) HasV

func (x *Fixed64) HasV() bool

func (*Fixed64) ProtoMessage

func (*Fixed64) ProtoMessage()

func (*Fixed64) ProtoReflect

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

func (*Fixed64) Reset

func (x *Fixed64) Reset()

func (*Fixed64) SetV

func (x *Fixed64) SetV(v uint64)

func (*Fixed64) String

func (x *Fixed64) String() string

type Fixed64_builder

type Fixed64_builder struct {
	V *uint64
	// contains filtered or unexported fields
}

func (Fixed64_builder) Build

func (b0 Fixed64_builder) Build() *Fixed64

type Float

type Float struct {
	V *float32 `protobuf:"fixed32,1,req,name=v" json:"v,omitempty"`
	// contains filtered or unexported fields
}

func (*Float) ClearV

func (x *Float) ClearV()

func (*Float) GetV

func (x *Float) GetV() float32

func (*Float) HasV

func (x *Float) HasV() bool

func (*Float) ProtoMessage

func (*Float) ProtoMessage()

func (*Float) ProtoReflect

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

func (*Float) Reset

func (x *Float) Reset()

func (*Float) SetV

func (x *Float) SetV(v float32)

func (*Float) String

func (x *Float) String() string

type Float_builder

type Float_builder struct {
	V *float32
	// contains filtered or unexported fields
}

func (Float_builder) Build

func (b0 Float_builder) Build() *Float

type Group

type Group struct {
	Group *Group_Group `protobuf:"group,1,req,name=Group,json=group" json:"group,omitempty"`
	// contains filtered or unexported fields
}

func (*Group) ClearGroup

func (x *Group) ClearGroup()

func (*Group) GetGroup

func (x *Group) GetGroup() *Group_Group

func (*Group) HasGroup

func (x *Group) HasGroup() bool

func (*Group) ProtoMessage

func (*Group) ProtoMessage()

func (*Group) ProtoReflect

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

func (*Group) Reset

func (x *Group) Reset()

func (*Group) SetGroup

func (x *Group) SetGroup(v *Group_Group)

func (*Group) String

func (x *Group) String() string

type Group_Group

type Group_Group struct {
	V *int32 `protobuf:"varint,1,opt,name=v" json:"v,omitempty"`
	// contains filtered or unexported fields
}

func (*Group_Group) ClearV

func (x *Group_Group) ClearV()

func (*Group_Group) GetV

func (x *Group_Group) GetV() int32

func (*Group_Group) HasV

func (x *Group_Group) HasV() bool

func (*Group_Group) ProtoMessage

func (*Group_Group) ProtoMessage()

func (*Group_Group) ProtoReflect

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

func (*Group_Group) Reset

func (x *Group_Group) Reset()

func (*Group_Group) SetV

func (x *Group_Group) SetV(v int32)

func (*Group_Group) String

func (x *Group_Group) String() string

type Group_Group_builder

type Group_Group_builder struct {
	V *int32
	// contains filtered or unexported fields
}

func (Group_Group_builder) Build

func (b0 Group_Group_builder) Build() *Group_Group

type Group_builder

type Group_builder struct {
	Group *Group_Group
	// contains filtered or unexported fields
}

func (Group_builder) Build

func (b0 Group_builder) Build() *Group

type Int32

type Int32 struct {
	V *int32 `protobuf:"varint,1,req,name=v" json:"v,omitempty"`
	// contains filtered or unexported fields
}

func (*Int32) ClearV

func (x *Int32) ClearV()

func (*Int32) GetV

func (x *Int32) GetV() int32

func (*Int32) HasV

func (x *Int32) HasV() bool

func (*Int32) ProtoMessage

func (*Int32) ProtoMessage()

func (*Int32) ProtoReflect

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

func (*Int32) Reset

func (x *Int32) Reset()

func (*Int32) SetV

func (x *Int32) SetV(v int32)

func (*Int32) String

func (x *Int32) String() string

type Int32_builder

type Int32_builder struct {
	V *int32
	// contains filtered or unexported fields
}

func (Int32_builder) Build

func (b0 Int32_builder) Build() *Int32

type Int64

type Int64 struct {
	V *int64 `protobuf:"varint,1,req,name=v" json:"v,omitempty"`
	// contains filtered or unexported fields
}

func (*Int64) ClearV

func (x *Int64) ClearV()

func (*Int64) GetV

func (x *Int64) GetV() int64

func (*Int64) HasV

func (x *Int64) HasV() bool

func (*Int64) ProtoMessage

func (*Int64) ProtoMessage()

func (*Int64) ProtoReflect

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

func (*Int64) Reset

func (x *Int64) Reset()

func (*Int64) SetV

func (x *Int64) SetV(v int64)

func (*Int64) String

func (x *Int64) String() string

type Int64_builder

type Int64_builder struct {
	V *int64
	// contains filtered or unexported fields
}

func (Int64_builder) Build

func (b0 Int64_builder) Build() *Int64

type Message

type Message struct {
	V *Message_M `protobuf:"bytes,1,req,name=v" json:"v,omitempty"`
	// contains filtered or unexported fields
}

func (*Message) ClearV

func (x *Message) ClearV()

func (*Message) GetV

func (x *Message) GetV() *Message_M

func (*Message) HasV

func (x *Message) HasV() bool

func (*Message) ProtoMessage

func (*Message) ProtoMessage()

func (*Message) ProtoReflect

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

func (*Message) Reset

func (x *Message) Reset()

func (*Message) SetV

func (x *Message) SetV(v *Message_M)

func (*Message) String

func (x *Message) String() string

type Message_M

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

func (*Message_M) ProtoMessage

func (*Message_M) ProtoMessage()

func (*Message_M) ProtoReflect

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

func (*Message_M) Reset

func (x *Message_M) Reset()

func (*Message_M) String

func (x *Message_M) String() string

type Message_M_builder

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

func (Message_M_builder) Build

func (b0 Message_M_builder) Build() *Message_M

type Message_builder

type Message_builder struct {
	V *Message_M
	// contains filtered or unexported fields
}

func (Message_builder) Build

func (b0 Message_builder) Build() *Message

type Sint32

type Sint32 struct {
	V *int32 `protobuf:"zigzag32,1,req,name=v" json:"v,omitempty"`
	// contains filtered or unexported fields
}

func (*Sint32) ClearV

func (x *Sint32) ClearV()

func (*Sint32) GetV

func (x *Sint32) GetV() int32

func (*Sint32) HasV

func (x *Sint32) HasV() bool

func (*Sint32) ProtoMessage

func (*Sint32) ProtoMessage()

func (*Sint32) ProtoReflect

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

func (*Sint32) Reset

func (x *Sint32) Reset()

func (*Sint32) SetV

func (x *Sint32) SetV(v int32)

func (*Sint32) String

func (x *Sint32) String() string

type Sint32_builder

type Sint32_builder struct {
	V *int32
	// contains filtered or unexported fields
}

func (Sint32_builder) Build

func (b0 Sint32_builder) Build() *Sint32

type Sint64

type Sint64 struct {
	V *int64 `protobuf:"zigzag64,1,req,name=v" json:"v,omitempty"`
	// contains filtered or unexported fields
}

func (*Sint64) ClearV

func (x *Sint64) ClearV()

func (*Sint64) GetV

func (x *Sint64) GetV() int64

func (*Sint64) HasV

func (x *Sint64) HasV() bool

func (*Sint64) ProtoMessage

func (*Sint64) ProtoMessage()

func (*Sint64) ProtoReflect

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

func (*Sint64) Reset

func (x *Sint64) Reset()

func (*Sint64) SetV

func (x *Sint64) SetV(v int64)

func (*Sint64) String

func (x *Sint64) String() string

type Sint64_builder

type Sint64_builder struct {
	V *int64
	// contains filtered or unexported fields
}

func (Sint64_builder) Build

func (b0 Sint64_builder) Build() *Sint64

type String

type String struct {
	V *string `protobuf:"bytes,1,req,name=v" json:"v,omitempty"`
	// contains filtered or unexported fields
}

func (*String) ClearV

func (x *String) ClearV()

func (*String) GetV

func (x *String) GetV() string

func (*String) HasV

func (x *String) HasV() bool

func (*String) ProtoMessage

func (*String) ProtoMessage()

func (*String) ProtoReflect

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

func (*String) Reset

func (x *String) Reset()

func (*String) SetV

func (x *String) SetV(v string)

func (*String) String

func (x *String) String() string

type String_builder

type String_builder struct {
	V *string
	// contains filtered or unexported fields
}

func (String_builder) Build

func (b0 String_builder) Build() *String

type Uint32

type Uint32 struct {
	V *uint32 `protobuf:"varint,1,req,name=v" json:"v,omitempty"`
	// contains filtered or unexported fields
}

func (*Uint32) ClearV

func (x *Uint32) ClearV()

func (*Uint32) GetV

func (x *Uint32) GetV() uint32

func (*Uint32) HasV

func (x *Uint32) HasV() bool

func (*Uint32) ProtoMessage

func (*Uint32) ProtoMessage()

func (*Uint32) ProtoReflect

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

func (*Uint32) Reset

func (x *Uint32) Reset()

func (*Uint32) SetV

func (x *Uint32) SetV(v uint32)

func (*Uint32) String

func (x *Uint32) String() string

type Uint32_builder

type Uint32_builder struct {
	V *uint32
	// contains filtered or unexported fields
}

func (Uint32_builder) Build

func (b0 Uint32_builder) Build() *Uint32

type Uint64

type Uint64 struct {
	V *uint64 `protobuf:"varint,1,req,name=v" json:"v,omitempty"`
	// contains filtered or unexported fields
}

func (*Uint64) ClearV

func (x *Uint64) ClearV()

func (*Uint64) GetV

func (x *Uint64) GetV() uint64

func (*Uint64) HasV

func (x *Uint64) HasV() bool

func (*Uint64) ProtoMessage

func (*Uint64) ProtoMessage()

func (*Uint64) ProtoReflect

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

func (*Uint64) Reset

func (x *Uint64) Reset()

func (*Uint64) SetV

func (x *Uint64) SetV(v uint64)

func (*Uint64) String

func (x *Uint64) String() string

type Uint64_builder

type Uint64_builder struct {
	V *uint64
	// contains filtered or unexported fields
}

func (Uint64_builder) Build

func (b0 Uint64_builder) Build() *Uint64

Jump to

Keyboard shortcuts

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