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

#include <cloud_resource_manager_service.h>

Public Member Functions

 OrganizationsResource (CloudResourceManagerService *service)
 
 ~OrganizationsResource ()
 
OrganizationsResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &name) const
 
OrganizationsResource_GetIamPolicyMethodNewGetIamPolicyMethod (client::AuthorizationCredential *_credential_, const absl::string_view &resource, const GetIamPolicyRequest &_content_) const
 
OrganizationsResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_) const
 
OrganizationsResource_ListMethodPager * NewListMethodPager (client::AuthorizationCredential *_credential_) const
 
OrganizationsResource_SetIamPolicyMethodNewSetIamPolicyMethod (client::AuthorizationCredential *_credential_, const absl::string_view &resource, const SetIamPolicyRequest &_content_) const
 
OrganizationsResource_TestIamPermissionsMethodNewTestIamPermissionsMethod (client::AuthorizationCredential *_credential_, const absl::string_view &resource, const TestIamPermissionsRequest &_content_) const
 
OrganizationsResource_UpdateMethodNewUpdateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &name, const Organization &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ OrganizationsResource()

google_cloudresourcemanager_api::CloudResourceManagerService::OrganizationsResource::OrganizationsResource ( 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.

◆ ~OrganizationsResource()

google_cloudresourcemanager_api::CloudResourceManagerService::OrganizationsResource::~OrganizationsResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewGetIamPolicyMethod()

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

Creates a new OrganizationsResource_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()

OrganizationsResource_GetMethod * google_cloudresourcemanager_api::CloudResourceManagerService::OrganizationsResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  name 
) const

Creates a new OrganizationsResource_GetMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]nameThe resource name of the Organization to fetch. This is the organization's relative path in the API, formatted as "organizations/[organizationId]". For example, "organizations/1234".
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListMethod()

OrganizationsResource_ListMethod * google_cloudresourcemanager_api::CloudResourceManagerService::OrganizationsResource::NewListMethod ( client::AuthorizationCredential *  _credential_) const

Creates a new OrganizationsResource_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()

OrganizationsResource_ListMethodPager * google_cloudresourcemanager_api::CloudResourceManagerService::OrganizationsResource::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()

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

Creates a new OrganizationsResource_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()

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

Creates a new OrganizationsResource_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.

◆ NewUpdateMethod()

OrganizationsResource_UpdateMethod * google_cloudresourcemanager_api::CloudResourceManagerService::OrganizationsResource::NewUpdateMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  name,
const Organization _content_ 
) const

Creates a new OrganizationsResource_UpdateMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]nameOutput only. The resource name of the organization. This is the organization's relative path in the API. Its format is "organizations/[organization_id]". For example, "organizations/1234".
[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: