class InstallLinuxPackageProgressInfo

Defined at line 1043 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

-------------------------------------------------------------------

Public Members

static const int kIndexInFileMessages
static InstallLinuxPackageProgressInfo_Status SUCCEEDED
static InstallLinuxPackageProgressInfo_Status FAILED
static InstallLinuxPackageProgressInfo_Status DOWNLOADING
static InstallLinuxPackageProgressInfo_Status INSTALLING
static InstallLinuxPackageProgressInfo_Status Status_MIN
static InstallLinuxPackageProgressInfo_Status Status_MAX
static const int Status_ARRAYSIZE

Protected Members

static const ::google::protobuf::internal::ClassDataLite<51> _class_data_

Public Methods

void InstallLinuxPackageProgressInfo ()

Defined at line 1047 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

template <typename = void>
void InstallLinuxPackageProgressInfo (::google::protobuf::internal::ConstantInitialized )
void CopyFrom (const InstallLinuxPackageProgressInfo & from)
void Clear ()
::size_t ByteSizeLong ()
void InstallLinuxPackageProgressInfo (const InstallLinuxPackageProgressInfo & from)

Defined at line 1061 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

void InstallLinuxPackageProgressInfo (InstallLinuxPackageProgressInfo && from)

Defined at line 1062 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

void MergeFrom (const InstallLinuxPackageProgressInfo & from)

Defined at line 1116 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

int GetCachedSize ()

Defined at line 1147 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

InstallLinuxPackageProgressInfo * New (::google::protobuf::Arena * arena)

implements Message ----------------------------------------------

Defined at line 1112 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

bool IsInitialized ()

Defined at line 1123 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

InstallLinuxPackageProgressInfo & operator= (const InstallLinuxPackageProgressInfo & from)

Defined at line 1064 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

InstallLinuxPackageProgressInfo & operator= (InstallLinuxPackageProgressInfo && from)

Defined at line 1068 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

const std::string & unknown_fields ()

Defined at line 1078 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

std::string * mutable_unknown_fields ()

Defined at line 1082 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

const InstallLinuxPackageProgressInfo & default_instance ()

Defined at line 1087 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

const InstallLinuxPackageProgressInfo * internal_default_instance ()

Defined at line 1090 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

void Swap (InstallLinuxPackageProgressInfo * other)

Defined at line 1096 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

void UnsafeArenaSwap (InstallLinuxPackageProgressInfo * other)

Defined at line 1104 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

bool Status_IsValid (int value)

Defined at line 1179 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

template <typename T>
const std::string & Status_Name (T value)

Defined at line 1186 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

bool Status_Parse (absl::string_view name, Status * value)

Defined at line 1189 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

void ~InstallLinuxPackageProgressInfo ()
::uint8_t * _InternalSerialize (::uint8_t * target, ::google::protobuf::io::EpsCopyOutputStream * stream)
void clear_token ()

string token = 1;

Defined at line 5130 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

const std::string & token ()

Defined at line 5134 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

template <typename Arg_ = const std::string&, typename... Args_>
void set_token (Arg_ && arg, Args_... args)

Defined at line 5140 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

std::string * mutable_token ()

Defined at line 5146 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

std::string * release_token ()

Defined at line 5163 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

void set_allocated_token (std::string * value)

Defined at line 5168 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

void clear_failure_details ()

string failure_details = 4;

Defined at line 5222 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

const std::string & failure_details ()

Defined at line 5226 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

template <typename Arg_ = const std::string&, typename... Args_>
void set_failure_details (Arg_ && arg, Args_... args)

Defined at line 5232 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

std::string * mutable_failure_details ()

Defined at line 5238 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

std::string * release_failure_details ()

Defined at line 5255 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

void set_allocated_failure_details (std::string * value)

Defined at line 5260 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

void clear_command_uuid ()

string command_uuid = 5;

Defined at line 5270 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

const std::string & command_uuid ()

Defined at line 5274 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

template <typename Arg_ = const std::string&, typename... Args_>
void set_command_uuid (Arg_ && arg, Args_... args)

Defined at line 5280 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

std::string * mutable_command_uuid ()

Defined at line 5286 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

std::string * release_command_uuid ()

Defined at line 5303 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

void set_allocated_command_uuid (std::string * value)

Defined at line 5308 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

void clear_status ()

.vm_tools.container.InstallLinuxPackageProgressInfo.Status status = 2;

Defined at line 5178 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

::vm_tools::container::InstallLinuxPackageProgressInfo_Status status ()

Defined at line 5182 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

void set_status (::vm_tools::container::InstallLinuxPackageProgressInfo_Status value)

Defined at line 5186 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

void clear_progress_percent ()

uint32 progress_percent = 3;

Defined at line 5200 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

::uint32_t progress_percent ()

Defined at line 5204 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

void set_progress_percent (::uint32_t value)

Defined at line 5208 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

Protected Methods

void InstallLinuxPackageProgressInfo (::google::protobuf::Arena * arena, InstallLinuxPackageProgressInfo && from)

Defined at line 1162 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

void InstallLinuxPackageProgressInfo (::google::protobuf::Arena * arena)
void InstallLinuxPackageProgressInfo (::google::protobuf::Arena * arena, const InstallLinuxPackageProgressInfo & from)
const ::google::protobuf::internal::ClassData * GetClassData ()
void * PlacementNew_ (const void * , void * mem, ::google::protobuf::Arena * arena)
auto InternalNewImpl_ ()

Enumerations

enum 
Name Value
kTokenFieldNumber 1
kFailureDetailsFieldNumber 4
kCommandUuidFieldNumber 5
kStatusFieldNumber 2
kProgressPercentFieldNumber 3

accessors -------------------------------------------------------

Defined at line 1194 of file gen/src/virtualization/third_party/vm_tools/container_host.pb.h

Friends

class TableStruct_container_5fhost_2eproto
template <typename T>
class InternalHelper
class Arena
class MessageLite
class TcParser
template <typename T>
basic_string_view InstallLinuxPackageProgressInfo ()
void InstallLinuxPackageProgressInfo (InstallLinuxPackageProgressInfo & aInstallLinuxPackageProgressInfo & b)