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

#include <compute_service.h>

Public Member Functions

 InterconnectsResource (ComputeService *service)
 
 ~InterconnectsResource ()
 
InterconnectsResource_DeleteMethodNewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &interconnect) const
 
InterconnectsResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &interconnect) const
 
InterconnectsResource_GetDiagnosticsMethodNewGetDiagnosticsMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &interconnect) const
 
InterconnectsResource_InsertMethodNewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const Interconnect &_content_) const
 
InterconnectsResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 
InterconnectsResource_ListMethodPager * NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 
InterconnectsResource_PatchMethodNewPatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &interconnect, const Interconnect &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ InterconnectsResource()

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

◆ ~InterconnectsResource()

google_compute_api::ComputeService::InterconnectsResource::~InterconnectsResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewDeleteMethod()

InterconnectsResource_DeleteMethod * google_compute_api::ComputeService::InterconnectsResource::NewDeleteMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  interconnect 
) const

Creates a new InterconnectsResource_DeleteMethod instance.

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

◆ NewGetDiagnosticsMethod()

InterconnectsResource_GetDiagnosticsMethod * google_compute_api::ComputeService::InterconnectsResource::NewGetDiagnosticsMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  interconnect 
) const

Creates a new InterconnectsResource_GetDiagnosticsMethod instance.

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

◆ NewGetMethod()

InterconnectsResource_GetMethod * google_compute_api::ComputeService::InterconnectsResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  interconnect 
) const

Creates a new InterconnectsResource_GetMethod instance.

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

◆ NewInsertMethod()

InterconnectsResource_InsertMethod * google_compute_api::ComputeService::InterconnectsResource::NewInsertMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const Interconnect _content_ 
) const

Creates a new InterconnectsResource_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()

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

Creates a new InterconnectsResource_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()

InterconnectsResource_ListMethodPager * google_compute_api::ComputeService::InterconnectsResource::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()

InterconnectsResource_PatchMethod * google_compute_api::ComputeService::InterconnectsResource::NewPatchMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  interconnect,
const Interconnect _content_ 
) const

Creates a new InterconnectsResource_PatchMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]interconnectName of the interconnect to update.
[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: