cloudbilling
v1
|
#include <test_iam_permissions_response.h>
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 TestIamPermissionsResponse * | New () |
Response 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.
A subset of TestPermissionsRequest.permissions
that the caller is allowed.
|
static |
Creates a new default instance.