|
|
| TokenProto (const TokenProto &from) |
| |
|
TokenProto & | operator= (const TokenProto &from) |
| |
const
::google::protobuf::UnknownFieldSet & | unknown_fields () const |
| |
|
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
| |
|
void | Swap (TokenProto *other) |
| |
|
TokenProto * | New () const |
| |
|
TokenProto * | New (::google::protobuf::Arena *arena) const |
| |
|
void | CopyFrom (const ::google::protobuf::Message &from) |
| |
|
void | MergeFrom (const ::google::protobuf::Message &from) |
| |
|
void | CopyFrom (const TokenProto &from) |
| |
|
void | MergeFrom (const TokenProto &from) |
| |
|
void | Clear () |
| |
|
bool | IsInitialized () const |
| |
|
int | ByteSize () const |
| |
|
bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) |
| |
|
void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const |
| |
|
::google::protobuf::uint8 * | InternalSerializeWithCachedSizesToArray (bool deterministic,::google::protobuf::uint8 *output) const |
| |
|
::google::protobuf::uint8 * | SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const |
| |
|
int | GetCachedSize () const |
| |
|
::google::protobuf::Metadata | GetMetadata () const |
| |
|
bool | has_identifier () const |
| |
|
void | clear_identifier () |
| |
|
const ::std::string & | identifier () const |
| |
|
void | set_identifier (const ::std::string &value) |
| |
|
void | set_identifier (const char *value) |
| |
|
void | set_identifier (const void *value, size_t size) |
| |
|
::std::string * | mutable_identifier () |
| |
|
::std::string * | release_identifier () |
| |
|
void | set_allocated_identifier (::std::string *identifier) |
| |
|
bool | has_password () const |
| |
|
void | clear_password () |
| |
|
const ::std::string & | password () const |
| |
|
void | set_password (const ::std::string &value) |
| |
|
void | set_password (const char *value) |
| |
|
void | set_password (const void *value, size_t size) |
| |
|
::std::string * | mutable_password () |
| |
|
::std::string * | release_password () |
| |
|
void | set_allocated_password (::std::string *password) |
| |
|
bool | has_kind () const |
| |
|
void | clear_kind () |
| |
|
const ::std::string & | kind () const |
| |
|
void | set_kind (const ::std::string &value) |
| |
|
void | set_kind (const char *value) |
| |
|
void | set_kind (const char *value, size_t size) |
| |
|
::std::string * | mutable_kind () |
| |
|
::std::string * | release_kind () |
| |
|
void | set_allocated_kind (::std::string *kind) |
| |
|
bool | has_service () const |
| |
|
void | clear_service () |
| |
|
const ::std::string & | service () const |
| |
|
void | set_service (const ::std::string &value) |
| |
|
void | set_service (const char *value) |
| |
|
void | set_service (const char *value, size_t size) |
| |
|
::std::string * | mutable_service () |
| |
|
::std::string * | release_service () |
| |
|
void | set_allocated_service (::std::string *service) |
| |