ESPHome  2024.4.1
Public Member Functions | Data Fields | Protected Member Functions
esphome::api::ListEntitiesTextResponse Class Reference

#include <api_pb2.h>

Inheritance diagram for esphome::api::ListEntitiesTextResponse:
esphome::api::ProtoMessage

Public Member Functions

void encode (ProtoWriteBuffer buffer) const override
 
void dump_to (std::string &out) const override
 
- Public Member Functions inherited from esphome::api::ProtoMessage
virtual ~ProtoMessage ()=default
 
void decode (const uint8_t *buffer, size_t length)
 
std::string dump () const
 

Data Fields

std::string object_id {}
 
uint32_t key {0}
 
std::string name {}
 
std::string unique_id {}
 
std::string icon {}
 
bool disabled_by_default {false}
 
enums::EntityCategory entity_category {}
 
uint32_t min_length {0}
 
uint32_t max_length {0}
 
std::string pattern {}
 
enums::TextMode mode {}
 

Protected Member Functions

bool decode_32bit (uint32_t field_id, Proto32Bit value) override
 
bool decode_length (uint32_t field_id, ProtoLengthDelimited value) override
 
bool decode_varint (uint32_t field_id, ProtoVarInt value) override
 
- Protected Member Functions inherited from esphome::api::ProtoMessage
virtual bool decode_64bit (uint32_t field_id, Proto64Bit value)
 

Detailed Description

Definition at line 1821 of file api_pb2.h.

Member Function Documentation

◆ decode_32bit()

bool esphome::api::ListEntitiesTextResponse::decode_32bit ( uint32_t  field_id,
Proto32Bit  value 
)
overrideprotectedvirtual

Reimplemented from esphome::api::ProtoMessage.

Definition at line 7091 of file api_pb2.cpp.

◆ decode_length()

bool esphome::api::ListEntitiesTextResponse::decode_length ( uint32_t  field_id,
ProtoLengthDelimited  value 
)
overrideprotectedvirtual

Reimplemented from esphome::api::ProtoMessage.

Definition at line 7065 of file api_pb2.cpp.

◆ decode_varint()

bool esphome::api::ListEntitiesTextResponse::decode_varint ( uint32_t  field_id,
ProtoVarInt  value 
)
overrideprotectedvirtual

Reimplemented from esphome::api::ProtoMessage.

Definition at line 7039 of file api_pb2.cpp.

◆ dump_to()

void esphome::api::ListEntitiesTextResponse::dump_to ( std::string &  out) const
overridevirtual

Implements esphome::api::ProtoMessage.

Definition at line 7115 of file api_pb2.cpp.

◆ encode()

void esphome::api::ListEntitiesTextResponse::encode ( ProtoWriteBuffer  buffer) const
overridevirtual

Implements esphome::api::ProtoMessage.

Definition at line 7101 of file api_pb2.cpp.

Field Documentation

◆ disabled_by_default

bool esphome::api::ListEntitiesTextResponse::disabled_by_default {false}

Definition at line 1828 of file api_pb2.h.

◆ entity_category

enums::EntityCategory esphome::api::ListEntitiesTextResponse::entity_category {}

Definition at line 1829 of file api_pb2.h.

◆ icon

std::string esphome::api::ListEntitiesTextResponse::icon {}

Definition at line 1827 of file api_pb2.h.

◆ key

uint32_t esphome::api::ListEntitiesTextResponse::key {0}

Definition at line 1824 of file api_pb2.h.

◆ max_length

uint32_t esphome::api::ListEntitiesTextResponse::max_length {0}

Definition at line 1831 of file api_pb2.h.

◆ min_length

uint32_t esphome::api::ListEntitiesTextResponse::min_length {0}

Definition at line 1830 of file api_pb2.h.

◆ mode

enums::TextMode esphome::api::ListEntitiesTextResponse::mode {}

Definition at line 1833 of file api_pb2.h.

◆ name

std::string esphome::api::ListEntitiesTextResponse::name {}

Definition at line 1825 of file api_pb2.h.

◆ object_id

std::string esphome::api::ListEntitiesTextResponse::object_id {}

Definition at line 1823 of file api_pb2.h.

◆ pattern

std::string esphome::api::ListEntitiesTextResponse::pattern {}

Definition at line 1832 of file api_pb2.h.

◆ unique_id

std::string esphome::api::ListEntitiesTextResponse::unique_id {}

Definition at line 1826 of file api_pb2.h.


The documentation for this class was generated from the following files: