Documentation ¶
Index ¶
- Variables
- type EphemeralSetting
- func (*EphemeralSetting) Descriptor() ([]byte, []int)deprecated
- func (x *EphemeralSetting) GetDuration() int32
- func (x *EphemeralSetting) GetTimestamp() int64
- func (*EphemeralSetting) ProtoMessage()
- func (x *EphemeralSetting) ProtoReflect() protoreflect.Message
- func (x *EphemeralSetting) Reset()
- func (x *EphemeralSetting) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_waEphemeral_WAWebProtobufsEphemeral_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type EphemeralSetting ¶
type EphemeralSetting struct { Duration *int32 `protobuf:"fixed32,1,opt,name=duration" json:"duration,omitempty"` Timestamp *int64 `protobuf:"fixed64,2,opt,name=timestamp" json:"timestamp,omitempty"` // contains filtered or unexported fields }
func (*EphemeralSetting) Descriptor
deprecated
func (*EphemeralSetting) Descriptor() ([]byte, []int)
Deprecated: Use EphemeralSetting.ProtoReflect.Descriptor instead.
func (*EphemeralSetting) GetDuration ¶
func (x *EphemeralSetting) GetDuration() int32
func (*EphemeralSetting) GetTimestamp ¶
func (x *EphemeralSetting) GetTimestamp() int64
func (*EphemeralSetting) ProtoMessage ¶
func (*EphemeralSetting) ProtoMessage()
func (*EphemeralSetting) ProtoReflect ¶
func (x *EphemeralSetting) ProtoReflect() protoreflect.Message
func (*EphemeralSetting) Reset ¶
func (x *EphemeralSetting) Reset()
func (*EphemeralSetting) String ¶
func (x *EphemeralSetting) String() string
Click to show internal directories.
Click to hide internal directories.