|
deploymentmanager
v2
|
#include <manifests_list_response.h>
Public Member Functions | |
| ManifestsListResponse (const Json::Value &storage) | |
| ManifestsListResponse (Json::Value *storage) | |
| virtual | ~ManifestsListResponse () |
| const StringPiece | GetTypeName () const |
| bool | has_manifests () const |
| void | clear_manifests () |
| const client::JsonCppArray< Manifest > | get_manifests () const |
| client::JsonCppArray< Manifest > | mutable_manifests () |
| 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) |
Static Public Member Functions | |
| static ManifestsListResponse * | New () |
A response containing a partial list of manifests 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 'manifests' attribute.
|
inline |
Clears the 'nextPageToken' attribute.
| const client::JsonCppArray<Manifest > google_deploymentmanager_api::ManifestsListResponse::get_manifests | ( | ) | const |
Get a reference to the value of the 'manifests' attribute.
|
inline |
Get the value of the 'nextPageToken' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'manifests' attribute was set.
manifests' attribute was set.
|
inline |
Determine if the 'nextPageToken' attribute was set.
nextPageToken' attribute was set. | client::JsonCppArray<Manifest > google_deploymentmanager_api::ManifestsListResponse::mutable_manifests | ( | ) |
Gets a reference to a mutable value of the 'manifests' property.
Output only. Manifests 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. |