container  v1
Public Member Functions | Static Public Member Functions | List of all members
google_container_api::ListOperationsResponse Class Reference

#include <list_operations_response.h>

Inheritance diagram for google_container_api::ListOperationsResponse:

Public Member Functions

 ListOperationsResponse (const Json::Value &storage)
 
 ListOperationsResponse (Json::Value *storage)
 
virtual ~ListOperationsResponse ()
 
const StringPiece GetTypeName () const
 
bool has_missing_zones () const
 
void clear_missing_zones ()
 
const client::JsonCppArray< string > get_missing_zones () const
 
client::JsonCppArray< string > mutable_missingZones ()
 
bool has_operations () const
 
void clear_operations ()
 
const client::JsonCppArray< Operationget_operations () const
 
client::JsonCppArray< Operationmutable_operations ()
 

Static Public Member Functions

static ListOperationsResponseNew ()
 

Detailed Description

ListOperationsResponse is the result of ListOperationsRequest.

Constructor & Destructor Documentation

◆ ListOperationsResponse() [1/2]

google_container_api::ListOperationsResponse::ListOperationsResponse ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~ListOperationsResponse()

google_container_api::ListOperationsResponse::~ListOperationsResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_container_api::ListOperationsResponse

◆ 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()

ListOperationsResponse * google_container_api::ListOperationsResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

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