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

#include <compute_service.h>

Public Member Functions

 LicenseCodesResource (ComputeService *service)
 
 ~LicenseCodesResource ()
 
LicenseCodesResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &license_code) const
 
LicenseCodesResource_TestIamPermissionsMethodNewTestIamPermissionsMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &resource, const TestPermissionsRequest &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ LicenseCodesResource()

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

◆ ~LicenseCodesResource()

google_compute_api::ComputeService::LicenseCodesResource::~LicenseCodesResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewGetMethod()

LicenseCodesResource_GetMethod * google_compute_api::ComputeService::LicenseCodesResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  license_code 
) const

Creates a new LicenseCodesResource_GetMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]license_codeNumber corresponding to the License code resource to return.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewTestIamPermissionsMethod()

LicenseCodesResource_TestIamPermissionsMethod * google_compute_api::ComputeService::LicenseCodesResource::NewTestIamPermissionsMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  resource,
const TestPermissionsRequest _content_ 
) const

Creates a new LicenseCodesResource_TestIamPermissionsMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID 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: