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

#include <test_permissions_response.h>

Inheritance diagram for google_deploymentmanager_api::TestPermissionsResponse:

Public Member Functions

 TestPermissionsResponse (const Json::Value &storage)
 
 TestPermissionsResponse (Json::Value *storage)
 
virtual ~TestPermissionsResponse ()
 
const StringPiece GetTypeName () const
 
bool has_permissions () const
 
void clear_permissions ()
 
const client::JsonCppArray< string > get_permissions () const
 
client::JsonCppArray< string > mutable_permissions ()
 

Static Public Member Functions

static TestPermissionsResponseNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ TestPermissionsResponse() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ TestPermissionsResponse() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~TestPermissionsResponse()

google_deploymentmanager_api::TestPermissionsResponse::~TestPermissionsResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_permissions()

void google_deploymentmanager_api::TestPermissionsResponse::clear_permissions ( )
inline

Clears the 'permissions' attribute.

◆ get_permissions()

const client::JsonCppArray<string > google_deploymentmanager_api::TestPermissionsResponse::get_permissions ( ) const
inline

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_deploymentmanager_api::TestPermissionsResponse

◆ has_permissions()

bool google_deploymentmanager_api::TestPermissionsResponse::has_permissions ( ) const
inline

Determine if the 'permissions' attribute was set.

Returns
true if the 'permissions' attribute was set.

◆ mutable_permissions()

client::JsonCppArray<string > google_deploymentmanager_api::TestPermissionsResponse::mutable_permissions ( )
inline

Gets a reference to a mutable value of the 'permissions' property.

A subset of TestPermissionsRequest.permissions that the caller is allowed.

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

◆ New()

TestPermissionsResponse * google_deploymentmanager_api::TestPermissionsResponse::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: