Documentation
¶
Index ¶
- Variables
- type StringValue
- func (*StringValue) Descriptor() ([]byte, []int)deprecated
- func (x *StringValue) GetValue() string
- func (m *StringValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *StringValue) MarshalToVT(dAtA []byte) (int, error)
- func (m *StringValue) MarshalVT() (dAtA []byte, err error)
- func (*StringValue) ProtoMessage()
- func (x *StringValue) ProtoReflect() protoreflect.Message
- func (x *StringValue) Reset()
- func (m *StringValue) SizeVT() (n int)
- func (x *StringValue) String() string
- func (m *StringValue) UnmarshalVT(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLength = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflow = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroup = fmt.Errorf("proto: unexpected end of group") )
View Source
var File_windshift_test_v1_events_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type StringValue ¶
type StringValue struct {
Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
// contains filtered or unexported fields
}
func (*StringValue) Descriptor
deprecated
func (*StringValue) Descriptor() ([]byte, []int)
Deprecated: Use StringValue.ProtoReflect.Descriptor instead.
func (*StringValue) GetValue ¶
func (x *StringValue) GetValue() string
func (*StringValue) MarshalToSizedBufferVT ¶
func (m *StringValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*StringValue) MarshalToVT ¶
func (m *StringValue) MarshalToVT(dAtA []byte) (int, error)
func (*StringValue) MarshalVT ¶
func (m *StringValue) MarshalVT() (dAtA []byte, err error)
func (*StringValue) ProtoMessage ¶
func (*StringValue) ProtoMessage()
func (*StringValue) ProtoReflect ¶
func (x *StringValue) ProtoReflect() protoreflect.Message
func (*StringValue) Reset ¶
func (x *StringValue) Reset()
func (*StringValue) SizeVT ¶
func (m *StringValue) SizeVT() (n int)
func (*StringValue) String ¶
func (x *StringValue) String() string
func (*StringValue) UnmarshalVT ¶
func (m *StringValue) UnmarshalVT(dAtA []byte) error
Click to show internal directories.
Click to hide internal directories.