compute
v1
|
#include <compute_service.h>
Public Member Functions | |
LicenseCodesResource (ComputeService *service) | |
~LicenseCodesResource () | |
LicenseCodesResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &license_code) const |
LicenseCodesResource_TestIamPermissionsMethod * | NewTestIamPermissionsMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &resource, const TestPermissionsRequest &_content_) const |
Acts as message factory for accessing data.
|
explicit |
Standard constructor.
[in] | service | The service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on. |
|
inline |
Standard destructor.
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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | license_code | Number corresponding to the License code resource to return. |
Execute
the method instance, then destroy it when they are finished. 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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | resource | Name or id of the resource for this request. |
[in] | <em>content</em> | The data object to testIamPermissions. |
Execute
the method instance, then destroy it when they are finished.