Ignition Msgs

API Reference

8.1.0
rest_response.pb.h File Reference
#include <string>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/arenastring.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/metadata.h>
#include <google/protobuf/message.h>
#include <google/protobuf/repeated_field.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/generated_enum_reflection.h>
#include <google/protobuf/unknown_field_set.h>
#include "ignition/msgs/header.pb.h"
#include <memory>
#include <ignition/msgs/Export.hh>

Go to the source code of this file.

Classes

struct  is_proto_enum< ::ignition::msgs::RestResponse_Type >
 
class  RestResponse
 

Namespaces

 google
 
 google::protobuf
 
 ignition
 
 ignition::msgs
 

Typedefs

typedef std::shared_ptr< const RestResponse > ConstRestResponseSharedPtr
 
typedef std::unique_ptr< const RestResponse > ConstRestResponseUniquePtr
 
typedef std::shared_ptr< RestResponse > RestResponseSharedPtr
 
typedef std::unique_ptr< RestResponse > RestResponseUniquePtr
 

Enumerations

enum  RestResponse_Type {
  RestResponse_Type_SUCCESS = 0, RestResponse_Type_ERR = 1, RestResponse_Type_LOGIN = 2, RestResponse_Type_LOGOUT = 3,
  RestResponse_Type_RestResponse_Type_INT_MIN_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32min, RestResponse_Type_RestResponse_Type_INT_MAX_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32max
}
 

Functions

template<>
const EnumDescriptor * GetEnumDescriptor< ::ignition::msgs::RestResponse_Type > ()
 
void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2frest_5fresponse_2eproto ()
 
void protobuf_AssignDesc_ignition_2fmsgs_2frest_5fresponse_2eproto ()
 
void protobuf_ShutdownFile_ignition_2fmsgs_2frest_5fresponse_2eproto ()
 
IGNITION_MSGS_VISIBLEconst ::google::protobuf::EnumDescriptor * RestResponse_Type_descriptor ()
 
IGNITION_MSGS_VISIBLE bool RestResponse_Type_IsValid (int value)
 
const ::std::stringRestResponse_Type_Name (RestResponse_Type value)
 
bool RestResponse_Type_Parse (const ::std::string &name, RestResponse_Type *value)
 

Variables

const int RestResponse_Type_Type_ARRAYSIZE = RestResponse_Type_Type_MAX + 1
 
const RestResponse_Type RestResponse_Type_Type_MAX = RestResponse_Type_LOGOUT
 
const RestResponse_Type RestResponse_Type_Type_MIN = RestResponse_Type_SUCCESS