deploymentmanager  v2
Public Member Functions | Static Public Member Functions | List of all members
google_deploymentmanager_api::OperationsListResponse Class Reference

#include <operations_list_response.h>

Inheritance diagram for google_deploymentmanager_api::OperationsListResponse:

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< Operationget_operations () const
 
client::JsonCppArray< Operationmutable_operations ()
 

Static Public Member Functions

static OperationsListResponseNew ()
 

Detailed Description

A response containing a partial list of operations and a page token used to build the next request if the request has been truncated.

Constructor & Destructor Documentation

◆ OperationsListResponse() [1/2]

google_deploymentmanager_api::OperationsListResponse::OperationsListResponse ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ OperationsListResponse() [2/2]

google_deploymentmanager_api::OperationsListResponse::OperationsListResponse ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~OperationsListResponse()

google_deploymentmanager_api::OperationsListResponse::~OperationsListResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_next_page_token()

void google_deploymentmanager_api::OperationsListResponse::clear_next_page_token ( )
inline

Clears the 'nextPageToken' attribute.

◆ clear_operations()

void google_deploymentmanager_api::OperationsListResponse::clear_operations ( )
inline

Clears the 'operations' attribute.

◆ get_next_page_token()

const StringPiece google_deploymentmanager_api::OperationsListResponse::get_next_page_token ( ) const
inline

Get the value of the 'nextPageToken' attribute.

◆ get_operations()

const client::JsonCppArray<Operation > google_deploymentmanager_api::OperationsListResponse::get_operations ( ) const

Get a reference to the value of the 'operations' attribute.

◆ GetTypeName()

const StringPiece google_deploymentmanager_api::OperationsListResponse::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_deploymentmanager_api::OperationsListResponse

◆ has_next_page_token()

bool google_deploymentmanager_api::OperationsListResponse::has_next_page_token ( ) const
inline

Determine if the 'nextPageToken' attribute was set.

Returns
true if the 'nextPageToken' attribute was set.

◆ has_operations()

bool google_deploymentmanager_api::OperationsListResponse::has_operations ( ) const
inline

Determine if the 'operations' attribute was set.

Returns
true if the 'operations' attribute was set.

◆ mutable_operations()

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.

Returns
The result can be modified to change the attribute value.

◆ New()

OperationsListResponse * google_deploymentmanager_api::OperationsListResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_next_page_token()

void google_deploymentmanager_api::OperationsListResponse::set_next_page_token ( const StringPiece &  value)
inline

Change the 'nextPageToken' attribute.

Output only. A token used to continue a truncated list request.

Parameters
[in]valueThe new value.

The documentation for this class was generated from the following files: