cloudresourcemanager  v1beta1
Public Member Functions | Static Public Member Functions | List of all members
google_cloudresourcemanager_api::GetIamPolicyRequest Class Reference

#include <get_iam_policy_request.h>

Inheritance diagram for google_cloudresourcemanager_api::GetIamPolicyRequest:

Public Member Functions

 GetIamPolicyRequest (const Json::Value &storage)
 
 GetIamPolicyRequest (Json::Value *storage)
 
virtual ~GetIamPolicyRequest ()
 
const StringPiece GetTypeName () const
 
bool has_options () const
 
void clear_options ()
 
const GetPolicyOptions get_options () const
 
GetPolicyOptions mutable_options ()
 

Static Public Member Functions

static GetIamPolicyRequestNew ()
 

Detailed Description

Request message for GetIamPolicy method.

Constructor & Destructor Documentation

◆ GetIamPolicyRequest() [1/2]

google_cloudresourcemanager_api::GetIamPolicyRequest::GetIamPolicyRequest ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ GetIamPolicyRequest() [2/2]

google_cloudresourcemanager_api::GetIamPolicyRequest::GetIamPolicyRequest ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~GetIamPolicyRequest()

google_cloudresourcemanager_api::GetIamPolicyRequest::~GetIamPolicyRequest ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_options()

void google_cloudresourcemanager_api::GetIamPolicyRequest::clear_options ( )
inline

Clears the 'options' attribute.

◆ get_options()

const GetPolicyOptions google_cloudresourcemanager_api::GetIamPolicyRequest::get_options ( ) const

Get a reference to the value of the 'options' attribute.

◆ GetTypeName()

const StringPiece google_cloudresourcemanager_api::GetIamPolicyRequest::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_cloudresourcemanager_api::GetIamPolicyRequest

◆ has_options()

bool google_cloudresourcemanager_api::GetIamPolicyRequest::has_options ( ) const
inline

Determine if the 'options' attribute was set.

Returns
true if the 'options' attribute was set.

◆ mutable_options()

GetPolicyOptions google_cloudresourcemanager_api::GetIamPolicyRequest::mutable_options ( )

Gets a reference to a mutable value of the 'options' property.

OPTIONAL: A GetPolicyOptions object for specifying options to GetIamPolicy. This field is only used by Cloud IAM.

Returns
The result can be modified to change the attribute value.

◆ New()

GetIamPolicyRequest * google_cloudresourcemanager_api::GetIamPolicyRequest::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

The documentation for this class was generated from the following files: