Uses of Class
com.google.cloud.notebooks.v1.stub.NotebookServiceStubSettings
-
Packages that use NotebookServiceStubSettings Package Description com.google.cloud.notebooks.v1 A client to Notebooks APIcom.google.cloud.notebooks.v1.stub -
-
Uses of NotebookServiceStubSettings in com.google.cloud.notebooks.v1
Methods in com.google.cloud.notebooks.v1 with parameters of type NotebookServiceStubSettings Modifier and Type Method Description static NotebookServiceSettings
NotebookServiceSettings. create(NotebookServiceStubSettings stub)
-
Uses of NotebookServiceStubSettings in com.google.cloud.notebooks.v1.stub
Methods in com.google.cloud.notebooks.v1.stub that return NotebookServiceStubSettings Modifier and Type Method Description NotebookServiceStubSettings
NotebookServiceStubSettings.Builder. build()
Methods in com.google.cloud.notebooks.v1.stub with parameters of type NotebookServiceStubSettings Modifier and Type Method Description static GrpcNotebookServiceStub
GrpcNotebookServiceStub. create(NotebookServiceStubSettings settings)
Constructors in com.google.cloud.notebooks.v1.stub with parameters of type NotebookServiceStubSettings Constructor Description Builder(NotebookServiceStubSettings settings)
GrpcNotebookServiceStub(NotebookServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcNotebookServiceStub, using the given settings.GrpcNotebookServiceStub(NotebookServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcNotebookServiceStub, using the given settings.
-