cloudbilling  v1
Public Member Functions | Static Public Member Functions | List of all members
google_cloudbilling_api::TestIamPermissionsResponse Class Reference

#include <test_iam_permissions_response.h>

Inheritance diagram for google_cloudbilling_api::TestIamPermissionsResponse:

Public Member Functions

 TestIamPermissionsResponse (const Json::Value &storage)
 
 TestIamPermissionsResponse (Json::Value *storage)
 
virtual ~TestIamPermissionsResponse ()
 
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 TestIamPermissionsResponseNew ()
 

Detailed Description

Response message for TestIamPermissions method.

Constructor & Destructor Documentation

◆ TestIamPermissionsResponse() [1/2]

google_cloudbilling_api::TestIamPermissionsResponse::TestIamPermissionsResponse ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ TestIamPermissionsResponse() [2/2]

google_cloudbilling_api::TestIamPermissionsResponse::TestIamPermissionsResponse ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~TestIamPermissionsResponse()

google_cloudbilling_api::TestIamPermissionsResponse::~TestIamPermissionsResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_permissions()

void google_cloudbilling_api::TestIamPermissionsResponse::clear_permissions ( )
inline

Clears the 'permissions' attribute.

◆ get_permissions()

const client::JsonCppArray<string > google_cloudbilling_api::TestIamPermissionsResponse::get_permissions ( ) const
inline

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

◆ GetTypeName()

const StringPiece google_cloudbilling_api::TestIamPermissionsResponse::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_cloudbilling_api::TestIamPermissionsResponse

◆ has_permissions()

bool google_cloudbilling_api::TestIamPermissionsResponse::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_cloudbilling_api::TestIamPermissionsResponse::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()

TestIamPermissionsResponse * google_cloudbilling_api::TestIamPermissionsResponse::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: