deploymentmanager
v2
|
#include <resources_list_response.h>
Public Member Functions | |
ResourcesListResponse (const Json::Value &storage) | |
ResourcesListResponse (Json::Value *storage) | |
virtual | ~ResourcesListResponse () |
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_resources () const |
void | clear_resources () |
const client::JsonCppArray< Resource > | get_resources () const |
client::JsonCppArray< Resource > | mutable_resources () |
Static Public Member Functions | |
static ResourcesListResponse * | New () |
A response containing a partial list of resources 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 'resources
' attribute.
|
inline |
Get the value of the 'nextPageToken
' attribute.
const client::JsonCppArray<Resource > google_deploymentmanager_api::ResourcesListResponse::get_resources | ( | ) | const |
Get a reference to the value of the 'resources
' 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 'resources
' attribute was set.
resources
' attribute was set. client::JsonCppArray<Resource > google_deploymentmanager_api::ResourcesListResponse::mutable_resources | ( | ) |
Gets a reference to a mutable value of the 'resources
' property.
Resources contained in this list response.
|
static |
Creates a new default instance.
|
inline |
Change the 'nextPageToken
' attribute.
A token used to continue a truncated list request.
[in] | value | The new value. |