Uses of Class
com.google.cloud.notebooks.v1.ManagedNotebookServiceClient
-
Packages that use ManagedNotebookServiceClient Package Description com.google.cloud.notebooks.v1 A client to Notebooks API -
-
Uses of ManagedNotebookServiceClient in com.google.cloud.notebooks.v1
Methods in com.google.cloud.notebooks.v1 that return ManagedNotebookServiceClient Modifier and Type Method Description static ManagedNotebookServiceClient
ManagedNotebookServiceClient. create()
Constructs an instance of ManagedNotebookServiceClient with default settings.static ManagedNotebookServiceClient
ManagedNotebookServiceClient. create(ManagedNotebookServiceSettings settings)
Constructs an instance of ManagedNotebookServiceClient, using the given settings.static ManagedNotebookServiceClient
ManagedNotebookServiceClient. create(ManagedNotebookServiceStub stub)
Constructs an instance of ManagedNotebookServiceClient, using the given stub for making calls.
-