#include <instances_set_labels_request.h>
◆ InstancesSetLabelsRequest() [1/2]
google_compute_api::InstancesSetLabelsRequest::InstancesSetLabelsRequest |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ InstancesSetLabelsRequest() [2/2]
google_compute_api::InstancesSetLabelsRequest::InstancesSetLabelsRequest |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~InstancesSetLabelsRequest()
google_compute_api::InstancesSetLabelsRequest::~InstancesSetLabelsRequest |
( |
| ) |
|
|
virtual |
◆ clear_label_fingerprint()
void google_compute_api::InstancesSetLabelsRequest::clear_label_fingerprint |
( |
| ) |
|
|
inline |
Clears the 'labelFingerprint
' attribute.
◆ clear_labels()
void google_compute_api::InstancesSetLabelsRequest::clear_labels |
( |
| ) |
|
|
inline |
Clears the 'labels
' attribute.
◆ get_label_fingerprint()
const StringPiece google_compute_api::InstancesSetLabelsRequest::get_label_fingerprint |
( |
| ) |
const |
|
inline |
Get the value of the 'labelFingerprint
' attribute.
◆ get_labels()
const client::JsonCppAssociativeArray<string > google_compute_api::InstancesSetLabelsRequest::get_labels |
( |
| ) |
const |
|
inline |
Get a reference to the value of the 'labels
' attribute.
◆ GetTypeName()
const StringPiece google_compute_api::InstancesSetLabelsRequest::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_label_fingerprint()
bool google_compute_api::InstancesSetLabelsRequest::has_label_fingerprint |
( |
| ) |
const |
|
inline |
Determine if the 'labelFingerprint
' attribute was set.
- Returns
- true if the '
labelFingerprint
' attribute was set.
◆ has_labels()
bool google_compute_api::InstancesSetLabelsRequest::has_labels |
( |
| ) |
const |
|
inline |
Determine if the 'labels
' attribute was set.
- Returns
- true if the '
labels
' attribute was set.
◆ mutable_labels()
client::JsonCppAssociativeArray<string > google_compute_api::InstancesSetLabelsRequest::mutable_labels |
( |
| ) |
|
|
inline |
Gets a reference to a mutable value of the 'labels
' property.
- 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_label_fingerprint()
void google_compute_api::InstancesSetLabelsRequest::set_label_fingerprint |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'labelFingerprint
' attribute.
Fingerprint of the previous set of labels for this resource, used to prevent conflicts. Provide the latest fingerprint value when making a request to add or change labels.
- Parameters
-
The documentation for this class was generated from the following files: