Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::math_opt::SolveResponse Class Referencefinal

Detailed Description

Definition at line 510 of file rpc.pb.h.

#include <rpc.pb.h>

Inheritance diagram for operations_research::math_opt::SolveResponse:

Classes

class  _Internal

Public Types

enum  StatusOrCase { kResult = 1 , kStatus = 3 , STATUS_OR_NOT_SET = 0 }
enum  : int { kMessagesFieldNumber = 2 , kResultFieldNumber = 1 , kStatusFieldNumber = 3 }

Public Member Functions

 SolveResponse ()
 ~SolveResponse () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR SolveResponse (::google::protobuf::internal::ConstantInitialized)
 SolveResponse (const SolveResponse &from)
 SolveResponse (SolveResponse &&from) noexcept
SolveResponseoperator= (const SolveResponse &from)
SolveResponseoperator= (SolveResponse &&from) noexcept
const ::google::protobuf::UnknownFieldSet & unknown_fields () const ABSL_ATTRIBUTE_LIFETIME_BOUND
inline ::google::protobuf::UnknownFieldSet *PROTOBUF_NONNULL mutable_unknown_fields () ABSL_ATTRIBUTE_LIFETIME_BOUND
void Swap (SolveResponse *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (SolveResponse *PROTOBUF_NONNULL other)
SolveResponse *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
void CopyFrom (const SolveResponse &from)
void MergeFrom (const SolveResponse &from)
bool IsInitialized () const
ABSL_ATTRIBUTE_REINITIALIZES void Clear () PROTOBUF_FINAL
::size_t ByteSizeLong () const final
::uint8_t *PROTOBUF_NONNULL _InternalSerialize (::uint8_t *PROTOBUF_NONNULL target, ::google::protobuf::io::EpsCopyOutputStream *PROTOBUF_NONNULL stream) const final
int GetCachedSize () const
::google::protobuf::Metadata GetMetadata () const
int messages_size () const
void clear_messages ()
const ::std::string & messages (int index) const
::std::string *PROTOBUF_NONNULL mutable_messages (int index)
template<typename Arg_ = const ::std::string&, typename... Args_>
void set_messages (int index, Arg_ &&value, Args_... args)
::std::string *PROTOBUF_NONNULL add_messages ()
template<typename Arg_ = const ::std::string&, typename... Args_>
void add_messages (Arg_ &&value, Args_... args)
const ::google::protobuf::RepeatedPtrField<::std::string > & messages () const
::google::protobuf::RepeatedPtrField<::std::string > *PROTOBUF_NONNULL mutable_messages ()
bool has_result () const
void clear_result ()
const ::operations_research::math_opt::SolveResultProtoresult () const
::operations_research::math_opt::SolveResultProto *PROTOBUF_NULLABLE release_result ()
::operations_research::math_opt::SolveResultProto *PROTOBUF_NONNULL mutable_result ()
void set_allocated_result (::operations_research::math_opt::SolveResultProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_result (::operations_research::math_opt::SolveResultProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::SolveResultProto *PROTOBUF_NULLABLE unsafe_arena_release_result ()
bool has_status () const
void clear_status ()
const ::operations_research::math_opt::StatusProtostatus () const
::operations_research::math_opt::StatusProto *PROTOBUF_NULLABLE release_status ()
::operations_research::math_opt::StatusProto *PROTOBUF_NONNULL mutable_status ()
void set_allocated_status (::operations_research::math_opt::StatusProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_status (::operations_research::math_opt::StatusProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::StatusProto *PROTOBUF_NULLABLE unsafe_arena_release_status ()
void clear_status_or ()
StatusOrCase status_or_case () const
template<typename>
PROTOBUF_CONSTEXPR SolveResponse (::_pbi::ConstantInitialized)

Static Public Member Functions

static const ::google::protobuf::Descriptor *PROTOBUF_NONNULL descriptor ()
static const ::google::protobuf::Descriptor *PROTOBUF_NONNULL GetDescriptor ()
static const ::google::protobuf::Reflection *PROTOBUF_NONNULL GetReflection ()
static const SolveResponsedefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 2

Friends

class ::google::protobuf::internal::TcParser
class ::google::protobuf::MessageLite
class ::google::protobuf::Arena
template<typename T>
class ::google::protobuf::Arena::InternalHelper
struct ::TableStruct_ortools_2fmath_5fopt_2frpc_2eproto
void swap (SolveResponse &a, SolveResponse &b)

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kMessagesFieldNumber 
kResultFieldNumber 
kStatusFieldNumber 

Definition at line 656 of file rpc.pb.h.

◆ StatusOrCase

Enumerator
kResult 
kStatus 
STATUS_OR_NOT_SET 

Definition at line 565 of file rpc.pb.h.

Constructor & Destructor Documentation

◆ SolveResponse() [1/5]

operations_research::math_opt::SolveResponse::SolveResponse ( )
inline

Definition at line 513 of file rpc.pb.h.

◆ ~SolveResponse()

operations_research::math_opt::SolveResponse::~SolveResponse ( )

Definition at line 1123 of file rpc.pb.cc.

◆ SolveResponse() [2/5]

template<typename = void>
PROTOBUF_CONSTEXPR operations_research::math_opt::SolveResponse::SolveResponse ( ::google::protobuf::internal::ConstantInitialized )
explicit

◆ SolveResponse() [3/5]

operations_research::math_opt::SolveResponse::SolveResponse ( const SolveResponse & from)
inline

Definition at line 526 of file rpc.pb.h.

◆ SolveResponse() [4/5]

operations_research::math_opt::SolveResponse::SolveResponse ( SolveResponse && from)
inlinenoexcept

Definition at line 527 of file rpc.pb.h.

◆ SolveResponse() [5/5]

template<typename>
PROTOBUF_CONSTEXPR operations_research::math_opt::SolveResponse::SolveResponse ( ::_pbi::ConstantInitialized )

Definition at line 92 of file rpc.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

uint8_t *PROTOBUF_NONNULL operations_research::math_opt::SolveResponse::_InternalSerialize ( ::uint8_t *PROTOBUF_NONNULL target,
::google::protobuf::io::EpsCopyOutputStream *PROTOBUF_NONNULL stream ) const
final

Definition at line 1288 of file rpc.pb.cc.

◆ add_messages() [1/2]

std::string *PROTOBUF_NONNULL operations_research::math_opt::SolveResponse::add_messages ( )
inline

Definition at line 1794 of file rpc.pb.h.

◆ add_messages() [2/2]

template<typename Arg_, typename... Args_>
void operations_research::math_opt::SolveResponse::add_messages ( Arg_ && value,
Args_... args )
inline

Definition at line 1821 of file rpc.pb.h.

◆ ByteSizeLong()

size_t operations_research::math_opt::SolveResponse::ByteSizeLong ( ) const
final

Definition at line 1338 of file rpc.pb.cc.

◆ Clear()

PROTOBUF_NOINLINE void operations_research::math_opt::SolveResponse::Clear ( )

Definition at line 1266 of file rpc.pb.cc.

◆ clear_messages()

void operations_research::math_opt::SolveResponse::clear_messages ( )
inline

Definition at line 1788 of file rpc.pb.h.

◆ clear_result()

void operations_research::math_opt::SolveResponse::clear_result ( )

Definition at line 1043 of file rpc.pb.cc.

◆ clear_status()

void operations_research::math_opt::SolveResponse::clear_status ( )
inline

Definition at line 1709 of file rpc.pb.h.

◆ clear_status_or()

void operations_research::math_opt::SolveResponse::clear_status_or ( )

Definition at line 1140 of file rpc.pb.cc.

◆ CopyFrom()

void operations_research::math_opt::SolveResponse::CopyFrom ( const SolveResponse & from)

Definition at line 1439 of file rpc.pb.cc.

◆ default_instance()

const SolveResponse & operations_research::math_opt::SolveResponse::default_instance ( )
inlinestatic

Definition at line 561 of file rpc.pb.h.

◆ descriptor()

const ::google::protobuf::Descriptor *PROTOBUF_NONNULL operations_research::math_opt::SolveResponse::descriptor ( )
inlinestatic

Definition at line 552 of file rpc.pb.h.

◆ GetCachedSize()

int operations_research::math_opt::SolveResponse::GetCachedSize ( ) const
inline

Definition at line 625 of file rpc.pb.h.

◆ GetDescriptor()

const ::google::protobuf::Descriptor *PROTOBUF_NONNULL operations_research::math_opt::SolveResponse::GetDescriptor ( )
inlinestatic

Definition at line 555 of file rpc.pb.h.

◆ GetMetadata()

google::protobuf::Metadata operations_research::math_opt::SolveResponse::GetMetadata ( ) const

Definition at line 1456 of file rpc.pb.cc.

◆ GetReflection()

const ::google::protobuf::Reflection *PROTOBUF_NONNULL operations_research::math_opt::SolveResponse::GetReflection ( )
inlinestatic

Definition at line 558 of file rpc.pb.h.

◆ has_result()

bool operations_research::math_opt::SolveResponse::has_result ( ) const
inline

Definition at line 1629 of file rpc.pb.h.

◆ has_status()

bool operations_research::math_opt::SolveResponse::has_status ( ) const
inline

Definition at line 1700 of file rpc.pb.h.

◆ InternalGenerateClassData_()

auto operations_research::math_opt::SolveResponse::InternalGenerateClassData_ ( )
staticconstexpr

Definition at line 1189 of file rpc.pb.cc.

◆ IsInitialized()

bool operations_research::math_opt::SolveResponse::IsInitialized ( ) const
inline

Definition at line 601 of file rpc.pb.h.

◆ MergeFrom()

void operations_research::math_opt::SolveResponse::MergeFrom ( const SolveResponse & from)
inline

Definition at line 594 of file rpc.pb.h.

◆ messages() [1/2]

const::google::protobuf::RepeatedPtrField<::std::string > & operations_research::math_opt::SolveResponse::messages ( ) const
inline

Definition at line 1830 of file rpc.pb.h.

◆ messages() [2/2]

const::std::string & operations_research::math_opt::SolveResponse::messages ( int index) const
inline

Definition at line 1804 of file rpc.pb.h.

◆ messages_size()

int operations_research::math_opt::SolveResponse::messages_size ( ) const
inline

Definition at line 1785 of file rpc.pb.h.

◆ mutable_messages() [1/2]

google::protobuf::RepeatedPtrField<::std::string > *PROTOBUF_NONNULL operations_research::math_opt::SolveResponse::mutable_messages ( )
inline

Definition at line 1836 of file rpc.pb.h.

◆ mutable_messages() [2/2]

std::string *PROTOBUF_NONNULL operations_research::math_opt::SolveResponse::mutable_messages ( int index)
inline

Definition at line 1809 of file rpc.pb.h.

◆ mutable_result()

operations_research::math_opt::SolveResultProto *PROTOBUF_NONNULL operations_research::math_opt::SolveResponse::mutable_result ( )
inline

Definition at line 1692 of file rpc.pb.h.

◆ mutable_status()

operations_research::math_opt::StatusProto *PROTOBUF_NONNULL operations_research::math_opt::SolveResponse::mutable_status ( )
inline

Definition at line 1774 of file rpc.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet *PROTOBUF_NONNULL operations_research::math_opt::SolveResponse::mutable_unknown_fields ( )
inline

Definition at line 547 of file rpc.pb.h.

◆ New()

SolveResponse *PROTOBUF_NONNULL operations_research::math_opt::SolveResponse::New ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena = nullptr) const
inline

Definition at line 588 of file rpc.pb.h.

◆ operator=() [1/2]

SolveResponse & operations_research::math_opt::SolveResponse::operator= ( const SolveResponse & from)
inline

Definition at line 529 of file rpc.pb.h.

◆ operator=() [2/2]

SolveResponse & operations_research::math_opt::SolveResponse::operator= ( SolveResponse && from)
inlinenoexcept

Definition at line 533 of file rpc.pb.h.

◆ release_result()

operations_research::math_opt::SolveResultProto *PROTOBUF_NULLABLE operations_research::math_opt::SolveResponse::release_result ( )
inlinenodiscard

Definition at line 1638 of file rpc.pb.h.

◆ release_status()

operations_research::math_opt::StatusProto *PROTOBUF_NULLABLE operations_research::math_opt::SolveResponse::release_status ( )
inlinenodiscard

Definition at line 1720 of file rpc.pb.h.

◆ result()

const::operations_research::math_opt::SolveResultProto & operations_research::math_opt::SolveResponse::result ( ) const
inline

Definition at line 1656 of file rpc.pb.h.

◆ set_allocated_result()

void operations_research::math_opt::SolveResponse::set_allocated_result ( ::operations_research::math_opt::SolveResultProto *PROTOBUF_NULLABLE value)

Definition at line 1030 of file rpc.pb.cc.

◆ set_allocated_status()

void operations_research::math_opt::SolveResponse::set_allocated_status ( ::operations_research::math_opt::StatusProto *PROTOBUF_NULLABLE value)

Definition at line 1054 of file rpc.pb.cc.

◆ set_messages()

template<typename Arg_, typename... Args_>
void operations_research::math_opt::SolveResponse::set_messages ( int index,
Arg_ && value,
Args_... args )
inline

Definition at line 1815 of file rpc.pb.h.

◆ status()

const::operations_research::math_opt::StatusProto & operations_research::math_opt::SolveResponse::status ( ) const
inline

Definition at line 1738 of file rpc.pb.h.

◆ status_or_case()

SolveResponse::StatusOrCase operations_research::math_opt::SolveResponse::status_or_case ( ) const
inline

Definition at line 1859 of file rpc.pb.h.

◆ Swap()

void operations_research::math_opt::SolveResponse::Swap ( SolveResponse *PROTOBUF_NONNULL other)
inline

Definition at line 572 of file rpc.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & operations_research::math_opt::SolveResponse::unknown_fields ( ) const
inline

Definition at line 543 of file rpc.pb.h.

◆ unsafe_arena_release_result()

operations_research::math_opt::SolveResultProto *PROTOBUF_NULLABLE operations_research::math_opt::SolveResponse::unsafe_arena_release_result ( )
inline

Definition at line 1660 of file rpc.pb.h.

◆ unsafe_arena_release_status()

operations_research::math_opt::StatusProto *PROTOBUF_NULLABLE operations_research::math_opt::SolveResponse::unsafe_arena_release_status ( )
inline

Definition at line 1742 of file rpc.pb.h.

◆ unsafe_arena_set_allocated_result()

void operations_research::math_opt::SolveResponse::unsafe_arena_set_allocated_result ( ::operations_research::math_opt::SolveResultProto *PROTOBUF_NULLABLE value)
inline

Definition at line 1671 of file rpc.pb.h.

◆ unsafe_arena_set_allocated_status()

void operations_research::math_opt::SolveResponse::unsafe_arena_set_allocated_status ( ::operations_research::math_opt::StatusProto *PROTOBUF_NULLABLE value)
inline

Definition at line 1753 of file rpc.pb.h.

◆ UnsafeArenaSwap()

void operations_research::math_opt::SolveResponse::UnsafeArenaSwap ( SolveResponse *PROTOBUF_NONNULL other)
inline

Definition at line 580 of file rpc.pb.h.

◆ ::google::protobuf::Arena

friend class ::google::protobuf::Arena
friend

Definition at line 737 of file rpc.pb.h.

◆ ::google::protobuf::Arena::InternalHelper

template<typename T>
friend class ::google::protobuf::Arena::InternalHelper
friend

Definition at line 739 of file rpc.pb.h.

◆ ::google::protobuf::internal::TcParser

friend class ::google::protobuf::internal::TcParser
friend

Definition at line 730 of file rpc.pb.h.

◆ ::google::protobuf::MessageLite

friend class ::google::protobuf::MessageLite
friend

Definition at line 736 of file rpc.pb.h.

◆ ::TableStruct_ortools_2fmath_5fopt_2frpc_2eproto

friend struct ::TableStruct_ortools_2fmath_5fopt_2frpc_2eproto
friend

Definition at line 764 of file rpc.pb.h.

◆ swap

void swap ( SolveResponse & a,
SolveResponse & b )
friend

Definition at line 571 of file rpc.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::SolveResponse::_impl_

Definition at line 763 of file rpc.pb.h.

◆ kIndexInFileMessages

int operations_research::math_opt::SolveResponse::kIndexInFileMessages = 2
staticconstexpr

Definition at line 570 of file rpc.pb.h.


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