compute
v1
|
#include <compute_service.h>
Public Member Functions | |
UrlMapsResource (ComputeService *service) | |
~UrlMapsResource () | |
UrlMapsResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &url_map) const |
UrlMapsResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &url_map) const |
UrlMapsResource_InsertMethod * | NewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const UrlMap &_content_) const |
UrlMapsResource_InvalidateCacheMethod * | NewInvalidateCacheMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &url_map, const CacheInvalidationRule &_content_) const |
UrlMapsResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
UrlMapsResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
UrlMapsResource_PatchMethod * | NewPatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &url_map, const UrlMap &_content_) const |
UrlMapsResource_UpdateMethod * | NewUpdateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &url_map, const UrlMap &_content_) const |
UrlMapsResource_ValidateMethod * | NewValidateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &url_map, const UrlMapsValidateRequest &_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.
UrlMapsResource_DeleteMethod * google_compute_api::ComputeService::UrlMapsResource::NewDeleteMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | url_map | ||
) | const |
Creates a new UrlMapsResource_DeleteMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | url_map | Name of the UrlMap resource to delete. |
Execute
the method instance, then destroy it when they are finished. UrlMapsResource_GetMethod * google_compute_api::ComputeService::UrlMapsResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | url_map | ||
) | const |
Creates a new UrlMapsResource_GetMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | url_map | Name of the UrlMap resource to return. |
Execute
the method instance, then destroy it when they are finished. UrlMapsResource_InsertMethod * google_compute_api::ComputeService::UrlMapsResource::NewInsertMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const UrlMap & | _content_ | ||
) | const |
Creates a new UrlMapsResource_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. UrlMapsResource_InvalidateCacheMethod * google_compute_api::ComputeService::UrlMapsResource::NewInvalidateCacheMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | url_map, | ||
const CacheInvalidationRule & | _content_ | ||
) | const |
Creates a new UrlMapsResource_InvalidateCacheMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | url_map | Name of the UrlMap scoping this request. |
[in] | <em>content</em> | The data object to invalidateCache. |
Execute
the method instance, then destroy it when they are finished. UrlMapsResource_ListMethod * google_compute_api::ComputeService::UrlMapsResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project | ||
) | const |
Creates a new UrlMapsResource_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. UrlMapsResource_ListMethodPager * google_compute_api::ComputeService::UrlMapsResource::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. |
UrlMapsResource_PatchMethod * google_compute_api::ComputeService::UrlMapsResource::NewPatchMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | url_map, | ||
const UrlMap & | _content_ | ||
) | const |
Creates a new UrlMapsResource_PatchMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | url_map | Name of the UrlMap resource to patch. |
[in] | <em>content</em> | The data object to patch. |
Execute
the method instance, then destroy it when they are finished. UrlMapsResource_UpdateMethod * google_compute_api::ComputeService::UrlMapsResource::NewUpdateMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | url_map, | ||
const UrlMap & | _content_ | ||
) | const |
Creates a new UrlMapsResource_UpdateMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | url_map | Name of the UrlMap resource to update. |
[in] | <em>content</em> | The data object to update. |
Execute
the method instance, then destroy it when they are finished. UrlMapsResource_ValidateMethod * google_compute_api::ComputeService::UrlMapsResource::NewValidateMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | url_map, | ||
const UrlMapsValidateRequest & | _content_ | ||
) | const |
Creates a new UrlMapsResource_ValidateMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | url_map | Name of the UrlMap resource to be validated as. |
[in] | <em>content</em> | The data object to validate. |
Execute
the method instance, then destroy it when they are finished.