compute
v1
|
#include <compute_service.h>
Public Member Functions | |
BackendServicesResource (ComputeService *service) | |
~BackendServicesResource () | |
BackendServicesResource_AddSignedUrlKeyMethod * | NewAddSignedUrlKeyMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &backend_service, const SignedUrlKey &_content_) const |
BackendServicesResource_AggregatedListMethod * | NewAggregatedListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
BackendServicesResource_AggregatedListMethodPager * | NewAggregatedListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
BackendServicesResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &backend_service) const |
BackendServicesResource_DeleteSignedUrlKeyMethod * | NewDeleteSignedUrlKeyMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &backend_service, const absl::string_view &key_name) const |
BackendServicesResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &backend_service) const |
BackendServicesResource_GetHealthMethod * | NewGetHealthMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &backend_service, const ResourceGroupReference &_content_) const |
BackendServicesResource_InsertMethod * | NewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const BackendService &_content_) const |
BackendServicesResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
BackendServicesResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
BackendServicesResource_PatchMethod * | NewPatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &backend_service, const BackendService &_content_) const |
BackendServicesResource_SetSecurityPolicyMethod * | NewSetSecurityPolicyMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &backend_service, const SecurityPolicyReference &_content_) const |
BackendServicesResource_UpdateMethod * | NewUpdateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &backend_service, const BackendService &_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.
BackendServicesResource_AddSignedUrlKeyMethod * google_compute_api::ComputeService::BackendServicesResource::NewAddSignedUrlKeyMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | backend_service, | ||
const SignedUrlKey & | _content_ | ||
) | const |
Creates a new BackendServicesResource_AddSignedUrlKeyMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | backend_service | Name of the BackendService resource to which the Signed URL Key should be added. The name should conform to RFC1035. |
[in] | <em>content</em> | The data object to addSignedUrlKey. |
Execute
the method instance, then destroy it when they are finished. BackendServicesResource_AggregatedListMethod * google_compute_api::ComputeService::BackendServicesResource::NewAggregatedListMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project | ||
) | const |
Creates a new BackendServicesResource_AggregatedListMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Name of the project scoping this request. |
Execute
the method instance, then destroy it when they are finished. BackendServicesResource_AggregatedListMethodPager * google_compute_api::ComputeService::BackendServicesResource::NewAggregatedListMethodPager | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project | ||
) | const |
Creates a pager for iterating over incremental result pages.
[in] | <em>credential</em> | NULL credentials will not authorize the request. |
[in] | project | Name of the project scoping this request. |
BackendServicesResource_DeleteMethod * google_compute_api::ComputeService::BackendServicesResource::NewDeleteMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | backend_service | ||
) | const |
Creates a new BackendServicesResource_DeleteMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | backend_service | Name of the BackendService resource to delete. |
Execute
the method instance, then destroy it when they are finished. BackendServicesResource_DeleteSignedUrlKeyMethod * google_compute_api::ComputeService::BackendServicesResource::NewDeleteSignedUrlKeyMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | backend_service, | ||
const absl::string_view & | key_name | ||
) | const |
Creates a new BackendServicesResource_DeleteSignedUrlKeyMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | backend_service | Name of the BackendService resource to which the Signed URL Key should be added. The name should conform to RFC1035. |
[in] | key_name | The name of the Signed URL Key to delete. |
Execute
the method instance, then destroy it when they are finished. BackendServicesResource_GetHealthMethod * google_compute_api::ComputeService::BackendServicesResource::NewGetHealthMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | backend_service, | ||
const ResourceGroupReference & | _content_ | ||
) | const |
Creates a new BackendServicesResource_GetHealthMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | |
[in] | backend_service | Name of the BackendService resource to which the queried instance belongs. |
[in] | <em>content</em> | The data object to getHealth. |
Execute
the method instance, then destroy it when they are finished. BackendServicesResource_GetMethod * google_compute_api::ComputeService::BackendServicesResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | backend_service | ||
) | const |
Creates a new BackendServicesResource_GetMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | backend_service | Name of the BackendService resource to return. |
Execute
the method instance, then destroy it when they are finished. BackendServicesResource_InsertMethod * google_compute_api::ComputeService::BackendServicesResource::NewInsertMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const BackendService & | _content_ | ||
) | const |
Creates a new BackendServicesResource_InsertMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | <em>content</em> | The data object to insert. |
Execute
the method instance, then destroy it when they are finished. BackendServicesResource_ListMethod * google_compute_api::ComputeService::BackendServicesResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project | ||
) | const |
Creates a new BackendServicesResource_ListMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
Execute
the method instance, then destroy it when they are finished. BackendServicesResource_ListMethodPager * google_compute_api::ComputeService::BackendServicesResource::NewListMethodPager | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project | ||
) | const |
Creates a pager for iterating over incremental result pages.
[in] | <em>credential</em> | NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
BackendServicesResource_PatchMethod * google_compute_api::ComputeService::BackendServicesResource::NewPatchMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | backend_service, | ||
const BackendService & | _content_ | ||
) | const |
Creates a new BackendServicesResource_PatchMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | backend_service | Name of the BackendService resource to patch. |
[in] | <em>content</em> | The data object to patch. |
Execute
the method instance, then destroy it when they are finished. BackendServicesResource_SetSecurityPolicyMethod * google_compute_api::ComputeService::BackendServicesResource::NewSetSecurityPolicyMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | backend_service, | ||
const SecurityPolicyReference & | _content_ | ||
) | const |
Creates a new BackendServicesResource_SetSecurityPolicyMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | backend_service | Name of the BackendService resource to which the security policy should be set. The name should conform to RFC1035. |
[in] | <em>content</em> | The data object to setSecurityPolicy. |
Execute
the method instance, then destroy it when they are finished. BackendServicesResource_UpdateMethod * google_compute_api::ComputeService::BackendServicesResource::NewUpdateMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | backend_service, | ||
const BackendService & | _content_ | ||
) | const |
Creates a new BackendServicesResource_UpdateMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | backend_service | Name of the BackendService resource to update. |
[in] | <em>content</em> | The data object to update. |
Execute
the method instance, then destroy it when they are finished.