Class MockBigtableInstanceAdminConnection (2.12.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.12.0keyboard_arrow_down
A class to mock BigtableInstanceAdminConnection
.
Application developers may want to test their code with simulated responses, including errors, from an object of type BigtableInstanceAdminClient
. To do so, construct an object of type BigtableInstanceAdminClient
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 CreateInstance(google::bigtable::admin::v2::CreateInstanceRequest 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::bigtable::admin::v2::CreateInstanceRequest const &
Returns
Type
Description
future< StatusOr< google::bigtable::admin::v2::Instance > >
virtual GetInstance(google::bigtable::admin::v2::GetInstanceRequest 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::bigtable::admin::v2::GetInstanceRequest const &
Returns
Type
Description
StatusOr< google::bigtable::admin::v2::Instance >
virtual ListInstances(google::bigtable::admin::v2::ListInstancesRequest 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::bigtable::admin::v2::ListInstancesRequest const &
Returns
Type
Description
StatusOr< google::bigtable::admin::v2::ListInstancesResponse >
virtual UpdateInstance(google::bigtable::admin::v2::Instance 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::bigtable::admin::v2::Instance const &
Returns
Type
Description
StatusOr< google::bigtable::admin::v2::Instance >
virtual PartialUpdateInstance(google::bigtable::admin::v2::PartialUpdateInstanceRequest 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::bigtable::admin::v2::PartialUpdateInstanceRequest const &
Returns
Type
Description
future< StatusOr< google::bigtable::admin::v2::Instance > >
virtual DeleteInstance(google::bigtable::admin::v2::DeleteInstanceRequest 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::bigtable::admin::v2::DeleteInstanceRequest const &
Returns
Type
Description
Status
virtual CreateCluster(google::bigtable::admin::v2::CreateClusterRequest 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::bigtable::admin::v2::CreateClusterRequest const &
Returns
Type
Description
future< StatusOr< google::bigtable::admin::v2::Cluster > >
virtual GetCluster(google::bigtable::admin::v2::GetClusterRequest 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::bigtable::admin::v2::GetClusterRequest const &
Returns
Type
Description
StatusOr< google::bigtable::admin::v2::Cluster >
virtual ListClusters(google::bigtable::admin::v2::ListClustersRequest 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::bigtable::admin::v2::ListClustersRequest const &
Returns
Type
Description
StatusOr< google::bigtable::admin::v2::ListClustersResponse >
virtual UpdateCluster(google::bigtable::admin::v2::Cluster 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::bigtable::admin::v2::Cluster const &
Returns
Type
Description
future< StatusOr< google::bigtable::admin::v2::Cluster > >
virtual PartialUpdateCluster(google::bigtable::admin::v2::PartialUpdateClusterRequest 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::bigtable::admin::v2::PartialUpdateClusterRequest const &
Returns
Type
Description
future< StatusOr< google::bigtable::admin::v2::Cluster > >
virtual DeleteCluster(google::bigtable::admin::v2::DeleteClusterRequest 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::bigtable::admin::v2::DeleteClusterRequest const &
Returns
Type
Description
Status
virtual CreateAppProfile(google::bigtable::admin::v2::CreateAppProfileRequest 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::bigtable::admin::v2::CreateAppProfileRequest const &
Returns
Type
Description
StatusOr< google::bigtable::admin::v2::AppProfile >
virtual GetAppProfile(google::bigtable::admin::v2::GetAppProfileRequest 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::bigtable::admin::v2::GetAppProfileRequest const &
Returns
Type
Description
StatusOr< google::bigtable::admin::v2::AppProfile >
virtual ListAppProfiles(google::bigtable::admin::v2::ListAppProfilesRequest)
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::bigtable::admin::v2::ListAppProfilesRequest
Returns
Type
Description
StreamRange< google::bigtable::admin::v2::AppProfile >
virtual UpdateAppProfile(google::bigtable::admin::v2::UpdateAppProfileRequest 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::bigtable::admin::v2::UpdateAppProfileRequest const &
Returns
Type
Description
future< StatusOr< google::bigtable::admin::v2::AppProfile > >
virtual DeleteAppProfile(google::bigtable::admin::v2::DeleteAppProfileRequest 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::bigtable::admin::v2::DeleteAppProfileRequest const &
Returns
Type
Description
Status
virtual GetIamPolicy(google::iam::v1::GetIamPolicyRequest 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::iam::v1::GetIamPolicyRequest const &
Returns
Type
Description
StatusOr< google::iam::v1::Policy >
virtual SetIamPolicy(google::iam::v1::SetIamPolicyRequest 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::iam::v1::SetIamPolicyRequest const &
Returns
Type
Description
StatusOr< google::iam::v1::Policy >
virtual TestIamPermissions(google::iam::v1::TestIamPermissionsRequest 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::iam::v1::TestIamPermissionsRequest const &
Returns
Type
Description
StatusOr< google::iam::v1::TestIamPermissionsResponse >
virtual ListHotTablets(google::bigtable::admin::v2::ListHotTabletsRequest)
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::bigtable::admin::v2::ListHotTabletsRequest
Returns
Type
Description
StreamRange< google::bigtable::admin::v2::HotTablet >
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-08-14 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-08-14 UTC."],[[["\u003cp\u003eThis document outlines the \u003ccode\u003eMockBigtableInstanceAdminConnection\u003c/code\u003e class, which is used for simulating responses from \u003ccode\u003eBigtableInstanceAdminClient\u003c/code\u003e to facilitate testing in application development.\u003c/p\u003e\n"],["\u003cp\u003eThe class utilizes gMock's \u003ccode\u003eMOCK_METHOD()\u003c/code\u003e to implement its virtual functions, enabling customizable behavior during testing.\u003c/p\u003e\n"],["\u003cp\u003eA wide array of functions are available within this class for simulating actions, such as creating, getting, listing, updating, and deleting instances, clusters, and app profiles, among others.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple versions of the libraries referenced here, with version \u003ccode\u003e2.37.0-rc\u003c/code\u003e as the most recent, and \u003ccode\u003e2.11.0\u003c/code\u003e being the oldest, allowing developers to test their applications in different environments.\u003c/p\u003e\n"],["\u003cp\u003eThe gMock library is referenced here, which allows users to properly test their applications, and an example is given using BigQuery as a reference.\u003c/p\u003e\n"]]],[],null,[]]