|
compute
v1
|
#include <compute_service.h>
Public Member Functions | |
| InterconnectsResource (ComputeService *service) | |
| ~InterconnectsResource () | |
| InterconnectsResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &interconnect) const |
| InterconnectsResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &interconnect) const |
| InterconnectsResource_GetDiagnosticsMethod * | NewGetDiagnosticsMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &interconnect) const |
| InterconnectsResource_InsertMethod * | NewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const Interconnect &_content_) const |
| InterconnectsResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
| InterconnectsResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
| InterconnectsResource_PatchMethod * | NewPatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &interconnect, const Interconnect &_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.
| 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.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | Project ID for this request. |
| [in] | interconnect | Name of the interconnect to delete. |
Execute the method instance, then destroy it when they are finished. | 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.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | Project ID for this request. |
| [in] | interconnect | Name of the interconnect resource to query. |
Execute the method instance, then destroy it when they are finished. | 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.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | Project ID for this request. |
| [in] | interconnect | Name of the interconnect to return. |
Execute the method instance, then destroy it when they are finished. | 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.
| [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. | InterconnectsResource_ListMethod * google_compute_api::ComputeService::InterconnectsResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project | ||
| ) | const |
Creates a new InterconnectsResource_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. | 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.
| [in] | <em>credential</em> | NULL credentials will not authorize the request. |
| [in] | project | Project ID for this request. |
| 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.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | Project ID for this request. |
| [in] | interconnect | Name of the interconnect to update. |
| [in] | <em>content</em> | The data object to patch. |
Execute the method instance, then destroy it when they are finished.