Uses of Class
com.google.cloud.notebooks.v1beta1.NotebookServiceSettings
-
Packages that use NotebookServiceSettings Package Description com.google.cloud.notebooks.v1beta1 A client to Notebooks API -
-
Uses of NotebookServiceSettings in com.google.cloud.notebooks.v1beta1
Methods in com.google.cloud.notebooks.v1beta1 that return NotebookServiceSettings Modifier and Type Method Description NotebookServiceSettings
NotebookServiceSettings.Builder. build()
static NotebookServiceSettings
NotebookServiceSettings. create(NotebookServiceStubSettings stub)
NotebookServiceSettings
NotebookServiceClient. getSettings()
Methods in com.google.cloud.notebooks.v1beta1 with parameters of type NotebookServiceSettings Modifier and Type Method Description static NotebookServiceClient
NotebookServiceClient. create(NotebookServiceSettings settings)
Constructs an instance of NotebookServiceClient, using the given settings.Constructors in com.google.cloud.notebooks.v1beta1 with parameters of type NotebookServiceSettings Constructor Description Builder(NotebookServiceSettings settings)
NotebookServiceClient(NotebookServiceSettings settings)
Constructs an instance of NotebookServiceClient, using the given settings.
-