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

#include <compute_service.h>

Public Member Functions

 BackendBucketsResource (ComputeService *service)
 
 ~BackendBucketsResource ()
 
BackendBucketsResource_AddSignedUrlKeyMethodNewAddSignedUrlKeyMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &backend_bucket, const SignedUrlKey &_content_) const
 
BackendBucketsResource_DeleteMethodNewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &backend_bucket) const
 
BackendBucketsResource_DeleteSignedUrlKeyMethodNewDeleteSignedUrlKeyMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &backend_bucket, const absl::string_view &key_name) const
 
BackendBucketsResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &backend_bucket) const
 
BackendBucketsResource_InsertMethodNewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const BackendBucket &_content_) const
 
BackendBucketsResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 
BackendBucketsResource_ListMethodPager * NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 
BackendBucketsResource_PatchMethodNewPatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &backend_bucket, const BackendBucket &_content_) const
 
BackendBucketsResource_UpdateMethodNewUpdateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &backend_bucket, const BackendBucket &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ BackendBucketsResource()

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

◆ ~BackendBucketsResource()

google_compute_api::ComputeService::BackendBucketsResource::~BackendBucketsResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewAddSignedUrlKeyMethod()

BackendBucketsResource_AddSignedUrlKeyMethod * google_compute_api::ComputeService::BackendBucketsResource::NewAddSignedUrlKeyMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  backend_bucket,
const SignedUrlKey _content_ 
) const

Creates a new BackendBucketsResource_AddSignedUrlKeyMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]backend_bucketName of the BackendBucket 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.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewDeleteMethod()

BackendBucketsResource_DeleteMethod * google_compute_api::ComputeService::BackendBucketsResource::NewDeleteMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  backend_bucket 
) const

Creates a new BackendBucketsResource_DeleteMethod instance.

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

◆ NewDeleteSignedUrlKeyMethod()

BackendBucketsResource_DeleteSignedUrlKeyMethod * google_compute_api::ComputeService::BackendBucketsResource::NewDeleteSignedUrlKeyMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  backend_bucket,
const absl::string_view &  key_name 
) const

Creates a new BackendBucketsResource_DeleteSignedUrlKeyMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]backend_bucketName of the BackendBucket resource to which the Signed URL Key should be added. The name should conform to RFC1035.
[in]key_nameThe name of the Signed URL Key to delete.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewGetMethod()

BackendBucketsResource_GetMethod * google_compute_api::ComputeService::BackendBucketsResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  backend_bucket 
) const

Creates a new BackendBucketsResource_GetMethod instance.

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

◆ NewInsertMethod()

BackendBucketsResource_InsertMethod * google_compute_api::ComputeService::BackendBucketsResource::NewInsertMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const BackendBucket _content_ 
) const

Creates a new BackendBucketsResource_InsertMethod instance.

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

BackendBucketsResource_ListMethod * google_compute_api::ComputeService::BackendBucketsResource::NewListMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project 
) const

Creates a new BackendBucketsResource_ListMethod instance.

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

◆ NewListMethodPager()

BackendBucketsResource_ListMethodPager * google_compute_api::ComputeService::BackendBucketsResource::NewListMethodPager ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project 
) 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.
See also
googleapis::googleapis::ServiceRequestPager

◆ NewPatchMethod()

BackendBucketsResource_PatchMethod * google_compute_api::ComputeService::BackendBucketsResource::NewPatchMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  backend_bucket,
const BackendBucket _content_ 
) const

Creates a new BackendBucketsResource_PatchMethod instance.

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

◆ NewUpdateMethod()

BackendBucketsResource_UpdateMethod * google_compute_api::ComputeService::BackendBucketsResource::NewUpdateMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  backend_bucket,
const BackendBucket _content_ 
) const

Creates a new BackendBucketsResource_UpdateMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]backend_bucketName of the BackendBucket resource to update.
[in]<em>content</em>The data object to update.
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: