Class NotebookServiceStub
java.lang.Object
com.google.cloud.aiplatform.v1.stub.NotebookServiceStub
- All Implemented Interfaces:
BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcNotebookServiceStub
@Generated("by gapic-generator-java")
public abstract class NotebookServiceStub
extends Object
implements BackgroundResource
Base stub class for the NotebookService service API.
This class is for advanced usage and reflects the underlying API directly.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOperationCallable<AssignNotebookRuntimeRequest,NotebookRuntime, AssignNotebookRuntimeOperationMetadata> abstract voidclose()OperationCallable<CreateNotebookExecutionJobRequest,NotebookExecutionJob, CreateNotebookExecutionJobOperationMetadata> OperationCallable<CreateNotebookRuntimeTemplateRequest,NotebookRuntimeTemplate, CreateNotebookRuntimeTemplateOperationMetadata> OperationCallable<DeleteNotebookExecutionJobRequest,com.google.protobuf.Empty, DeleteOperationMetadata> OperationCallable<DeleteNotebookRuntimeRequest,com.google.protobuf.Empty, DeleteOperationMetadata> OperationCallable<DeleteNotebookRuntimeTemplateRequest,com.google.protobuf.Empty, DeleteOperationMetadata> UnaryCallable<ListNotebookExecutionJobsRequest,NotebookServiceClient.ListNotebookExecutionJobsPagedResponse> UnaryCallable<ListNotebookRuntimeTemplatesRequest,NotebookServiceClient.ListNotebookRuntimeTemplatesPagedResponse> OperationCallable<StartNotebookRuntimeRequest,StartNotebookRuntimeResponse, StartNotebookRuntimeOperationMetadata> OperationCallable<StopNotebookRuntimeRequest,StopNotebookRuntimeResponse, StopNotebookRuntimeOperationMetadata> OperationCallable<UpgradeNotebookRuntimeRequest,UpgradeNotebookRuntimeResponse, UpgradeNotebookRuntimeOperationMetadata> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.core.BackgroundResource
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
-
Constructor Details
-
NotebookServiceStub
public NotebookServiceStub()
-
-
Method Details
-
getOperationsStub
-
createNotebookRuntimeTemplateOperationCallable
public OperationCallable<CreateNotebookRuntimeTemplateRequest,NotebookRuntimeTemplate, createNotebookRuntimeTemplateOperationCallable()CreateNotebookRuntimeTemplateOperationMetadata> -
createNotebookRuntimeTemplateCallable
public UnaryCallable<CreateNotebookRuntimeTemplateRequest,Operation> createNotebookRuntimeTemplateCallable() -
getNotebookRuntimeTemplateCallable
public UnaryCallable<GetNotebookRuntimeTemplateRequest,NotebookRuntimeTemplate> getNotebookRuntimeTemplateCallable() -
listNotebookRuntimeTemplatesPagedCallable
public UnaryCallable<ListNotebookRuntimeTemplatesRequest,NotebookServiceClient.ListNotebookRuntimeTemplatesPagedResponse> listNotebookRuntimeTemplatesPagedCallable() -
listNotebookRuntimeTemplatesCallable
public UnaryCallable<ListNotebookRuntimeTemplatesRequest,ListNotebookRuntimeTemplatesResponse> listNotebookRuntimeTemplatesCallable() -
deleteNotebookRuntimeTemplateOperationCallable
public OperationCallable<DeleteNotebookRuntimeTemplateRequest,com.google.protobuf.Empty, deleteNotebookRuntimeTemplateOperationCallable()DeleteOperationMetadata> -
deleteNotebookRuntimeTemplateCallable
public UnaryCallable<DeleteNotebookRuntimeTemplateRequest,Operation> deleteNotebookRuntimeTemplateCallable() -
updateNotebookRuntimeTemplateCallable
public UnaryCallable<UpdateNotebookRuntimeTemplateRequest,NotebookRuntimeTemplate> updateNotebookRuntimeTemplateCallable() -
assignNotebookRuntimeOperationCallable
public OperationCallable<AssignNotebookRuntimeRequest,NotebookRuntime, assignNotebookRuntimeOperationCallable()AssignNotebookRuntimeOperationMetadata> -
assignNotebookRuntimeCallable
-
getNotebookRuntimeCallable
-
listNotebookRuntimesPagedCallable
public UnaryCallable<ListNotebookRuntimesRequest,NotebookServiceClient.ListNotebookRuntimesPagedResponse> listNotebookRuntimesPagedCallable() -
listNotebookRuntimesCallable
public UnaryCallable<ListNotebookRuntimesRequest,ListNotebookRuntimesResponse> listNotebookRuntimesCallable() -
deleteNotebookRuntimeOperationCallable
public OperationCallable<DeleteNotebookRuntimeRequest,com.google.protobuf.Empty, deleteNotebookRuntimeOperationCallable()DeleteOperationMetadata> -
deleteNotebookRuntimeCallable
-
upgradeNotebookRuntimeOperationCallable
public OperationCallable<UpgradeNotebookRuntimeRequest,UpgradeNotebookRuntimeResponse, upgradeNotebookRuntimeOperationCallable()UpgradeNotebookRuntimeOperationMetadata> -
upgradeNotebookRuntimeCallable
-
startNotebookRuntimeOperationCallable
public OperationCallable<StartNotebookRuntimeRequest,StartNotebookRuntimeResponse, startNotebookRuntimeOperationCallable()StartNotebookRuntimeOperationMetadata> -
startNotebookRuntimeCallable
-
stopNotebookRuntimeOperationCallable
public OperationCallable<StopNotebookRuntimeRequest,StopNotebookRuntimeResponse, stopNotebookRuntimeOperationCallable()StopNotebookRuntimeOperationMetadata> -
stopNotebookRuntimeCallable
-
createNotebookExecutionJobOperationCallable
public OperationCallable<CreateNotebookExecutionJobRequest,NotebookExecutionJob, createNotebookExecutionJobOperationCallable()CreateNotebookExecutionJobOperationMetadata> -
createNotebookExecutionJobCallable
public UnaryCallable<CreateNotebookExecutionJobRequest,Operation> createNotebookExecutionJobCallable() -
getNotebookExecutionJobCallable
public UnaryCallable<GetNotebookExecutionJobRequest,NotebookExecutionJob> getNotebookExecutionJobCallable() -
listNotebookExecutionJobsPagedCallable
public UnaryCallable<ListNotebookExecutionJobsRequest,NotebookServiceClient.ListNotebookExecutionJobsPagedResponse> listNotebookExecutionJobsPagedCallable() -
listNotebookExecutionJobsCallable
public UnaryCallable<ListNotebookExecutionJobsRequest,ListNotebookExecutionJobsResponse> listNotebookExecutionJobsCallable() -
deleteNotebookExecutionJobOperationCallable
public OperationCallable<DeleteNotebookExecutionJobRequest,com.google.protobuf.Empty, deleteNotebookExecutionJobOperationCallable()DeleteOperationMetadata> -
deleteNotebookExecutionJobCallable
public UnaryCallable<DeleteNotebookExecutionJobRequest,Operation> deleteNotebookExecutionJobCallable() -
listLocationsPagedCallable
public UnaryCallable<ListLocationsRequest,NotebookServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable() -
listLocationsCallable
-
getLocationCallable
-
setIamPolicyCallable
-
getIamPolicyCallable
-
testIamPermissionsCallable
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable() -
close
public abstract void close()- Specified by:
closein interfaceAutoCloseable
-