compute
v1
|
#include <compute_service.h>
Public Member Functions | |
InterconnectAttachmentsResource (ComputeService *service) | |
~InterconnectAttachmentsResource () | |
InterconnectAttachmentsResource_AggregatedListMethod * | NewAggregatedListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
InterconnectAttachmentsResource_AggregatedListMethodPager * | NewAggregatedListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
InterconnectAttachmentsResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const absl::string_view &interconnect_attachment) const |
InterconnectAttachmentsResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const absl::string_view &interconnect_attachment) const |
InterconnectAttachmentsResource_InsertMethod * | NewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const InterconnectAttachment &_content_) const |
InterconnectAttachmentsResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion) const |
InterconnectAttachmentsResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion) const |
InterconnectAttachmentsResource_PatchMethod * | NewPatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const absl::string_view &interconnect_attachment, const InterconnectAttachment &_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.
InterconnectAttachmentsResource_AggregatedListMethod * google_compute_api::ComputeService::InterconnectAttachmentsResource::NewAggregatedListMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project | ||
) | const |
Creates a new InterconnectAttachmentsResource_AggregatedListMethod 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. 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.
[in] | <em>credential</em> | NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | region | Name of the region for this request. |
[in] | interconnect_attachment | Name of the interconnect attachment to delete. |
Execute
the method instance, then destroy it when they are finished. 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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | region | Name of the region for this request. |
[in] | interconnect_attachment | Name of the interconnect attachment to return. |
Execute
the method instance, then destroy it when they are finished. 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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | region | Name of the region for this request. |
[in] | <em>content</em> | The data object to insert. |
Execute
the method instance, then destroy it when they are finished. 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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | region | Name of the region for this request. |
Execute
the method instance, then destroy it when they are finished. 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.
[in] | <em>credential</em> | NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | region | Name of the region for this request. |
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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | region | Name of the region scoping this request. |
[in] | interconnect_attachment | Name of the interconnect attachment to patch. |
[in] | <em>content</em> | The data object to patch. |
Execute
the method instance, then destroy it when they are finished.