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