Some or all of the information on this page might not apply to Trusted Cloud by S3NS.
Class ImagesConnection (2.30.0)
Note: Some or all of the information on this page might not apply
to Trusted Cloud. For a list of services that are available in
Trusted Cloud, see Services available for
Trusted Cloud .
Version 2.30.0keyboard_arrow_down
This interface defines virtual methods for each of the user-facing overload sets in ImagesClient
. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type ImagesClient
.
To create a concrete instance, see MakeImagesConnection()
.
For mocking, see compute_images_v1_mocks::MockImagesConnection
.
Functions
virtual options()
Returns
Type
Description
Options
virtual DeleteImage(google::cloud::cpp::compute::images::v1::DeleteImageRequest const &)
Parameter
Name
Description
request
google::cloud::cpp::compute::images::v1::DeleteImageRequest const &
Returns
Type
Description
future< StatusOr< google::cloud::cpp::compute::v1::Operation > >
virtual DeleteImage(NoAwaitTag, google::cloud::cpp::compute::images::v1::DeleteImageRequest const &)
Parameters
Name
Description
NoAwaitTag
request
google::cloud::cpp::compute::images::v1::DeleteImageRequest const &
Returns
Type
Description
StatusOr< google::cloud::cpp::compute::v1::Operation >
virtual DeleteImage(google::cloud::cpp::compute::v1::Operation const &)
Parameter
Name
Description
operation
google::cloud::cpp::compute::v1::Operation const &
Returns
Type
Description
future< StatusOr< google::cloud::cpp::compute::v1::Operation > >
virtual Deprecate(google::cloud::cpp::compute::images::v1::DeprecateRequest const &)
Parameter
Name
Description
request
google::cloud::cpp::compute::images::v1::DeprecateRequest const &
Returns
Type
Description
future< StatusOr< google::cloud::cpp::compute::v1::Operation > >
virtual Deprecate(NoAwaitTag, google::cloud::cpp::compute::images::v1::DeprecateRequest const &)
Parameters
Name
Description
NoAwaitTag
request
google::cloud::cpp::compute::images::v1::DeprecateRequest const &
Returns
Type
Description
StatusOr< google::cloud::cpp::compute::v1::Operation >
virtual Deprecate(google::cloud::cpp::compute::v1::Operation const &)
Parameter
Name
Description
operation
google::cloud::cpp::compute::v1::Operation const &
Returns
Type
Description
future< StatusOr< google::cloud::cpp::compute::v1::Operation > >
virtual GetImage(google::cloud::cpp::compute::images::v1::GetImageRequest const &)
Parameter
Name
Description
request
google::cloud::cpp::compute::images::v1::GetImageRequest const &
Returns
Type
Description
StatusOr< google::cloud::cpp::compute::v1::Image >
virtual GetFromFamily(google::cloud::cpp::compute::images::v1::GetFromFamilyRequest const &)
Parameter
Name
Description
request
google::cloud::cpp::compute::images::v1::GetFromFamilyRequest const &
Returns
Type
Description
StatusOr< google::cloud::cpp::compute::v1::Image >
virtual GetIamPolicy(google::cloud::cpp::compute::images::v1::GetIamPolicyRequest const &)
Parameter
Name
Description
request
google::cloud::cpp::compute::images::v1::GetIamPolicyRequest const &
Returns
Type
Description
StatusOr< google::cloud::cpp::compute::v1::Policy >
virtual InsertImage(google::cloud::cpp::compute::images::v1::InsertImageRequest const &)
Parameter
Name
Description
request
google::cloud::cpp::compute::images::v1::InsertImageRequest const &
Returns
Type
Description
future< StatusOr< google::cloud::cpp::compute::v1::Operation > >
virtual InsertImage(NoAwaitTag, google::cloud::cpp::compute::images::v1::InsertImageRequest const &)
Parameters
Name
Description
NoAwaitTag
request
google::cloud::cpp::compute::images::v1::InsertImageRequest const &
Returns
Type
Description
StatusOr< google::cloud::cpp::compute::v1::Operation >
virtual InsertImage(google::cloud::cpp::compute::v1::Operation const &)
Parameter
Name
Description
operation
google::cloud::cpp::compute::v1::Operation const &
Returns
Type
Description
future< StatusOr< google::cloud::cpp::compute::v1::Operation > >
virtual ListImages(google::cloud::cpp::compute::images::v1::ListImagesRequest)
Parameter
Name
Description
request
google::cloud::cpp::compute::images::v1::ListImagesRequest
Returns
Type
Description
StreamRange< google::cloud::cpp::compute::v1::Image >
virtual PatchImage(google::cloud::cpp::compute::images::v1::PatchImageRequest const &)
Parameter
Name
Description
request
google::cloud::cpp::compute::images::v1::PatchImageRequest const &
Returns
Type
Description
future< StatusOr< google::cloud::cpp::compute::v1::Operation > >
virtual PatchImage(NoAwaitTag, google::cloud::cpp::compute::images::v1::PatchImageRequest const &)
Parameters
Name
Description
NoAwaitTag
request
google::cloud::cpp::compute::images::v1::PatchImageRequest const &
Returns
Type
Description
StatusOr< google::cloud::cpp::compute::v1::Operation >
virtual PatchImage(google::cloud::cpp::compute::v1::Operation const &)
Parameter
Name
Description
operation
google::cloud::cpp::compute::v1::Operation const &
Returns
Type
Description
future< StatusOr< google::cloud::cpp::compute::v1::Operation > >
virtual SetIamPolicy(google::cloud::cpp::compute::images::v1::SetIamPolicyRequest const &)
Parameter
Name
Description
request
google::cloud::cpp::compute::images::v1::SetIamPolicyRequest const &
Returns
Type
Description
StatusOr< google::cloud::cpp::compute::v1::Policy >
virtual SetLabels(google::cloud::cpp::compute::images::v1::SetLabelsRequest const &)
Parameter
Name
Description
request
google::cloud::cpp::compute::images::v1::SetLabelsRequest const &
Returns
Type
Description
future< StatusOr< google::cloud::cpp::compute::v1::Operation > >
virtual SetLabels(NoAwaitTag, google::cloud::cpp::compute::images::v1::SetLabelsRequest const &)
Parameters
Name
Description
NoAwaitTag
request
google::cloud::cpp::compute::images::v1::SetLabelsRequest const &
Returns
Type
Description
StatusOr< google::cloud::cpp::compute::v1::Operation >
virtual SetLabels(google::cloud::cpp::compute::v1::Operation const &)
Parameter
Name
Description
operation
google::cloud::cpp::compute::v1::Operation const &
Returns
Type
Description
future< StatusOr< google::cloud::cpp::compute::v1::Operation > >
virtual TestIamPermissions(google::cloud::cpp::compute::images::v1::TestIamPermissionsRequest const &)
Parameter
Name
Description
request
google::cloud::cpp::compute::images::v1::TestIamPermissionsRequest const &
Returns
Type
Description
StatusOr< google::cloud::cpp::compute::v1::TestPermissionsResponse >
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-18 UTC."],[[["This webpage details the `ImagesConnection` object for `ImagesClient`, which provides an interface with virtual methods corresponding to each user-facing overload set in `ImagesClient`."],["The `ImagesConnection` class enables users to inject custom behavior during testing, such as using a Google Mock object with `ImagesClient`."],["It provides concrete methods like `DeleteImage`, `Deprecate`, `GetImage`, `InsertImage`, and more, all wrapped around `ImagesClient` actions, that interact with different versions of the API, from 2.15.1 up to the latest release candidate version 2.37.0-rc."],["The page lists different versions of the `ImagesConnection`, with 2.37.0-rc being the latest version, allowing users to navigate and view API documentation for each version."]]],[]]