cloudbilling
v1
|
#include <test_iam_permissions_request.h>
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 TestIamPermissionsRequest * | New () |
Request message for TestIamPermissions
method.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'permissions
' attribute.
|
inline |
Get a reference to the value of the 'permissions
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'permissions
' attribute was set.
permissions
' attribute was set.
|
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.
|
static |
Creates a new default instance.