#include <list_operations_response.h>
ListOperationsResponse is the result of ListOperationsRequest.
◆ ListOperationsResponse() [1/2]
| google_container_api::ListOperationsResponse::ListOperationsResponse |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ListOperationsResponse() [2/2]
| google_container_api::ListOperationsResponse::ListOperationsResponse |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~ListOperationsResponse()
| google_container_api::ListOperationsResponse::~ListOperationsResponse |
( |
| ) |
|
|
virtual |
◆ clear_missing_zones()
| void google_container_api::ListOperationsResponse::clear_missing_zones |
( |
| ) |
|
|
inline |
Clears the 'missingZones' attribute.
◆ clear_operations()
| void google_container_api::ListOperationsResponse::clear_operations |
( |
| ) |
|
|
inline |
Clears the 'operations' attribute.
◆ get_missing_zones()
| const client::JsonCppArray<string > google_container_api::ListOperationsResponse::get_missing_zones |
( |
| ) |
const |
|
inline |
Get a reference to the value of the 'missingZones' attribute.
◆ get_operations()
| const client::JsonCppArray<Operation > google_container_api::ListOperationsResponse::get_operations |
( |
| ) |
const |
Get a reference to the value of the 'operations' attribute.
◆ GetTypeName()
| const StringPiece google_container_api::ListOperationsResponse::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_missing_zones()
| bool google_container_api::ListOperationsResponse::has_missing_zones |
( |
| ) |
const |
|
inline |
Determine if the 'missingZones' attribute was set.
- Returns
- true if the '
missingZones' attribute was set.
◆ has_operations()
| bool google_container_api::ListOperationsResponse::has_operations |
( |
| ) |
const |
|
inline |
Determine if the 'operations' attribute was set.
- Returns
- true if the '
operations' attribute was set.
◆ mutable_missingZones()
| client::JsonCppArray<string > google_container_api::ListOperationsResponse::mutable_missingZones |
( |
| ) |
|
|
inline |
Gets a reference to a mutable value of the 'missingZones' property.
If any zones are listed here, the list of operations returned may be missing the operations from those zones.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_operations()
| client::JsonCppArray<Operation > google_container_api::ListOperationsResponse::mutable_operations |
( |
| ) |
|
Gets a reference to a mutable value of the 'operations' property.
A list of operations in the project in the specified zone.
- 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.
The documentation for this class was generated from the following files: