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

Detailed Description

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

#include <rpc.pb.h>

Inheritance diagram for operations_research::math_opt::SolveRequest:

Classes

class  _Internal

Public Types

enum  : int {
  kModelFieldNumber = 2 , kInitializerFieldNumber = 3 , kParametersFieldNumber = 4 , kModelParametersFieldNumber = 5 ,
  kResourcesFieldNumber = 6 , kSolverTypeFieldNumber = 1
}
 nested types -------------------------------------------------— More...

Public Member Functions

 SolveRequest ()
 ~SolveRequest () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR SolveRequest (::google::protobuf::internal::ConstantInitialized)
 SolveRequest (const SolveRequest &from)
 SolveRequest (SolveRequest &&from) noexcept
SolveRequestoperator= (const SolveRequest &from)
SolveRequestoperator= (SolveRequest &&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 (SolveRequest *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (SolveRequest *PROTOBUF_NONNULL other)
SolveRequest *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const SolveRequest &from)
void MergeFrom (const SolveRequest &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
bool has_model () const
 .operations_research.math_opt.ModelProto model = 2;
void clear_model ()
const ::operations_research::math_opt::ModelProtomodel () const
::operations_research::math_opt::ModelProto *PROTOBUF_NULLABLE release_model ()
::operations_research::math_opt::ModelProto *PROTOBUF_NONNULL mutable_model ()
void set_allocated_model (::operations_research::math_opt::ModelProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_model (::operations_research::math_opt::ModelProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::ModelProto *PROTOBUF_NULLABLE unsafe_arena_release_model ()
bool has_initializer () const
 .operations_research.math_opt.SolverInitializerProto initializer = 3;
void clear_initializer ()
const ::operations_research::math_opt::SolverInitializerProtoinitializer () const
::operations_research::math_opt::SolverInitializerProto *PROTOBUF_NULLABLE release_initializer ()
::operations_research::math_opt::SolverInitializerProto *PROTOBUF_NONNULL mutable_initializer ()
void set_allocated_initializer (::operations_research::math_opt::SolverInitializerProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_initializer (::operations_research::math_opt::SolverInitializerProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::SolverInitializerProto *PROTOBUF_NULLABLE unsafe_arena_release_initializer ()
bool has_parameters () const
 .operations_research.math_opt.SolveParametersProto parameters = 4;
void clear_parameters ()
const ::operations_research::math_opt::SolveParametersProtoparameters () const
::operations_research::math_opt::SolveParametersProto *PROTOBUF_NULLABLE release_parameters ()
::operations_research::math_opt::SolveParametersProto *PROTOBUF_NONNULL mutable_parameters ()
void set_allocated_parameters (::operations_research::math_opt::SolveParametersProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_parameters (::operations_research::math_opt::SolveParametersProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::SolveParametersProto *PROTOBUF_NULLABLE unsafe_arena_release_parameters ()
bool has_model_parameters () const
 .operations_research.math_opt.ModelSolveParametersProto model_parameters = 5;
void clear_model_parameters ()
const ::operations_research::math_opt::ModelSolveParametersProtomodel_parameters () const
::operations_research::math_opt::ModelSolveParametersProto *PROTOBUF_NULLABLE release_model_parameters ()
::operations_research::math_opt::ModelSolveParametersProto *PROTOBUF_NONNULL mutable_model_parameters ()
void set_allocated_model_parameters (::operations_research::math_opt::ModelSolveParametersProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_model_parameters (::operations_research::math_opt::ModelSolveParametersProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::ModelSolveParametersProto *PROTOBUF_NULLABLE unsafe_arena_release_model_parameters ()
bool has_resources () const
 .operations_research.math_opt.SolverResourcesProto resources = 6;
void clear_resources ()
const ::operations_research::math_opt::SolverResourcesProtoresources () const
::operations_research::math_opt::SolverResourcesProto *PROTOBUF_NULLABLE release_resources ()
::operations_research::math_opt::SolverResourcesProto *PROTOBUF_NONNULL mutable_resources ()
void set_allocated_resources (::operations_research::math_opt::SolverResourcesProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_resources (::operations_research::math_opt::SolverResourcesProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::SolverResourcesProto *PROTOBUF_NULLABLE unsafe_arena_release_resources ()
void clear_solver_type ()
 .operations_research.math_opt.SolverTypeProto solver_type = 1;
::operations_research::math_opt::SolverTypeProto solver_type () const
void set_solver_type (::operations_research::math_opt::SolverTypeProto value)
template<typename>
PROTOBUF_CONSTEXPR SolveRequest (::_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 SolveRequestdefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 1

Protected Member Functions

 SolveRequest (::google::protobuf::Arena *PROTOBUF_NULLABLE arena)
 SolveRequest (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const SolveRequest &from)
 SolveRequest (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, SolveRequest &&from) noexcept
const ::google::protobuf::internal::ClassData *PROTOBUF_NONNULL GetClassData () const PROTOBUF_FINAL

Static Protected Member Functions

static void *PROTOBUF_NONNULL PlacementNew_ (const void *PROTOBUF_NONNULL, void *PROTOBUF_NONNULL mem, ::google::protobuf::Arena *PROTOBUF_NULLABLE arena)
static constexpr auto InternalNewImpl_ ()

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 (SolveRequest &a, SolveRequest &b)

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

nested types -------------------------------------------------—

accessors ----------------------------------------------------—

Enumerator
kModelFieldNumber 
kInitializerFieldNumber 
kParametersFieldNumber 
kModelParametersFieldNumber 
kResourcesFieldNumber 
kSolverTypeFieldNumber 

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

Constructor & Destructor Documentation

◆ SolveRequest() [1/8]

operations_research::math_opt::SolveRequest::SolveRequest ( )
inline

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

◆ ~SolveRequest()

operations_research::math_opt::SolveRequest::~SolveRequest ( )

@protoc_insertion_point(destructor:operations_research.math_opt.SolveRequest)

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

◆ SolveRequest() [2/8]

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

◆ SolveRequest() [3/8]

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

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

◆ SolveRequest() [4/8]

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

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

◆ SolveRequest() [5/8]

operations_research::math_opt::SolveRequest::SolveRequest ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena)
explicitprotected

@protoc_insertion_point(arena_constructor:operations_research.math_opt.SolveRequest)

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

◆ SolveRequest() [6/8]

operations_research::math_opt::SolveRequest::SolveRequest ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena,
const SolveRequest & from )
protected

@protoc_insertion_point(copy_constructor:operations_research.math_opt.SolveRequest)

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

◆ SolveRequest() [7/8]

operations_research::math_opt::SolveRequest::SolveRequest ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena,
SolveRequest && from )
inlineprotectednoexcept

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

◆ SolveRequest() [8/8]

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

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

Member Function Documentation

◆ _InternalSerialize()

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

◆ ByteSizeLong()

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

@protoc_insertion_point(message_byte_size_start:operations_research.math_opt.SolveRequest)

Prevent compiler warnings about cached_has_bits being unused

.operations_research.math_opt.ModelProto model = 2;

.operations_research.math_opt.SolverInitializerProto initializer = 3;

.operations_research.math_opt.SolveParametersProto parameters = 4;

.operations_research.math_opt.ModelSolveParametersProto model_parameters = 5;

.operations_research.math_opt.SolverResourcesProto resources = 6;

.operations_research.math_opt.SolverTypeProto solver_type = 1;

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

◆ Clear()

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

@protoc_insertion_point(message_clear_start:operations_research.math_opt.SolveRequest)

Prevent compiler warnings about cached_has_bits being unused

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

◆ clear_initializer()

void operations_research::math_opt::SolveRequest::clear_initializer ( )

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

◆ clear_model()

void operations_research::math_opt::SolveRequest::clear_model ( )

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

◆ clear_model_parameters()

void operations_research::math_opt::SolveRequest::clear_model_parameters ( )

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

◆ clear_parameters()

void operations_research::math_opt::SolveRequest::clear_parameters ( )

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

◆ clear_resources()

void operations_research::math_opt::SolveRequest::clear_resources ( )
inline

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

◆ clear_solver_type()

void operations_research::math_opt::SolveRequest::clear_solver_type ( )
inline

◆ CopyFrom()

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

@protoc_insertion_point(class_specific_copy_from_start:operations_research.math_opt.SolveRequest)

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

PROTOBUF_ATTRIBUTE_WEAKconst::google::protobuf::internal::ClassData *PROTOBUF_NONNULL operations_research::math_opt::SolveRequest::GetClassData ( ) const
protected

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

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

◆ GetReflection()

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

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

◆ has_initializer()

bool operations_research::math_opt::SolveRequest::has_initializer ( ) const
inline

.operations_research.math_opt.SolverInitializerProto initializer = 3;

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

◆ has_model()

bool operations_research::math_opt::SolveRequest::has_model ( ) const
inline

.operations_research.math_opt.ModelProto model = 2;

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

◆ has_model_parameters()

bool operations_research::math_opt::SolveRequest::has_model_parameters ( ) const
inline

.operations_research.math_opt.ModelSolveParametersProto model_parameters = 5;

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

◆ has_parameters()

bool operations_research::math_opt::SolveRequest::has_parameters ( ) const
inline

.operations_research.math_opt.SolveParametersProto parameters = 4;

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

◆ has_resources()

bool operations_research::math_opt::SolveRequest::has_resources ( ) const
inline

.operations_research.math_opt.SolverResourcesProto resources = 6;

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

◆ initializer()

const::operations_research::math_opt::SolverInitializerProto & operations_research::math_opt::SolveRequest::initializer ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.SolveRequest.initializer)

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

◆ InternalGenerateClassData_()

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

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

◆ InternalNewImpl_()

auto operations_research::math_opt::SolveRequest::InternalNewImpl_ ( )
staticconstexprprotected

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

◆ IsInitialized()

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

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

◆ MergeFrom()

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

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

◆ model()

const::operations_research::math_opt::ModelProto & operations_research::math_opt::SolveRequest::model ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.SolveRequest.model)

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

◆ model_parameters()

const::operations_research::math_opt::ModelSolveParametersProto & operations_research::math_opt::SolveRequest::model_parameters ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.SolveRequest.model_parameters)

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

◆ mutable_initializer()

operations_research::math_opt::SolverInitializerProto *PROTOBUF_NONNULL operations_research::math_opt::SolveRequest::mutable_initializer ( )
inline

@protoc_insertion_point(field_mutable:operations_research.math_opt.SolveRequest.initializer)

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

◆ mutable_model()

operations_research::math_opt::ModelProto *PROTOBUF_NONNULL operations_research::math_opt::SolveRequest::mutable_model ( )
inline

@protoc_insertion_point(field_mutable:operations_research.math_opt.SolveRequest.model)

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

◆ mutable_model_parameters()

operations_research::math_opt::ModelSolveParametersProto *PROTOBUF_NONNULL operations_research::math_opt::SolveRequest::mutable_model_parameters ( )
inline

@protoc_insertion_point(field_mutable:operations_research.math_opt.SolveRequest.model_parameters)

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

◆ mutable_parameters()

operations_research::math_opt::SolveParametersProto *PROTOBUF_NONNULL operations_research::math_opt::SolveRequest::mutable_parameters ( )
inline

@protoc_insertion_point(field_mutable:operations_research.math_opt.SolveRequest.parameters)

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

◆ mutable_resources()

operations_research::math_opt::SolverResourcesProto *PROTOBUF_NONNULL operations_research::math_opt::SolveRequest::mutable_resources ( )
inline

@protoc_insertion_point(field_mutable:operations_research.math_opt.SolveRequest.resources)

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

implements Message -------------------------------------------—

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ parameters()

const::operations_research::math_opt::SolveParametersProto & operations_research::math_opt::SolveRequest::parameters ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.SolveRequest.parameters)

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

◆ PlacementNew_()

void *PROTOBUF_NONNULL operations_research::math_opt::SolveRequest::PlacementNew_ ( const void * PROTOBUF_NONNULL,
void *PROTOBUF_NONNULL mem,
::google::protobuf::Arena *PROTOBUF_NULLABLE arena )
inlinestaticprotected

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

◆ release_initializer()

operations_research::math_opt::SolverInitializerProto *PROTOBUF_NULLABLE operations_research::math_opt::SolveRequest::release_initializer ( )
inlinenodiscard

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

◆ release_model()

operations_research::math_opt::ModelProto *PROTOBUF_NULLABLE operations_research::math_opt::SolveRequest::release_model ( )
inlinenodiscard

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

◆ release_model_parameters()

operations_research::math_opt::ModelSolveParametersProto *PROTOBUF_NULLABLE operations_research::math_opt::SolveRequest::release_model_parameters ( )
inlinenodiscard

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

◆ release_parameters()

operations_research::math_opt::SolveParametersProto *PROTOBUF_NULLABLE operations_research::math_opt::SolveRequest::release_parameters ( )
inlinenodiscard

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

◆ release_resources()

operations_research::math_opt::SolverResourcesProto *PROTOBUF_NULLABLE operations_research::math_opt::SolveRequest::release_resources ( )
inlinenodiscard

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

◆ resources()

const::operations_research::math_opt::SolverResourcesProto & operations_research::math_opt::SolveRequest::resources ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.SolveRequest.resources)

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

◆ set_allocated_initializer()

void operations_research::math_opt::SolveRequest::set_allocated_initializer ( ::operations_research::math_opt::SolverInitializerProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.math_opt.SolveRequest.initializer)

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

◆ set_allocated_model()

void operations_research::math_opt::SolveRequest::set_allocated_model ( ::operations_research::math_opt::ModelProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.math_opt.SolveRequest.model)

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

◆ set_allocated_model_parameters()

void operations_research::math_opt::SolveRequest::set_allocated_model_parameters ( ::operations_research::math_opt::ModelSolveParametersProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.math_opt.SolveRequest.model_parameters)

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

◆ set_allocated_parameters()

void operations_research::math_opt::SolveRequest::set_allocated_parameters ( ::operations_research::math_opt::SolveParametersProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.math_opt.SolveRequest.parameters)

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

◆ set_allocated_resources()

void operations_research::math_opt::SolveRequest::set_allocated_resources ( ::operations_research::math_opt::SolverResourcesProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.math_opt.SolveRequest.resources)

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

◆ set_solver_type()

void operations_research::math_opt::SolveRequest::set_solver_type ( ::operations_research::math_opt::SolverTypeProto value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.SolveRequest.solver_type)

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

◆ solver_type()

operations_research::math_opt::SolverTypeProto operations_research::math_opt::SolveRequest::solver_type ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.SolveRequest.solver_type)

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ unsafe_arena_release_initializer()

operations_research::math_opt::SolverInitializerProto *PROTOBUF_NULLABLE operations_research::math_opt::SolveRequest::unsafe_arena_release_initializer ( )
inline

@protoc_insertion_point(field_release:operations_research.math_opt.SolveRequest.initializer)

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

◆ unsafe_arena_release_model()

operations_research::math_opt::ModelProto *PROTOBUF_NULLABLE operations_research::math_opt::SolveRequest::unsafe_arena_release_model ( )
inline

@protoc_insertion_point(field_release:operations_research.math_opt.SolveRequest.model)

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

◆ unsafe_arena_release_model_parameters()

operations_research::math_opt::ModelSolveParametersProto *PROTOBUF_NULLABLE operations_research::math_opt::SolveRequest::unsafe_arena_release_model_parameters ( )
inline

@protoc_insertion_point(field_release:operations_research.math_opt.SolveRequest.model_parameters)

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

◆ unsafe_arena_release_parameters()

operations_research::math_opt::SolveParametersProto *PROTOBUF_NULLABLE operations_research::math_opt::SolveRequest::unsafe_arena_release_parameters ( )
inline

@protoc_insertion_point(field_release:operations_research.math_opt.SolveRequest.parameters)

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

◆ unsafe_arena_release_resources()

operations_research::math_opt::SolverResourcesProto *PROTOBUF_NULLABLE operations_research::math_opt::SolveRequest::unsafe_arena_release_resources ( )
inline

@protoc_insertion_point(field_release:operations_research.math_opt.SolveRequest.resources)

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

◆ unsafe_arena_set_allocated_initializer()

void operations_research::math_opt::SolveRequest::unsafe_arena_set_allocated_initializer ( ::operations_research::math_opt::SolverInitializerProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.math_opt.SolveRequest.initializer)

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

◆ unsafe_arena_set_allocated_model()

void operations_research::math_opt::SolveRequest::unsafe_arena_set_allocated_model ( ::operations_research::math_opt::ModelProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.math_opt.SolveRequest.model)

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

◆ unsafe_arena_set_allocated_model_parameters()

void operations_research::math_opt::SolveRequest::unsafe_arena_set_allocated_model_parameters ( ::operations_research::math_opt::ModelSolveParametersProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.math_opt.SolveRequest.model_parameters)

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

◆ unsafe_arena_set_allocated_parameters()

void operations_research::math_opt::SolveRequest::unsafe_arena_set_allocated_parameters ( ::operations_research::math_opt::SolveParametersProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.math_opt.SolveRequest.parameters)

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

◆ unsafe_arena_set_allocated_resources()

void operations_research::math_opt::SolveRequest::unsafe_arena_set_allocated_resources ( ::operations_research::math_opt::SolverResourcesProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.math_opt.SolveRequest.resources)

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

◆ UnsafeArenaSwap()

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

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

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2fmath_5fopt_2frpc_2eproto

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

◆ swap

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

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

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::SolveRequest::_impl_

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

◆ kIndexInFileMessages

int operations_research::math_opt::SolveRequest::kIndexInFileMessages = 1
staticconstexpr

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


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