|
deploymentmanager
v2
|
#include <operations_list_response.h>
Public Member Functions | |
| OperationsListResponse (const Json::Value &storage) | |
| OperationsListResponse (Json::Value *storage) | |
| virtual | ~OperationsListResponse () |
| const StringPiece | GetTypeName () const |
| bool | has_next_page_token () const |
| void | clear_next_page_token () |
| const StringPiece | get_next_page_token () const |
| void | set_next_page_token (const StringPiece &value) |
| bool | has_operations () const |
| void | clear_operations () |
| const client::JsonCppArray< Operation > | get_operations () const |
| client::JsonCppArray< Operation > | mutable_operations () |
Static Public Member Functions | |
| static OperationsListResponse * | New () |
A response containing a partial list of operations and a page token used to build the next request if the request has been truncated.
|
explicit |
Standard constructor for an immutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'nextPageToken' attribute.
|
inline |
Clears the 'operations' attribute.
|
inline |
Get the value of the 'nextPageToken' attribute.
| const client::JsonCppArray<Operation > google_deploymentmanager_api::OperationsListResponse::get_operations | ( | ) | const |
Get a reference to the value of the 'operations' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'nextPageToken' attribute was set.
nextPageToken' attribute was set.
|
inline |
Determine if the 'operations' attribute was set.
operations' attribute was set. | client::JsonCppArray<Operation > google_deploymentmanager_api::OperationsListResponse::mutable_operations | ( | ) |
Gets a reference to a mutable value of the 'operations' property.
Output only. Operations contained in this list response.
|
static |
Creates a new default instance.
|
inline |
Change the 'nextPageToken' attribute.
Output only. A token used to continue a truncated list request.
| [in] | value | The new value. |