Send feedback
Class MockNotebookServiceConnection (2.29.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.29.0 keyboard_arrow_down
A class to mock NotebookServiceConnection
.
Application developers may want to test their code with simulated responses, including errors, from an object of type NotebookServiceClient
. To do so, construct an object of type NotebookServiceClient
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 ListInstances(google::cloud::notebooks::v1::ListInstancesRequest)
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::notebooks::v1::ListInstancesRequest
Returns
Type
Description
StreamRange< google::cloud::notebooks::v1::Instance >
virtual GetInstance(google::cloud::notebooks::v1::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::cloud::notebooks::v1::GetInstanceRequest const &
Returns
Type
Description
StatusOr< google::cloud::notebooks::v1::Instance >
virtual CreateInstance(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::notebooks::v1::Instance > >
virtual RegisterInstance(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::notebooks::v1::Instance > >
virtual SetInstanceAccelerator(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::notebooks::v1::Instance > >
virtual SetInstanceMachineType(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::notebooks::v1::Instance > >
virtual UpdateInstanceConfig(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::notebooks::v1::Instance > >
virtual UpdateShieldedInstanceConfig(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::notebooks::v1::Instance > >
virtual SetInstanceLabels(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::notebooks::v1::Instance > >
virtual UpdateInstanceMetadataItems(google::cloud::notebooks::v1::UpdateInstanceMetadataItemsRequest 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::notebooks::v1::UpdateInstanceMetadataItemsRequest const &
Returns
Type
Description
StatusOr< google::cloud::notebooks::v1::UpdateInstanceMetadataItemsResponse >
virtual DeleteInstance(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::notebooks::v1::OperationMetadata > >
virtual StartInstance(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::notebooks::v1::Instance > >
virtual StopInstance(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::notebooks::v1::Instance > >
virtual ResetInstance(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::notebooks::v1::Instance > >
virtual ReportInstanceInfo(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::notebooks::v1::Instance > >
virtual IsInstanceUpgradeable(google::cloud::notebooks::v1::IsInstanceUpgradeableRequest 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::notebooks::v1::IsInstanceUpgradeableRequest const &
Returns
Type
Description
StatusOr< google::cloud::notebooks::v1::IsInstanceUpgradeableResponse >
virtual GetInstanceHealth(google::cloud::notebooks::v1::GetInstanceHealthRequest 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::notebooks::v1::GetInstanceHealthRequest const &
Returns
Type
Description
StatusOr< google::cloud::notebooks::v1::GetInstanceHealthResponse >
virtual UpgradeInstance(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::notebooks::v1::Instance > >
virtual RollbackInstance(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::notebooks::v1::Instance > >
virtual DiagnoseInstance(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::notebooks::v1::Instance > >
virtual UpgradeInstanceInternal(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::notebooks::v1::Instance > >
virtual ListEnvironments(google::cloud::notebooks::v1::ListEnvironmentsRequest)
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::notebooks::v1::ListEnvironmentsRequest
Returns
Type
Description
StreamRange< google::cloud::notebooks::v1::Environment >
virtual GetEnvironment(google::cloud::notebooks::v1::GetEnvironmentRequest 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::notebooks::v1::GetEnvironmentRequest const &
Returns
Type
Description
StatusOr< google::cloud::notebooks::v1::Environment >
virtual CreateEnvironment(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::notebooks::v1::Environment > >
virtual DeleteEnvironment(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::notebooks::v1::OperationMetadata > >
virtual ListSchedules(google::cloud::notebooks::v1::ListSchedulesRequest)
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::notebooks::v1::ListSchedulesRequest
Returns
Type
Description
StreamRange< google::cloud::notebooks::v1::Schedule >
virtual GetSchedule(google::cloud::notebooks::v1::GetScheduleRequest 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::notebooks::v1::GetScheduleRequest const &
Returns
Type
Description
StatusOr< google::cloud::notebooks::v1::Schedule >
virtual DeleteSchedule(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::notebooks::v1::OperationMetadata > >
virtual CreateSchedule(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::notebooks::v1::Schedule > >
virtual TriggerSchedule(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::notebooks::v1::Schedule > >
virtual ListExecutions(google::cloud::notebooks::v1::ListExecutionsRequest)
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::notebooks::v1::ListExecutionsRequest
Returns
Type
Description
StreamRange< google::cloud::notebooks::v1::Execution >
virtual GetExecution(google::cloud::notebooks::v1::GetExecutionRequest 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::notebooks::v1::GetExecutionRequest const &
Returns
Type
Description
StatusOr< google::cloud::notebooks::v1::Execution >
virtual DeleteExecution(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::notebooks::v1::OperationMetadata > >
virtual CreateExecution(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::notebooks::v1::Execution > >
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-04-17 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-04-17 UTC."],[[["This webpage provides documentation for the `MockNotebookServiceConnection` class, which is designed for testing applications that use the `NotebookServiceClient`."],["The class allows developers to simulate responses and errors from a `NotebookServiceClient` using the Google Test framework and gMock."],["The document contains a list of available versions for `MockNotebookServiceConnection`, ranging from version 2.11.0 to 2.37.0-rc, with each link directing to the associated class documentation."],["The `MockNotebookServiceConnection` class offers numerous virtual functions that can be mocked, each implemented using gMock's `MOCK_METHOD()`, which are designed to manage different aspects of notebook instances, environments, schedules, and executions."],["The document recommends seeing a provided example from the bigquery library, to understand how to test your applications that use `*Client` and `*Connection`."]]],[]]