compute
v1
|
#include <compute_service.h>
Public Member Functions | |
RoutersResource (ComputeService *service) | |
~RoutersResource () | |
RoutersResource_AggregatedListMethod * | NewAggregatedListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
RoutersResource_AggregatedListMethodPager * | NewAggregatedListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
RoutersResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const absl::string_view &router) const |
RoutersResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const absl::string_view &router) const |
RoutersResource_GetNatMappingInfoMethod * | NewGetNatMappingInfoMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const absl::string_view &router) const |
RoutersResource_GetNatMappingInfoMethodPager * | NewGetNatMappingInfoMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const absl::string_view &router) const |
RoutersResource_GetRouterStatusMethod * | NewGetRouterStatusMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const absl::string_view &router) const |
RoutersResource_InsertMethod * | NewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const Router &_content_) const |
RoutersResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion) const |
RoutersResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion) const |
RoutersResource_PatchMethod * | NewPatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const absl::string_view &router, const Router &_content_) const |
RoutersResource_PreviewMethod * | NewPreviewMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const absl::string_view &router, const Router &_content_) const |
RoutersResource_UpdateMethod * | NewUpdateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const absl::string_view &router, const Router &_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.
RoutersResource_AggregatedListMethod * google_compute_api::ComputeService::RoutersResource::NewAggregatedListMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project | ||
) | const |
Creates a new RoutersResource_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. RoutersResource_AggregatedListMethodPager * google_compute_api::ComputeService::RoutersResource::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. |
RoutersResource_DeleteMethod * google_compute_api::ComputeService::RoutersResource::NewDeleteMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | region, | ||
const absl::string_view & | router | ||
) | const |
Creates a new RoutersResource_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] | router | Name of the Router resource to delete. |
Execute
the method instance, then destroy it when they are finished. RoutersResource_GetMethod * google_compute_api::ComputeService::RoutersResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | region, | ||
const absl::string_view & | router | ||
) | const |
Creates a new RoutersResource_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] | router | Name of the Router resource to return. |
Execute
the method instance, then destroy it when they are finished. RoutersResource_GetNatMappingInfoMethod * google_compute_api::ComputeService::RoutersResource::NewGetNatMappingInfoMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | region, | ||
const absl::string_view & | router | ||
) | const |
Creates a new RoutersResource_GetNatMappingInfoMethod 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] | router | Name of the Router resource to query for Nat Mapping information of VM endpoints. |
Execute
the method instance, then destroy it when they are finished. RoutersResource_GetNatMappingInfoMethodPager * google_compute_api::ComputeService::RoutersResource::NewGetNatMappingInfoMethodPager | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | region, | ||
const absl::string_view & | router | ||
) | 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. |
[in] | router | Name of the Router resource to query for Nat Mapping information of VM endpoints. |
RoutersResource_GetRouterStatusMethod * google_compute_api::ComputeService::RoutersResource::NewGetRouterStatusMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | region, | ||
const absl::string_view & | router | ||
) | const |
Creates a new RoutersResource_GetRouterStatusMethod 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] | router | Name of the Router resource to query. |
Execute
the method instance, then destroy it when they are finished. RoutersResource_InsertMethod * google_compute_api::ComputeService::RoutersResource::NewInsertMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | region, | ||
const Router & | _content_ | ||
) | const |
Creates a new RoutersResource_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. RoutersResource_ListMethod * google_compute_api::ComputeService::RoutersResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | region | ||
) | const |
Creates a new RoutersResource_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. RoutersResource_ListMethodPager * google_compute_api::ComputeService::RoutersResource::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. |
RoutersResource_PatchMethod * google_compute_api::ComputeService::RoutersResource::NewPatchMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | region, | ||
const absl::string_view & | router, | ||
const Router & | _content_ | ||
) | const |
Creates a new RoutersResource_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 for this request. |
[in] | router | Name of the Router resource to patch. |
[in] | <em>content</em> | The data object to patch. |
Execute
the method instance, then destroy it when they are finished. RoutersResource_PreviewMethod * google_compute_api::ComputeService::RoutersResource::NewPreviewMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | region, | ||
const absl::string_view & | router, | ||
const Router & | _content_ | ||
) | const |
Creates a new RoutersResource_PreviewMethod 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] | router | Name of the Router resource to query. |
[in] | <em>content</em> | The data object to preview. |
Execute
the method instance, then destroy it when they are finished. RoutersResource_UpdateMethod * google_compute_api::ComputeService::RoutersResource::NewUpdateMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | region, | ||
const absl::string_view & | router, | ||
const Router & | _content_ | ||
) | const |
Creates a new RoutersResource_UpdateMethod 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] | router | Name of the Router resource to update. |
[in] | <em>content</em> | The data object to update. |
Execute
the method instance, then destroy it when they are finished.