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

#include <compute_service.h>

Public Member Functions

 InterconnectLocationsResource (ComputeService *service)
 
 ~InterconnectLocationsResource ()
 
InterconnectLocationsResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &interconnect_location) const
 
InterconnectLocationsResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 
InterconnectLocationsResource_ListMethodPager * NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ InterconnectLocationsResource()

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

◆ ~InterconnectLocationsResource()

google_compute_api::ComputeService::InterconnectLocationsResource::~InterconnectLocationsResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewGetMethod()

InterconnectLocationsResource_GetMethod * google_compute_api::ComputeService::InterconnectLocationsResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  interconnect_location 
) const

Creates a new InterconnectLocationsResource_GetMethod instance.

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

◆ NewListMethod()

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

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

InterconnectLocationsResource_ListMethodPager * google_compute_api::ComputeService::InterconnectLocationsResource::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

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