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

#include <test_iam_permissions_request.h>

Inheritance diagram for google_cloudbilling_api::TestIamPermissionsRequest:

Public Member Functions

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

Detailed Description

Request message for TestIamPermissions method.

Constructor & Destructor Documentation

◆ TestIamPermissionsRequest() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ TestIamPermissionsRequest() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~TestIamPermissionsRequest()

google_cloudbilling_api::TestIamPermissionsRequest::~TestIamPermissionsRequest ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_permissions()

void google_cloudbilling_api::TestIamPermissionsRequest::clear_permissions ( )
inline

Clears the 'permissions' attribute.

◆ get_permissions()

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

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_cloudbilling_api::TestIamPermissionsRequest

◆ has_permissions()

bool google_cloudbilling_api::TestIamPermissionsRequest::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::TestIamPermissionsRequest::mutable_permissions ( )
inline

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

The set of permissions to check for the resource. Permissions with wildcards (such as '*' or 'storage.*') are not allowed. For more information see IAM Overview.

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

◆ New()

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