|
cloudresourcemanager
v1beta1
|
#include <get_policy_options.h>
Public Member Functions | |
| GetPolicyOptions (const Json::Value &storage) | |
| GetPolicyOptions (Json::Value *storage) | |
| virtual | ~GetPolicyOptions () |
| const StringPiece | GetTypeName () const |
| bool | has_requested_policy_version () const |
| void | clear_requested_policy_version () |
| int32 | get_requested_policy_version () const |
| void | set_requested_policy_version (int32 value) |
Static Public Member Functions | |
| static GetPolicyOptions * | New () |
Encapsulates settings provided to GetIamPolicy.
|
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 'requestedPolicyVersion' attribute.
|
inline |
Get the value of the 'requestedPolicyVersion' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'requestedPolicyVersion' attribute was set.
requestedPolicyVersion' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'requestedPolicyVersion' attribute.
Optional. The policy format version to be returned.
Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected.
Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset.
| [in] | value | The new value. |