Specify the initial configuration for updating an instance.
More...
#include <google/cloud/bigtable/instance_update_config.h>
Specify the initial configuration for updating an instance.
Definition at line 33 of file instance_update_config.h.
◆ InstanceType
◆ StateType
◆ InstanceUpdateConfig()
google::cloud::bigtable::InstanceUpdateConfig::InstanceUpdateConfig |
( |
Instance |
instance | ) |
|
|
inline |
◆ as_proto() [1/2]
google::bigtable::admin::v2::PartialUpdateInstanceRequest&& google::cloud::bigtable::InstanceUpdateConfig::as_proto |
( |
| ) |
&& |
|
inline |
◆ as_proto() [2/2]
google::bigtable::admin::v2::PartialUpdateInstanceRequest const& google::cloud::bigtable::InstanceUpdateConfig::as_proto |
( |
| ) |
const & |
|
inline |
◆ emplace_label()
InstanceUpdateConfig& google::cloud::bigtable::InstanceUpdateConfig::emplace_label |
( |
std::string const & |
key, |
|
|
std::string |
value |
|
) |
| |
|
inline |
◆ GetName()
std::string const& google::cloud::bigtable::InstanceUpdateConfig::GetName |
( |
| ) |
|
|
inline |
◆ insert_label()
InstanceUpdateConfig& google::cloud::bigtable::InstanceUpdateConfig::insert_label |
( |
std::string const & |
key, |
|
|
std::string const & |
value |
|
) |
| |
|
inline |
◆ set_display_name()
InstanceUpdateConfig& google::cloud::bigtable::InstanceUpdateConfig::set_display_name |
( |
std::string |
display_name | ) |
|
|
inline |
◆ set_name()
◆ set_state()
◆ set_type()
◆ CREATING
constexpr static StateType google::cloud::bigtable::InstanceUpdateConfig::CREATING |
|
staticconstexpr |
◆ DEVELOPMENT
constexpr static InstanceType google::cloud::bigtable::InstanceUpdateConfig::DEVELOPMENT |
|
staticconstexpr |
◆ PRODUCTION
constexpr static InstanceType google::cloud::bigtable::InstanceUpdateConfig::PRODUCTION |
|
staticconstexpr |
◆ READY
constexpr static StateType google::cloud::bigtable::InstanceUpdateConfig::READY |
|
staticconstexpr |
◆ STATE_NOT_KNOWN
constexpr static StateType google::cloud::bigtable::InstanceUpdateConfig::STATE_NOT_KNOWN |
|
staticconstexpr |
◆ TYPE_UNSPECIFIED
constexpr static InstanceType google::cloud::bigtable::InstanceUpdateConfig::TYPE_UNSPECIFIED |
|
staticconstexpr |