Send feedback
Class MockTpuConnection (2.31.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.31.0 keyboard_arrow_down
A class to mock TpuConnection
.
Application developers may want to test their code with simulated responses, including errors, from an object of type TpuClient
. To do so, construct an object of type TpuClient
with an instance of this class. Then use the Google Test framework functions to program the behavior of this mock.
See Also
This example for how to test your application with GoogleTest. While the example showcases types from the BigQuery library, the underlying principles apply for any pair of *Client
and *Connection
.
Functions
virtual options()
This function is implemented using gMock 's MOCK_METHOD()
.
Consult the gMock documentation to use this mock in your tests.
Returns
Type
Description
Options
virtual ListNodes(google::cloud::tpu::v2::ListNodesRequest)
This function is implemented using gMock 's MOCK_METHOD()
.
Consult the gMock documentation to use this mock in your tests.
Parameter
Name
Description
request
google::cloud::tpu::v2::ListNodesRequest
Returns
Type
Description
StreamRange< google::cloud::tpu::v2::Node >
virtual GetNode(google::cloud::tpu::v2::GetNodeRequest const &)
This function is implemented using gMock 's MOCK_METHOD()
.
Consult the gMock documentation to use this mock in your tests.
Parameter
Name
Description
request
google::cloud::tpu::v2::GetNodeRequest const &
Returns
Type
Description
StatusOr< google::cloud::tpu::v2::Node >
virtual CreateNode(google::longrunning::Operation const &)
This function is implemented using gMock 's MOCK_METHOD()
.
Consult the gMock documentation to use this mock in your tests.
Parameter
Name
Description
operation
google::longrunning::Operation const &
Returns
Type
Description
future< StatusOr< google::cloud::tpu::v2::Node > >
virtual DeleteNode(google::longrunning::Operation const &)
This function is implemented using gMock 's MOCK_METHOD()
.
Consult the gMock documentation to use this mock in your tests.
Parameter
Name
Description
operation
google::longrunning::Operation const &
Returns
Type
Description
future< StatusOr< google::cloud::tpu::v2::OperationMetadata > >
virtual StopNode(google::longrunning::Operation const &)
This function is implemented using gMock 's MOCK_METHOD()
.
Consult the gMock documentation to use this mock in your tests.
Parameter
Name
Description
operation
google::longrunning::Operation const &
Returns
Type
Description
future< StatusOr< google::cloud::tpu::v2::Node > >
virtual StartNode(google::longrunning::Operation const &)
This function is implemented using gMock 's MOCK_METHOD()
.
Consult the gMock documentation to use this mock in your tests.
Parameter
Name
Description
operation
google::longrunning::Operation const &
Returns
Type
Description
future< StatusOr< google::cloud::tpu::v2::Node > >
virtual UpdateNode(google::longrunning::Operation const &)
This function is implemented using gMock 's MOCK_METHOD()
.
Consult the gMock documentation to use this mock in your tests.
Parameter
Name
Description
operation
google::longrunning::Operation const &
Returns
Type
Description
future< StatusOr< google::cloud::tpu::v2::Node > >
virtual GenerateServiceIdentity(google::cloud::tpu::v2::GenerateServiceIdentityRequest const &)
This function is implemented using gMock 's MOCK_METHOD()
.
Consult the gMock documentation to use this mock in your tests.
Parameter
Name
Description
request
google::cloud::tpu::v2::GenerateServiceIdentityRequest const &
Returns
Type
Description
StatusOr< google::cloud::tpu::v2::GenerateServiceIdentityResponse >
virtual ListAcceleratorTypes(google::cloud::tpu::v2::ListAcceleratorTypesRequest)
This function is implemented using gMock 's MOCK_METHOD()
.
Consult the gMock documentation to use this mock in your tests.
Parameter
Name
Description
request
google::cloud::tpu::v2::ListAcceleratorTypesRequest
Returns
Type
Description
StreamRange< google::cloud::tpu::v2::AcceleratorType >
virtual GetAcceleratorType(google::cloud::tpu::v2::GetAcceleratorTypeRequest const &)
This function is implemented using gMock 's MOCK_METHOD()
.
Consult the gMock documentation to use this mock in your tests.
Parameter
Name
Description
request
google::cloud::tpu::v2::GetAcceleratorTypeRequest const &
Returns
Type
Description
StatusOr< google::cloud::tpu::v2::AcceleratorType >
virtual ListRuntimeVersions(google::cloud::tpu::v2::ListRuntimeVersionsRequest)
This function is implemented using gMock 's MOCK_METHOD()
.
Consult the gMock documentation to use this mock in your tests.
Parameter
Name
Description
request
google::cloud::tpu::v2::ListRuntimeVersionsRequest
Returns
Type
Description
StreamRange< google::cloud::tpu::v2::RuntimeVersion >
virtual GetRuntimeVersion(google::cloud::tpu::v2::GetRuntimeVersionRequest const &)
This function is implemented using gMock 's MOCK_METHOD()
.
Consult the gMock documentation to use this mock in your tests.
Parameter
Name
Description
request
google::cloud::tpu::v2::GetRuntimeVersionRequest const &
Returns
Type
Description
StatusOr< google::cloud::tpu::v2::RuntimeVersion >
virtual GetGuestAttributes(google::cloud::tpu::v2::GetGuestAttributesRequest const &)
This function is implemented using gMock 's MOCK_METHOD()
.
Consult the gMock documentation to use this mock in your tests.
Parameter
Name
Description
request
google::cloud::tpu::v2::GetGuestAttributesRequest const &
Returns
Type
Description
StatusOr< google::cloud::tpu::v2::GetGuestAttributesResponse >
virtual ListLocations(google::cloud::location::ListLocationsRequest)
This function is implemented using gMock 's MOCK_METHOD()
.
Consult the gMock documentation to use this mock in your tests.
Parameter
Name
Description
request
google::cloud::location::ListLocationsRequest
Returns
Type
Description
StreamRange< google::cloud::location::Location >
virtual GetLocation(google::cloud::location::GetLocationRequest const &)
This function is implemented using gMock 's MOCK_METHOD()
.
Consult the gMock documentation to use this mock in your tests.
Parameter
Name
Description
request
google::cloud::location::GetLocationRequest const &
Returns
Type
Description
StatusOr< google::cloud::location::Location >
virtual ListOperations(google::longrunning::ListOperationsRequest)
This function is implemented using gMock 's MOCK_METHOD()
.
Consult the gMock documentation to use this mock in your tests.
Parameter
Name
Description
request
google::longrunning::ListOperationsRequest
Returns
Type
Description
StreamRange< google::longrunning::Operation >
virtual GetOperation(google::longrunning::GetOperationRequest const &)
This function is implemented using gMock 's MOCK_METHOD()
.
Consult the gMock documentation to use this mock in your tests.
Parameter
Name
Description
request
google::longrunning::GetOperationRequest const &
Returns
Type
Description
StatusOr< google::longrunning::Operation >
virtual DeleteOperation(google::longrunning::DeleteOperationRequest const &)
This function is implemented using gMock 's MOCK_METHOD()
.
Consult the gMock documentation to use this mock in your tests.
Parameter
Name
Description
request
google::longrunning::DeleteOperationRequest const &
Returns
Type
Description
Status
virtual CancelOperation(google::longrunning::CancelOperationRequest const &)
This function is implemented using gMock 's MOCK_METHOD()
.
Consult the gMock documentation to use this mock in your tests.
Parameter
Name
Description
request
google::longrunning::CancelOperationRequest const &
Returns
Type
Description
Status
Send feedback
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-03-14 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-14 UTC."],[[["This document outlines the `MockTpuConnection` class, which is designed to simulate TPU (Tensor Processing Unit) connections for testing purposes, particularly within the context of the Google Cloud C++ client library."],["The latest version available in the documentation is `2.37.0-rc`, with a list of prior releases going back to version `2.11.0` that can be found."],["The `MockTpuConnection` class enables developers to test their applications by simulating responses, including errors, from a `TpuClient`, using the Google Test framework to program the behavior of the mock object."],["The class utilizes gMock's `MOCK_METHOD()` for implementing various functions such as `ListNodes`, `GetNode`, `CreateNode`, and others related to managing and interacting with TPU resources."],["It implements several virtual methods, including those for retrieving and managing TPU resources and operations, including `ListAcceleratorTypes`, `GetAcceleratorType`, `ListRuntimeVersions`, `GetRuntimeVersion`, `GetGuestAttributes`, `ListLocations`, `GetLocation`, `ListOperations`, `GetOperation`, `DeleteOperation`, and `CancelOperation`."]]],[]]