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