compute
v1
|
#include <compute_service.h>
Public Member Functions | |
RegionInstanceGroupsResource (ComputeService *service) | |
~RegionInstanceGroupsResource () | |
RegionInstanceGroupsResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const absl::string_view &instance_group) const |
RegionInstanceGroupsResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion) const |
RegionInstanceGroupsResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion) const |
RegionInstanceGroupsResource_ListInstancesMethod * | NewListInstancesMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const absl::string_view &instance_group, const RegionInstanceGroupsListInstancesRequest &_content_) const |
RegionInstanceGroupsResource_ListInstancesMethodPager * | NewListInstancesMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const absl::string_view &instance_group, const RegionInstanceGroupsListInstancesRequest &_content_) const |
RegionInstanceGroupsResource_SetNamedPortsMethod * | NewSetNamedPortsMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const absl::string_view &instance_group, const RegionInstanceGroupsSetNamedPortsRequest &_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.
RegionInstanceGroupsResource_GetMethod * google_compute_api::ComputeService::RegionInstanceGroupsResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | region, | ||
const absl::string_view & | instance_group | ||
) | const |
Creates a new RegionInstanceGroupsResource_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 scoping this request. |
[in] | instance_group | Name of the instance group resource to return. |
Execute
the method instance, then destroy it when they are finished. RegionInstanceGroupsResource_ListInstancesMethod * google_compute_api::ComputeService::RegionInstanceGroupsResource::NewListInstancesMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | region, | ||
const absl::string_view & | instance_group, | ||
const RegionInstanceGroupsListInstancesRequest & | _content_ | ||
) | const |
Creates a new RegionInstanceGroupsResource_ListInstancesMethod 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] | instance_group | Name of the regional instance group for which we want to list the instances. |
[in] | <em>content</em> | The data object to listInstances. |
Execute
the method instance, then destroy it when they are finished. RegionInstanceGroupsResource_ListInstancesMethodPager * google_compute_api::ComputeService::RegionInstanceGroupsResource::NewListInstancesMethodPager | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | region, | ||
const absl::string_view & | instance_group, | ||
const RegionInstanceGroupsListInstancesRequest & | _content_ | ||
) | 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 scoping this request. |
[in] | instance_group | Name of the regional instance group for which we want to list the instances. |
[in] | <em>content</em> | The data object to listInstances. |
RegionInstanceGroupsResource_ListMethod * google_compute_api::ComputeService::RegionInstanceGroupsResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | region | ||
) | const |
Creates a new RegionInstanceGroupsResource_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 scoping this request. |
Execute
the method instance, then destroy it when they are finished. RegionInstanceGroupsResource_ListMethodPager * google_compute_api::ComputeService::RegionInstanceGroupsResource::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 scoping this request. |
RegionInstanceGroupsResource_SetNamedPortsMethod * google_compute_api::ComputeService::RegionInstanceGroupsResource::NewSetNamedPortsMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | region, | ||
const absl::string_view & | instance_group, | ||
const RegionInstanceGroupsSetNamedPortsRequest & | _content_ | ||
) | const |
Creates a new RegionInstanceGroupsResource_SetNamedPortsMethod 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] | instance_group | The name of the regional instance group where the named ports are updated. |
[in] | <em>content</em> | The data object to setNamedPorts. |
Execute
the method instance, then destroy it when they are finished.