A class to mock HubServiceConnection.
Application developers may want to test their code with simulated responses, including errors, from an object of type HubServiceClient. To do so, construct an object of type HubServiceClient 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 ListHubs(google::cloud::networkconnectivity::v1::ListHubsRequest)
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::networkconnectivity::v1::ListHubsRequest
|
| Returns |
| Type |
Description |
StreamRange< google::cloud::networkconnectivity::v1::Hub > |
|
virtual GetHub(google::cloud::networkconnectivity::v1::GetHubRequest 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::networkconnectivity::v1::GetHubRequest const &
|
| Returns |
| Type |
Description |
StatusOr< google::cloud::networkconnectivity::v1::Hub > |
|
virtual CreateHub(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::networkconnectivity::v1::Hub > > |
|
virtual UpdateHub(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::networkconnectivity::v1::Hub > > |
|
virtual DeleteHub(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::networkconnectivity::v1::OperationMetadata > > |
|
virtual ListHubSpokes(google::cloud::networkconnectivity::v1::ListHubSpokesRequest)
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::networkconnectivity::v1::ListHubSpokesRequest
|
| Returns |
| Type |
Description |
StreamRange< google::cloud::networkconnectivity::v1::Spoke > |
|
virtual QueryHubStatus(google::cloud::networkconnectivity::v1::QueryHubStatusRequest)
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::networkconnectivity::v1::QueryHubStatusRequest
|
| Returns |
| Type |
Description |
StreamRange< google::cloud::networkconnectivity::v1::HubStatusEntry > |
|
virtual ListSpokes(google::cloud::networkconnectivity::v1::ListSpokesRequest)
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::networkconnectivity::v1::ListSpokesRequest
|
| Returns |
| Type |
Description |
StreamRange< google::cloud::networkconnectivity::v1::Spoke > |
|
virtual GetSpoke(google::cloud::networkconnectivity::v1::GetSpokeRequest 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::networkconnectivity::v1::GetSpokeRequest const &
|
| Returns |
| Type |
Description |
StatusOr< google::cloud::networkconnectivity::v1::Spoke > |
|
virtual CreateSpoke(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::networkconnectivity::v1::Spoke > > |
|
virtual UpdateSpoke(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::networkconnectivity::v1::Spoke > > |
|
virtual RejectHubSpoke(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::networkconnectivity::v1::RejectHubSpokeResponse > > |
|
virtual AcceptHubSpoke(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::networkconnectivity::v1::AcceptHubSpokeResponse > > |
|
virtual AcceptSpokeUpdate(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::networkconnectivity::v1::AcceptSpokeUpdateResponse > > |
|
virtual RejectSpokeUpdate(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::networkconnectivity::v1::RejectSpokeUpdateResponse > > |
|
virtual DeleteSpoke(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::networkconnectivity::v1::OperationMetadata > > |
|
virtual GetRouteTable(google::cloud::networkconnectivity::v1::GetRouteTableRequest 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::networkconnectivity::v1::GetRouteTableRequest const &
|
| Returns |
| Type |
Description |
StatusOr< google::cloud::networkconnectivity::v1::RouteTable > |
|
virtual GetRoute(google::cloud::networkconnectivity::v1::GetRouteRequest 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::networkconnectivity::v1::GetRouteRequest const &
|
| Returns |
| Type |
Description |
StatusOr< google::cloud::networkconnectivity::v1::Route > |
|
virtual ListRoutes(google::cloud::networkconnectivity::v1::ListRoutesRequest)
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::networkconnectivity::v1::ListRoutesRequest
|
| Returns |
| Type |
Description |
StreamRange< google::cloud::networkconnectivity::v1::Route > |
|
virtual ListRouteTables(google::cloud::networkconnectivity::v1::ListRouteTablesRequest)
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::networkconnectivity::v1::ListRouteTablesRequest
|
| Returns |
| Type |
Description |
StreamRange< google::cloud::networkconnectivity::v1::RouteTable > |
|
virtual GetGroup(google::cloud::networkconnectivity::v1::GetGroupRequest 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::networkconnectivity::v1::GetGroupRequest const &
|
| Returns |
| Type |
Description |
StatusOr< google::cloud::networkconnectivity::v1::Group > |
|
virtual ListGroups(google::cloud::networkconnectivity::v1::ListGroupsRequest)
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::networkconnectivity::v1::ListGroupsRequest
|
| Returns |
| Type |
Description |
StreamRange< google::cloud::networkconnectivity::v1::Group > |
|
virtual UpdateGroup(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::networkconnectivity::v1::Group > > |
|
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 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 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 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 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 |
|