#include <set_master_auth_request.h>
SetMasterAuthRequest updates the admin password of a cluster.
◆ SetMasterAuthRequest() [1/2]
google_container_api::SetMasterAuthRequest::SetMasterAuthRequest |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ SetMasterAuthRequest() [2/2]
google_container_api::SetMasterAuthRequest::SetMasterAuthRequest |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~SetMasterAuthRequest()
google_container_api::SetMasterAuthRequest::~SetMasterAuthRequest |
( |
| ) |
|
|
virtual |
◆ clear_action()
void google_container_api::SetMasterAuthRequest::clear_action |
( |
| ) |
|
|
inline |
Clears the 'action
' attribute.
◆ clear_cluster_id()
void google_container_api::SetMasterAuthRequest::clear_cluster_id |
( |
| ) |
|
|
inline |
Clears the 'clusterId
' attribute.
◆ clear_name()
void google_container_api::SetMasterAuthRequest::clear_name |
( |
| ) |
|
|
inline |
Clears the 'name
' attribute.
◆ clear_project_id()
void google_container_api::SetMasterAuthRequest::clear_project_id |
( |
| ) |
|
|
inline |
Clears the 'projectId
' attribute.
◆ clear_update()
void google_container_api::SetMasterAuthRequest::clear_update |
( |
| ) |
|
|
inline |
Clears the 'update
' attribute.
◆ clear_zone()
void google_container_api::SetMasterAuthRequest::clear_zone |
( |
| ) |
|
|
inline |
Clears the 'zone
' attribute.
◆ get_action()
const StringPiece google_container_api::SetMasterAuthRequest::get_action |
( |
| ) |
const |
|
inline |
Get the value of the 'action
' attribute.
◆ get_cluster_id()
const StringPiece google_container_api::SetMasterAuthRequest::get_cluster_id |
( |
| ) |
const |
|
inline |
Get the value of the 'clusterId
' attribute.
◆ get_name()
const StringPiece google_container_api::SetMasterAuthRequest::get_name |
( |
| ) |
const |
|
inline |
Get the value of the 'name
' attribute.
◆ get_project_id()
const StringPiece google_container_api::SetMasterAuthRequest::get_project_id |
( |
| ) |
const |
|
inline |
Get the value of the 'projectId
' attribute.
◆ get_update()
const MasterAuth google_container_api::SetMasterAuthRequest::get_update |
( |
| ) |
const |
Get a reference to the value of the 'update
' attribute.
◆ get_zone()
const StringPiece google_container_api::SetMasterAuthRequest::get_zone |
( |
| ) |
const |
|
inline |
Get the value of the 'zone
' attribute.
◆ GetTypeName()
const StringPiece google_container_api::SetMasterAuthRequest::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_action()
bool google_container_api::SetMasterAuthRequest::has_action |
( |
| ) |
const |
|
inline |
Determine if the 'action
' attribute was set.
- Returns
- true if the '
action
' attribute was set.
◆ has_cluster_id()
bool google_container_api::SetMasterAuthRequest::has_cluster_id |
( |
| ) |
const |
|
inline |
Determine if the 'clusterId
' attribute was set.
- Returns
- true if the '
clusterId
' attribute was set.
◆ has_name()
bool google_container_api::SetMasterAuthRequest::has_name |
( |
| ) |
const |
|
inline |
Determine if the 'name
' attribute was set.
- Returns
- true if the '
name
' attribute was set.
◆ has_project_id()
bool google_container_api::SetMasterAuthRequest::has_project_id |
( |
| ) |
const |
|
inline |
Determine if the 'projectId
' attribute was set.
- Returns
- true if the '
projectId
' attribute was set.
◆ has_update()
bool google_container_api::SetMasterAuthRequest::has_update |
( |
| ) |
const |
|
inline |
Determine if the 'update
' attribute was set.
- Returns
- true if the '
update
' attribute was set.
◆ has_zone()
bool google_container_api::SetMasterAuthRequest::has_zone |
( |
| ) |
const |
|
inline |
Determine if the 'zone
' attribute was set.
- Returns
- true if the '
zone
' attribute was set.
◆ mutable_update()
MasterAuth google_container_api::SetMasterAuthRequest::mutable_update |
( |
| ) |
|
Gets a reference to a mutable value of the 'update
' property.
Required. A description of the update.
- Returns
- The result can be modified to change the attribute value.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_action()
void google_container_api::SetMasterAuthRequest::set_action |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'action
' attribute.
Required. The exact form of action to be taken on the master auth.
- Parameters
-
◆ set_cluster_id()
void google_container_api::SetMasterAuthRequest::set_cluster_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'clusterId
' attribute.
- Deprecated:
Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.
- Parameters
-
◆ set_name()
void google_container_api::SetMasterAuthRequest::set_name |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'name
' attribute.
The name (project, location, cluster) of the cluster to set auth. Specified in the format 'projects/locations/clusters'.
- Parameters
-
◆ set_project_id()
void google_container_api::SetMasterAuthRequest::set_project_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
◆ set_zone()
void google_container_api::SetMasterAuthRequest::set_zone |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'zone
' attribute.
- Deprecated:
Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.
- Parameters
-
The documentation for this class was generated from the following files: