#include <test_permissions_request.h>
◆ TestPermissionsRequest() [1/2]
google_deploymentmanager_api::TestPermissionsRequest::TestPermissionsRequest |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ TestPermissionsRequest() [2/2]
google_deploymentmanager_api::TestPermissionsRequest::TestPermissionsRequest |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~TestPermissionsRequest()
google_deploymentmanager_api::TestPermissionsRequest::~TestPermissionsRequest |
( |
| ) |
|
|
virtual |
◆ clear_permissions()
void google_deploymentmanager_api::TestPermissionsRequest::clear_permissions |
( |
| ) |
|
|
inline |
Clears the 'permissions
' attribute.
◆ get_permissions()
const client::JsonCppArray<string > google_deploymentmanager_api::TestPermissionsRequest::get_permissions |
( |
| ) |
const |
|
inline |
Get a reference to the value of the 'permissions
' attribute.
◆ GetTypeName()
const StringPiece google_deploymentmanager_api::TestPermissionsRequest::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_permissions()
bool google_deploymentmanager_api::TestPermissionsRequest::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::TestPermissionsRequest::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.
- Returns
- The result can be modified to change the attribute value.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
The documentation for this class was generated from the following files: