cloudresourcemanager  v1beta1
Public Member Functions | List of all members
google_cloudresourcemanager_api::CloudResourceManagerService::ProjectsResource Class Reference

#include <cloud_resource_manager_service.h>

Public Member Functions

 ProjectsResource (CloudResourceManagerService *service)
 
 ~ProjectsResource ()
 
ProjectsResource_CreateMethodNewCreateMethod (client::AuthorizationCredential *_credential_, const Project &_content_) const
 
ProjectsResource_DeleteMethodNewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project_id) const
 
ProjectsResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project_id) const
 
ProjectsResource_GetAncestryMethodNewGetAncestryMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project_id, const GetAncestryRequest &_content_) const
 
ProjectsResource_GetIamPolicyMethodNewGetIamPolicyMethod (client::AuthorizationCredential *_credential_, const absl::string_view &resource, const GetIamPolicyRequest &_content_) const
 
ProjectsResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_) const
 
ProjectsResource_ListMethodPager * NewListMethodPager (client::AuthorizationCredential *_credential_) const
 
ProjectsResource_SetIamPolicyMethodNewSetIamPolicyMethod (client::AuthorizationCredential *_credential_, const absl::string_view &resource, const SetIamPolicyRequest &_content_) const
 
ProjectsResource_TestIamPermissionsMethodNewTestIamPermissionsMethod (client::AuthorizationCredential *_credential_, const absl::string_view &resource, const TestIamPermissionsRequest &_content_) const
 
ProjectsResource_UndeleteMethodNewUndeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project_id, const UndeleteProjectRequest &_content_) const
 
ProjectsResource_UpdateMethodNewUpdateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project_id, const Project &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ ProjectsResource()

google_cloudresourcemanager_api::CloudResourceManagerService::ProjectsResource::ProjectsResource ( CloudResourceManagerService service)
explicit

Standard constructor.

Parameters
[in]serviceThe service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on.

◆ ~ProjectsResource()

google_cloudresourcemanager_api::CloudResourceManagerService::ProjectsResource::~ProjectsResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewCreateMethod()

ProjectsResource_CreateMethod * google_cloudresourcemanager_api::CloudResourceManagerService::ProjectsResource::NewCreateMethod ( client::AuthorizationCredential *  _credential_,
const Project _content_ 
) const

Creates a new ProjectsResource_CreateMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]<em>content</em>The data object to create.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewDeleteMethod()

ProjectsResource_DeleteMethod * google_cloudresourcemanager_api::CloudResourceManagerService::ProjectsResource::NewDeleteMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project_id 
) const

Creates a new ProjectsResource_DeleteMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]project_idThe Project ID (for example, foo-bar-123).

Required.

Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewGetAncestryMethod()

ProjectsResource_GetAncestryMethod * google_cloudresourcemanager_api::CloudResourceManagerService::ProjectsResource::NewGetAncestryMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project_id,
const GetAncestryRequest _content_ 
) const

Creates a new ProjectsResource_GetAncestryMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]project_idThe Project ID (for example, my-project-123).

Required.

Parameters
[in]<em>content</em>The data object to getAncestry.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewGetIamPolicyMethod()

ProjectsResource_GetIamPolicyMethod * google_cloudresourcemanager_api::CloudResourceManagerService::ProjectsResource::NewGetIamPolicyMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  resource,
const GetIamPolicyRequest _content_ 
) const

Creates a new ProjectsResource_GetIamPolicyMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]resourceREQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field.
[in]<em>content</em>The data object to getIamPolicy.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewGetMethod()

ProjectsResource_GetMethod * google_cloudresourcemanager_api::CloudResourceManagerService::ProjectsResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project_id 
) const

Creates a new ProjectsResource_GetMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]project_idThe Project ID (for example, my-project-123).

Required.

Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListMethod()

ProjectsResource_ListMethod * google_cloudresourcemanager_api::CloudResourceManagerService::ProjectsResource::NewListMethod ( client::AuthorizationCredential *  _credential_) const

Creates a new ProjectsResource_ListMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListMethodPager()

ProjectsResource_ListMethodPager * google_cloudresourcemanager_api::CloudResourceManagerService::ProjectsResource::NewListMethodPager ( client::AuthorizationCredential *  _credential_) const

Creates a pager for iterating over incremental result pages.

Parameters
[in]<em>credential</em>NULL credentials will not authorize the request.
See also
googleapis::googleapis::ServiceRequestPager

◆ NewSetIamPolicyMethod()

ProjectsResource_SetIamPolicyMethod * google_cloudresourcemanager_api::CloudResourceManagerService::ProjectsResource::NewSetIamPolicyMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  resource,
const SetIamPolicyRequest _content_ 
) const

Creates a new ProjectsResource_SetIamPolicyMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]resourceREQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field.
[in]<em>content</em>The data object to setIamPolicy.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewTestIamPermissionsMethod()

ProjectsResource_TestIamPermissionsMethod * google_cloudresourcemanager_api::CloudResourceManagerService::ProjectsResource::NewTestIamPermissionsMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  resource,
const TestIamPermissionsRequest _content_ 
) const

Creates a new ProjectsResource_TestIamPermissionsMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]resourceREQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field.
[in]<em>content</em>The data object to testIamPermissions.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewUndeleteMethod()

ProjectsResource_UndeleteMethod * google_cloudresourcemanager_api::CloudResourceManagerService::ProjectsResource::NewUndeleteMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project_id,
const UndeleteProjectRequest _content_ 
) const

Creates a new ProjectsResource_UndeleteMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]project_idThe project ID (for example, foo-bar-123).

Required.

Parameters
[in]<em>content</em>The data object to undelete.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewUpdateMethod()

ProjectsResource_UpdateMethod * google_cloudresourcemanager_api::CloudResourceManagerService::ProjectsResource::NewUpdateMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project_id,
const Project _content_ 
) const

Creates a new ProjectsResource_UpdateMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]project_idThe project ID (for example, my-project-123).

Required.

Parameters
[in]<em>content</em>The data object to update.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

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