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

#include <compute_service.h>

Public Member Functions

 InterconnectAttachmentsResource (ComputeService *service)
 
 ~InterconnectAttachmentsResource ()
 
InterconnectAttachmentsResource_AggregatedListMethodNewAggregatedListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 
InterconnectAttachmentsResource_AggregatedListMethodPager * NewAggregatedListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 
InterconnectAttachmentsResource_DeleteMethodNewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region, const absl::string_view &interconnect_attachment) const
 
InterconnectAttachmentsResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region, const absl::string_view &interconnect_attachment) const
 
InterconnectAttachmentsResource_InsertMethodNewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region, const InterconnectAttachment &_content_) const
 
InterconnectAttachmentsResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region) const
 
InterconnectAttachmentsResource_ListMethodPager * NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region) const
 
InterconnectAttachmentsResource_PatchMethodNewPatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region, const absl::string_view &interconnect_attachment, const InterconnectAttachment &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ InterconnectAttachmentsResource()

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

◆ ~InterconnectAttachmentsResource()

google_compute_api::ComputeService::InterconnectAttachmentsResource::~InterconnectAttachmentsResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewAggregatedListMethod()

InterconnectAttachmentsResource_AggregatedListMethod * google_compute_api::ComputeService::InterconnectAttachmentsResource::NewAggregatedListMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project 
) const

Creates a new InterconnectAttachmentsResource_AggregatedListMethod 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.

◆ NewAggregatedListMethodPager()

InterconnectAttachmentsResource_AggregatedListMethodPager * google_compute_api::ComputeService::InterconnectAttachmentsResource::NewAggregatedListMethodPager ( 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

◆ NewDeleteMethod()

InterconnectAttachmentsResource_DeleteMethod * google_compute_api::ComputeService::InterconnectAttachmentsResource::NewDeleteMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region,
const absl::string_view &  interconnect_attachment 
) const

Creates a new InterconnectAttachmentsResource_DeleteMethod instance.

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

◆ NewGetMethod()

InterconnectAttachmentsResource_GetMethod * google_compute_api::ComputeService::InterconnectAttachmentsResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region,
const absl::string_view &  interconnect_attachment 
) const

Creates a new InterconnectAttachmentsResource_GetMethod instance.

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

◆ NewInsertMethod()

InterconnectAttachmentsResource_InsertMethod * google_compute_api::ComputeService::InterconnectAttachmentsResource::NewInsertMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region,
const InterconnectAttachment _content_ 
) const

Creates a new InterconnectAttachmentsResource_InsertMethod instance.

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

InterconnectAttachmentsResource_ListMethod * google_compute_api::ComputeService::InterconnectAttachmentsResource::NewListMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region 
) const

Creates a new InterconnectAttachmentsResource_ListMethod instance.

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

◆ NewListMethodPager()

InterconnectAttachmentsResource_ListMethodPager * google_compute_api::ComputeService::InterconnectAttachmentsResource::NewListMethodPager ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region 
) 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.
[in]regionName of the region for this request.
See also
googleapis::googleapis::ServiceRequestPager

◆ NewPatchMethod()

InterconnectAttachmentsResource_PatchMethod * google_compute_api::ComputeService::InterconnectAttachmentsResource::NewPatchMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region,
const absl::string_view &  interconnect_attachment,
const InterconnectAttachment _content_ 
) const

Creates a new InterconnectAttachmentsResource_PatchMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]regionName of the region scoping this request.
[in]interconnect_attachmentName of the interconnect attachment 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.

The documentation for this class was generated from the following files: