Documentation ¶
Index ¶
- Variables
- type Empty
- type StreamIdentifier
- type UUID
- func (*UUID) Descriptor() ([]byte, []int)deprecated
- func (x *UUID) GetString_() string
- func (x *UUID) GetStructured() *UUID_Structured
- func (m *UUID) GetValue() isUUID_Value
- func (*UUID) ProtoMessage()
- func (x *UUID) ProtoReflect() protoreflect.Message
- func (x *UUID) Reset()
- func (x *UUID) String() string
- type UUID_String_
- type UUID_Structured
- func (*UUID_Structured) Descriptor() ([]byte, []int)deprecated
- func (x *UUID_Structured) GetLeastSignificantBits() int64
- func (x *UUID_Structured) GetMostSignificantBits() int64
- func (*UUID_Structured) ProtoMessage()
- func (x *UUID_Structured) ProtoReflect() protoreflect.Message
- func (x *UUID_Structured) Reset()
- func (x *UUID_Structured) String() string
- type UUID_Structured_
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Empty ¶
type Empty struct {
// contains filtered or unexported fields
}
func (*Empty) Descriptor
deprecated
func (*Empty) ProtoMessage ¶
func (*Empty) ProtoMessage()
func (*Empty) ProtoReflect ¶
func (x *Empty) ProtoReflect() protoreflect.Message
type StreamIdentifier ¶
type StreamIdentifier struct { StreamName []byte `protobuf:"bytes,3,opt,name=streamName,proto3" json:"streamName,omitempty"` // contains filtered or unexported fields }
func (*StreamIdentifier) Descriptor
deprecated
func (*StreamIdentifier) Descriptor() ([]byte, []int)
Deprecated: Use StreamIdentifier.ProtoReflect.Descriptor instead.
func (*StreamIdentifier) GetStreamName ¶
func (x *StreamIdentifier) GetStreamName() []byte
func (*StreamIdentifier) ProtoMessage ¶
func (*StreamIdentifier) ProtoMessage()
func (*StreamIdentifier) ProtoReflect ¶
func (x *StreamIdentifier) ProtoReflect() protoreflect.Message
func (*StreamIdentifier) Reset ¶
func (x *StreamIdentifier) Reset()
func (*StreamIdentifier) String ¶
func (x *StreamIdentifier) String() string
type UUID ¶
type UUID struct { // Types that are assignable to Value: // *UUID_Structured_ // *UUID_String_ Value isUUID_Value `protobuf_oneof:"value"` // contains filtered or unexported fields }
func (*UUID) Descriptor
deprecated
func (*UUID) GetString_ ¶
func (*UUID) GetStructured ¶
func (x *UUID) GetStructured() *UUID_Structured
func (*UUID) ProtoMessage ¶
func (*UUID) ProtoMessage()
func (*UUID) ProtoReflect ¶
func (x *UUID) ProtoReflect() protoreflect.Message
type UUID_String_ ¶
type UUID_String_ struct {
String_ string `protobuf:"bytes,2,opt,name=string,proto3,oneof"`
}
type UUID_Structured ¶
type UUID_Structured struct { MostSignificantBits int64 `protobuf:"varint,1,opt,name=most_significant_bits,json=mostSignificantBits,proto3" json:"most_significant_bits,omitempty"` LeastSignificantBits int64 `protobuf:"varint,2,opt,name=least_significant_bits,json=leastSignificantBits,proto3" json:"least_significant_bits,omitempty"` // contains filtered or unexported fields }
func (*UUID_Structured) Descriptor
deprecated
func (*UUID_Structured) Descriptor() ([]byte, []int)
Deprecated: Use UUID_Structured.ProtoReflect.Descriptor instead.
func (*UUID_Structured) GetLeastSignificantBits ¶
func (x *UUID_Structured) GetLeastSignificantBits() int64
func (*UUID_Structured) GetMostSignificantBits ¶
func (x *UUID_Structured) GetMostSignificantBits() int64
func (*UUID_Structured) ProtoMessage ¶
func (*UUID_Structured) ProtoMessage()
func (*UUID_Structured) ProtoReflect ¶
func (x *UUID_Structured) ProtoReflect() protoreflect.Message
func (*UUID_Structured) Reset ¶
func (x *UUID_Structured) Reset()
func (*UUID_Structured) String ¶
func (x *UUID_Structured) String() string
type UUID_Structured_ ¶
type UUID_Structured_ struct {
Structured *UUID_Structured `protobuf:"bytes,1,opt,name=structured,proto3,oneof"`
}
Click to show internal directories.
Click to hide internal directories.