#include <test_iam_permissions_response.h>
A storage.(buckets|objects).testIamPermissions response.
◆ TestIamPermissionsResponse() [1/2]
| google_storage_api::TestIamPermissionsResponse::TestIamPermissionsResponse |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ TestIamPermissionsResponse() [2/2]
| google_storage_api::TestIamPermissionsResponse::TestIamPermissionsResponse |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~TestIamPermissionsResponse()
| google_storage_api::TestIamPermissionsResponse::~TestIamPermissionsResponse |
( |
| ) |
|
|
virtual |
◆ clear_kind()
| void google_storage_api::TestIamPermissionsResponse::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind' attribute.
◆ clear_permissions()
| void google_storage_api::TestIamPermissionsResponse::clear_permissions |
( |
| ) |
|
|
inline |
Clears the 'permissions' attribute.
◆ get_kind()
| const StringPiece google_storage_api::TestIamPermissionsResponse::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind' attribute.
◆ get_permissions()
| const client::JsonCppArray<string > google_storage_api::TestIamPermissionsResponse::get_permissions |
( |
| ) |
const |
|
inline |
Get a reference to the value of the 'permissions' attribute.
◆ GetTypeName()
| const StringPiece google_storage_api::TestIamPermissionsResponse::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_kind()
| bool google_storage_api::TestIamPermissionsResponse::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind' attribute was set.
- Returns
- true if the '
kind' attribute was set.
◆ has_permissions()
| bool google_storage_api::TestIamPermissionsResponse::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_storage_api::TestIamPermissionsResponse::mutable_permissions |
( |
| ) |
|
|
inline |
Gets a reference to a mutable value of the 'permissions' property.
The permissions held by the caller. Permissions are always of the format storage.resource.capability, where resource is one of buckets or objects. The supported permissions are as follows:
- storage.buckets.delete — Delete bucket.
- storage.buckets.get — Read bucket metadata.
- storage.buckets.getIamPolicy — Read bucket IAM policy.
- storage.buckets.create — Create bucket.
- storage.buckets.list — List buckets.
- storage.buckets.setIamPolicy — Update bucket IAM policy.
- storage.buckets.update — Update bucket metadata.
- storage.objects.delete — Delete object.
- storage.objects.get — Read object data and metadata.
- storage.objects.getIamPolicy — Read object IAM policy.
- storage.objects.create — Create object.
- storage.objects.list — List objects.
- storage.objects.setIamPolicy — Update object IAM policy.
- storage.objects.update — Update object metadata.
- 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.
◆ set_kind()
| void google_storage_api::TestIamPermissionsResponse::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind' attribute.
The kind of item this is.
- Parameters
-
The documentation for this class was generated from the following files: