- 1.51.0 (latest)
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.3
- 1.0.6
- 0.6.2
public class GrpcNotebookServiceStub extends NotebookServiceStub
gRPC stub implementation for the NotebookService service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
GrpcNotebookServiceStub(NotebookServiceStubSettings settings, ClientContext clientContext)
protected GrpcNotebookServiceStub(NotebookServiceStubSettings settings, ClientContext clientContext)
Constructs an instance of GrpcNotebookServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
Name | Description |
settings | NotebookServiceStubSettings |
clientContext | ClientContext |
GrpcNotebookServiceStub(NotebookServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
protected GrpcNotebookServiceStub(NotebookServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcNotebookServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
Name | Description |
settings | NotebookServiceStubSettings |
clientContext | ClientContext |
callableFactory | GrpcStubCallableFactory |
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
Name | Description |
duration | long |
unit | TimeUnit |
Type | Description |
boolean |
Type | Description |
InterruptedException |
close()
public final void close()
create(ClientContext clientContext)
public static final GrpcNotebookServiceStub create(ClientContext clientContext)
Name | Description |
clientContext | ClientContext |
Type | Description |
GrpcNotebookServiceStub |
Type | Description |
IOException |
create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
public static final GrpcNotebookServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Name | Description |
clientContext | ClientContext |
callableFactory | GrpcStubCallableFactory |
Type | Description |
GrpcNotebookServiceStub |
Type | Description |
IOException |
create(NotebookServiceStubSettings settings)
public static final GrpcNotebookServiceStub create(NotebookServiceStubSettings settings)
Name | Description |
settings | NotebookServiceStubSettings |
Type | Description |
GrpcNotebookServiceStub |
Type | Description |
IOException |
createEnvironmentCallable()
public UnaryCallable<CreateEnvironmentRequest,Operation> createEnvironmentCallable()
Type | Description |
UnaryCallable<CreateEnvironmentRequest,Operation> |
createEnvironmentOperationCallable()
public OperationCallable<CreateEnvironmentRequest,Environment,OperationMetadata> createEnvironmentOperationCallable()
Type | Description |
OperationCallable<CreateEnvironmentRequest,Environment,OperationMetadata> |
createInstanceCallable()
public UnaryCallable<CreateInstanceRequest,Operation> createInstanceCallable()
Type | Description |
UnaryCallable<CreateInstanceRequest,Operation> |
createInstanceOperationCallable()
public OperationCallable<CreateInstanceRequest,Instance,OperationMetadata> createInstanceOperationCallable()
Type | Description |
OperationCallable<CreateInstanceRequest,Instance,OperationMetadata> |
deleteEnvironmentCallable()
public UnaryCallable<DeleteEnvironmentRequest,Operation> deleteEnvironmentCallable()
Type | Description |
UnaryCallable<DeleteEnvironmentRequest,Operation> |
deleteEnvironmentOperationCallable()
public OperationCallable<DeleteEnvironmentRequest,Empty,OperationMetadata> deleteEnvironmentOperationCallable()
Type | Description |
OperationCallable<DeleteEnvironmentRequest,Empty,OperationMetadata> |
deleteInstanceCallable()
public UnaryCallable<DeleteInstanceRequest,Operation> deleteInstanceCallable()
Type | Description |
UnaryCallable<DeleteInstanceRequest,Operation> |
deleteInstanceOperationCallable()
public OperationCallable<DeleteInstanceRequest,Empty,OperationMetadata> deleteInstanceOperationCallable()
Type | Description |
OperationCallable<DeleteInstanceRequest,Empty,OperationMetadata> |
getEnvironmentCallable()
public UnaryCallable<GetEnvironmentRequest,Environment> getEnvironmentCallable()
Type | Description |
UnaryCallable<GetEnvironmentRequest,Environment> |
getInstanceCallable()
public UnaryCallable<GetInstanceRequest,Instance> getInstanceCallable()
Type | Description |
UnaryCallable<GetInstanceRequest,Instance> |
getOperationsStub()
public GrpcOperationsStub getOperationsStub()
Type | Description |
GrpcOperationsStub |
isInstanceUpgradeableCallable()
public UnaryCallable<IsInstanceUpgradeableRequest,IsInstanceUpgradeableResponse> isInstanceUpgradeableCallable()
Type | Description |
UnaryCallable<IsInstanceUpgradeableRequest,IsInstanceUpgradeableResponse> |
isShutdown()
public boolean isShutdown()
Type | Description |
boolean |
isTerminated()
public boolean isTerminated()
Type | Description |
boolean |
listEnvironmentsCallable()
public UnaryCallable<ListEnvironmentsRequest,ListEnvironmentsResponse> listEnvironmentsCallable()
Type | Description |
UnaryCallable<ListEnvironmentsRequest,ListEnvironmentsResponse> |
listEnvironmentsPagedCallable()
public UnaryCallable<ListEnvironmentsRequest,NotebookServiceClient.ListEnvironmentsPagedResponse> listEnvironmentsPagedCallable()
Type | Description |
UnaryCallable<ListEnvironmentsRequest,ListEnvironmentsPagedResponse> |
listInstancesCallable()
public UnaryCallable<ListInstancesRequest,ListInstancesResponse> listInstancesCallable()
Type | Description |
UnaryCallable<ListInstancesRequest,ListInstancesResponse> |
listInstancesPagedCallable()
public UnaryCallable<ListInstancesRequest,NotebookServiceClient.ListInstancesPagedResponse> listInstancesPagedCallable()
Type | Description |
UnaryCallable<ListInstancesRequest,ListInstancesPagedResponse> |
registerInstanceCallable()
public UnaryCallable<RegisterInstanceRequest,Operation> registerInstanceCallable()
Type | Description |
UnaryCallable<RegisterInstanceRequest,Operation> |
registerInstanceOperationCallable()
public OperationCallable<RegisterInstanceRequest,Instance,OperationMetadata> registerInstanceOperationCallable()
Type | Description |
OperationCallable<RegisterInstanceRequest,Instance,OperationMetadata> |
reportInstanceInfoCallable()
public UnaryCallable<ReportInstanceInfoRequest,Operation> reportInstanceInfoCallable()
Type | Description |
UnaryCallable<ReportInstanceInfoRequest,Operation> |
reportInstanceInfoOperationCallable()
public OperationCallable<ReportInstanceInfoRequest,Instance,OperationMetadata> reportInstanceInfoOperationCallable()
Type | Description |
OperationCallable<ReportInstanceInfoRequest,Instance,OperationMetadata> |
resetInstanceCallable()
public UnaryCallable<ResetInstanceRequest,Operation> resetInstanceCallable()
Type | Description |
UnaryCallable<ResetInstanceRequest,Operation> |
resetInstanceOperationCallable()
public OperationCallable<ResetInstanceRequest,Instance,OperationMetadata> resetInstanceOperationCallable()
Type | Description |
OperationCallable<ResetInstanceRequest,Instance,OperationMetadata> |
setInstanceAcceleratorCallable()
public UnaryCallable<SetInstanceAcceleratorRequest,Operation> setInstanceAcceleratorCallable()
Type | Description |
UnaryCallable<SetInstanceAcceleratorRequest,Operation> |
setInstanceAcceleratorOperationCallable()
public OperationCallable<SetInstanceAcceleratorRequest,Instance,OperationMetadata> setInstanceAcceleratorOperationCallable()
Type | Description |
OperationCallable<SetInstanceAcceleratorRequest,Instance,OperationMetadata> |
setInstanceLabelsCallable()
public UnaryCallable<SetInstanceLabelsRequest,Operation> setInstanceLabelsCallable()
Type | Description |
UnaryCallable<SetInstanceLabelsRequest,Operation> |
setInstanceLabelsOperationCallable()
public OperationCallable<SetInstanceLabelsRequest,Instance,OperationMetadata> setInstanceLabelsOperationCallable()
Type | Description |
OperationCallable<SetInstanceLabelsRequest,Instance,OperationMetadata> |
setInstanceMachineTypeCallable()
public UnaryCallable<SetInstanceMachineTypeRequest,Operation> setInstanceMachineTypeCallable()
Type | Description |
UnaryCallable<SetInstanceMachineTypeRequest,Operation> |
setInstanceMachineTypeOperationCallable()
public OperationCallable<SetInstanceMachineTypeRequest,Instance,OperationMetadata> setInstanceMachineTypeOperationCallable()
Type | Description |
OperationCallable<SetInstanceMachineTypeRequest,Instance,OperationMetadata> |
shutdown()
public void shutdown()
shutdownNow()
public void shutdownNow()
startInstanceCallable()
public UnaryCallable<StartInstanceRequest,Operation> startInstanceCallable()
Type | Description |
UnaryCallable<StartInstanceRequest,Operation> |
startInstanceOperationCallable()
public OperationCallable<StartInstanceRequest,Instance,OperationMetadata> startInstanceOperationCallable()
Type | Description |
OperationCallable<StartInstanceRequest,Instance,OperationMetadata> |
stopInstanceCallable()
public UnaryCallable<StopInstanceRequest,Operation> stopInstanceCallable()
Type | Description |
UnaryCallable<StopInstanceRequest,Operation> |
stopInstanceOperationCallable()
public OperationCallable<StopInstanceRequest,Instance,OperationMetadata> stopInstanceOperationCallable()
Type | Description |
OperationCallable<StopInstanceRequest,Instance,OperationMetadata> |
upgradeInstanceCallable()
public UnaryCallable<UpgradeInstanceRequest,Operation> upgradeInstanceCallable()
Type | Description |
UnaryCallable<UpgradeInstanceRequest,Operation> |
upgradeInstanceInternalCallable()
public UnaryCallable<UpgradeInstanceInternalRequest,Operation> upgradeInstanceInternalCallable()
Type | Description |
UnaryCallable<UpgradeInstanceInternalRequest,Operation> |
upgradeInstanceInternalOperationCallable()
public OperationCallable<UpgradeInstanceInternalRequest,Instance,OperationMetadata> upgradeInstanceInternalOperationCallable()
Type | Description |
OperationCallable<UpgradeInstanceInternalRequest,Instance,OperationMetadata> |
upgradeInstanceOperationCallable()
public OperationCallable<UpgradeInstanceRequest,Instance,OperationMetadata> upgradeInstanceOperationCallable()
Type | Description |
OperationCallable<UpgradeInstanceRequest,Instance,OperationMetadata> |