compute  v1
Public Member Functions | List of all members
google_compute_api::ComputeService::RegionDisksResource Class Reference

#include <compute_service.h>

Public Member Functions

 RegionDisksResource (ComputeService *service)
 
 ~RegionDisksResource ()
 
RegionDisksResource_CreateSnapshotMethodNewCreateSnapshotMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region, const absl::string_view &disk, const Snapshot &_content_) const
 
RegionDisksResource_DeleteMethodNewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region, const absl::string_view &disk) const
 
RegionDisksResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region, const absl::string_view &disk) const
 
RegionDisksResource_InsertMethodNewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region, const Disk &_content_) const
 
RegionDisksResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region) const
 
RegionDisksResource_ListMethodPager * NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region) const
 
RegionDisksResource_ResizeMethodNewResizeMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region, const absl::string_view &disk, const RegionDisksResizeRequest &_content_) const
 
RegionDisksResource_SetLabelsMethodNewSetLabelsMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region, const absl::string_view &resource, const RegionSetLabelsRequest &_content_) const
 
RegionDisksResource_TestIamPermissionsMethodNewTestIamPermissionsMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region, const absl::string_view &resource, const TestPermissionsRequest &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ RegionDisksResource()

google_compute_api::ComputeService::RegionDisksResource::RegionDisksResource ( ComputeService 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.

◆ ~RegionDisksResource()

google_compute_api::ComputeService::RegionDisksResource::~RegionDisksResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewCreateSnapshotMethod()

RegionDisksResource_CreateSnapshotMethod * google_compute_api::ComputeService::RegionDisksResource::NewCreateSnapshotMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region,
const absl::string_view &  disk,
const Snapshot _content_ 
) const

Creates a new RegionDisksResource_CreateSnapshotMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]regionName of the region for this request.
[in]diskName of the regional persistent disk to snapshot.
[in]<em>content</em>The data object to createSnapshot.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewDeleteMethod()

RegionDisksResource_DeleteMethod * google_compute_api::ComputeService::RegionDisksResource::NewDeleteMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region,
const absl::string_view &  disk 
) const

Creates a new RegionDisksResource_DeleteMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]regionName of the region for this request.
[in]diskName of the regional persistent disk to delete.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewGetMethod()

RegionDisksResource_GetMethod * google_compute_api::ComputeService::RegionDisksResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region,
const absl::string_view &  disk 
) const

Creates a new RegionDisksResource_GetMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]regionName of the region for this request.
[in]diskName of the regional persistent disk to return.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewInsertMethod()

RegionDisksResource_InsertMethod * google_compute_api::ComputeService::RegionDisksResource::NewInsertMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region,
const Disk _content_ 
) const

Creates a new RegionDisksResource_InsertMethod instance.

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

◆ NewListMethod()

RegionDisksResource_ListMethod * google_compute_api::ComputeService::RegionDisksResource::NewListMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region 
) const

Creates a new RegionDisksResource_ListMethod instance.

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

◆ NewListMethodPager()

RegionDisksResource_ListMethodPager * google_compute_api::ComputeService::RegionDisksResource::NewListMethodPager ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region 
) const

Creates a pager for iterating over incremental result pages.

Parameters
[in]<em>credential</em>NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]regionName of the region for this request.
See also
googleapis::googleapis::ServiceRequestPager

◆ NewResizeMethod()

RegionDisksResource_ResizeMethod * google_compute_api::ComputeService::RegionDisksResource::NewResizeMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region,
const absl::string_view &  disk,
const RegionDisksResizeRequest _content_ 
) const

Creates a new RegionDisksResource_ResizeMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectThe project ID for this request.
[in]regionName of the region for this request.
[in]diskName of the regional persistent disk.
[in]<em>content</em>The data object to resize.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewSetLabelsMethod()

RegionDisksResource_SetLabelsMethod * google_compute_api::ComputeService::RegionDisksResource::NewSetLabelsMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region,
const absl::string_view &  resource,
const RegionSetLabelsRequest _content_ 
) const

Creates a new RegionDisksResource_SetLabelsMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]regionThe region for this request.
[in]resourceName or id of the resource for this request.
[in]<em>content</em>The data object to setLabels.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewTestIamPermissionsMethod()

RegionDisksResource_TestIamPermissionsMethod * google_compute_api::ComputeService::RegionDisksResource::NewTestIamPermissionsMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region,
const absl::string_view &  resource,
const TestPermissionsRequest _content_ 
) const

Creates a new RegionDisksResource_TestIamPermissionsMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]regionThe name of the region for this request.
[in]resourceName or id of the resource for this request.
[in]<em>content</em>The data object to testIamPermissions.
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: