Documentation
¶
Index ¶
- Variables
- type SetVolumeLevelRequest
- func (*SetVolumeLevelRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetVolumeLevelRequest) GetEntityId() string
- func (x *SetVolumeLevelRequest) GetLevel() float32
- func (*SetVolumeLevelRequest) ProtoMessage()
- func (x *SetVolumeLevelRequest) ProtoReflect() protoreflect.Message
- func (x *SetVolumeLevelRequest) Reset()
- func (x *SetVolumeLevelRequest) String() string
- type SetVolumeLevelResponse
- type SetVolumeMuteRequest
- func (*SetVolumeMuteRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetVolumeMuteRequest) GetEntityId() string
- func (x *SetVolumeMuteRequest) GetMute() bool
- func (*SetVolumeMuteRequest) ProtoMessage()
- func (x *SetVolumeMuteRequest) ProtoReflect() protoreflect.Message
- func (x *SetVolumeMuteRequest) Reset()
- func (x *SetVolumeMuteRequest) String() string
- type SetVolumeMuteResponse
Constants ¶
This section is empty.
Variables ¶
View Source
var File_command_v1_volume_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type SetVolumeLevelRequest ¶
type SetVolumeLevelRequest struct {
EntityId string `protobuf:"bytes,1,opt,name=entity_id,json=entityId,proto3" json:"entity_id,omitempty"`
Level float32 `protobuf:"fixed32,2,opt,name=level,proto3" json:"level,omitempty"`
// contains filtered or unexported fields
}
func (*SetVolumeLevelRequest) Descriptor
deprecated
func (*SetVolumeLevelRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetVolumeLevelRequest.ProtoReflect.Descriptor instead.
func (*SetVolumeLevelRequest) GetEntityId ¶
func (x *SetVolumeLevelRequest) GetEntityId() string
func (*SetVolumeLevelRequest) GetLevel ¶
func (x *SetVolumeLevelRequest) GetLevel() float32
func (*SetVolumeLevelRequest) ProtoMessage ¶
func (*SetVolumeLevelRequest) ProtoMessage()
func (*SetVolumeLevelRequest) ProtoReflect ¶
func (x *SetVolumeLevelRequest) ProtoReflect() protoreflect.Message
func (*SetVolumeLevelRequest) Reset ¶
func (x *SetVolumeLevelRequest) Reset()
func (*SetVolumeLevelRequest) String ¶
func (x *SetVolumeLevelRequest) String() string
type SetVolumeLevelResponse ¶
type SetVolumeLevelResponse struct {
// contains filtered or unexported fields
}
func (*SetVolumeLevelResponse) Descriptor
deprecated
func (*SetVolumeLevelResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetVolumeLevelResponse.ProtoReflect.Descriptor instead.
func (*SetVolumeLevelResponse) ProtoMessage ¶
func (*SetVolumeLevelResponse) ProtoMessage()
func (*SetVolumeLevelResponse) ProtoReflect ¶
func (x *SetVolumeLevelResponse) ProtoReflect() protoreflect.Message
func (*SetVolumeLevelResponse) Reset ¶
func (x *SetVolumeLevelResponse) Reset()
func (*SetVolumeLevelResponse) String ¶
func (x *SetVolumeLevelResponse) String() string
type SetVolumeMuteRequest ¶
type SetVolumeMuteRequest struct {
EntityId string `protobuf:"bytes,1,opt,name=entity_id,json=entityId,proto3" json:"entity_id,omitempty"`
Mute bool `protobuf:"varint,2,opt,name=mute,proto3" json:"mute,omitempty"`
// contains filtered or unexported fields
}
func (*SetVolumeMuteRequest) Descriptor
deprecated
func (*SetVolumeMuteRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetVolumeMuteRequest.ProtoReflect.Descriptor instead.
func (*SetVolumeMuteRequest) GetEntityId ¶
func (x *SetVolumeMuteRequest) GetEntityId() string
func (*SetVolumeMuteRequest) GetMute ¶
func (x *SetVolumeMuteRequest) GetMute() bool
func (*SetVolumeMuteRequest) ProtoMessage ¶
func (*SetVolumeMuteRequest) ProtoMessage()
func (*SetVolumeMuteRequest) ProtoReflect ¶
func (x *SetVolumeMuteRequest) ProtoReflect() protoreflect.Message
func (*SetVolumeMuteRequest) Reset ¶
func (x *SetVolumeMuteRequest) Reset()
func (*SetVolumeMuteRequest) String ¶
func (x *SetVolumeMuteRequest) String() string
type SetVolumeMuteResponse ¶
type SetVolumeMuteResponse struct {
// contains filtered or unexported fields
}
func (*SetVolumeMuteResponse) Descriptor
deprecated
func (*SetVolumeMuteResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetVolumeMuteResponse.ProtoReflect.Descriptor instead.
func (*SetVolumeMuteResponse) ProtoMessage ¶
func (*SetVolumeMuteResponse) ProtoMessage()
func (*SetVolumeMuteResponse) ProtoReflect ¶
func (x *SetVolumeMuteResponse) ProtoReflect() protoreflect.Message
func (*SetVolumeMuteResponse) Reset ¶
func (x *SetVolumeMuteResponse) Reset()
func (*SetVolumeMuteResponse) String ¶
func (x *SetVolumeMuteResponse) String() string
Click to show internal directories.
Click to hide internal directories.