@Generated(value="by gapic-generator-java") public class GrpcManagedNotebookServiceStub extends ManagedNotebookServiceStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
GrpcManagedNotebookServiceStub(ManagedNotebookServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcManagedNotebookServiceStub, using the given settings.
|
protected |
GrpcManagedNotebookServiceStub(ManagedNotebookServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcManagedNotebookServiceStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static GrpcManagedNotebookServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static GrpcManagedNotebookServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) |
static GrpcManagedNotebookServiceStub |
create(ManagedNotebookServiceStubSettings settings) |
com.google.api.gax.rpc.UnaryCallable<CreateRuntimeRequest,com.google.longrunning.Operation> |
createRuntimeCallable() |
com.google.api.gax.rpc.OperationCallable<CreateRuntimeRequest,Runtime,OperationMetadata> |
createRuntimeOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteRuntimeRequest,com.google.longrunning.Operation> |
deleteRuntimeCallable() |
com.google.api.gax.rpc.OperationCallable<DeleteRuntimeRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteRuntimeOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<DiagnoseRuntimeRequest,com.google.longrunning.Operation> |
diagnoseRuntimeCallable() |
com.google.api.gax.rpc.OperationCallable<DiagnoseRuntimeRequest,Runtime,OperationMetadata> |
diagnoseRuntimeOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getIamPolicyCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getLocationCallable() |
com.google.longrunning.stub.GrpcOperationsStub |
getOperationsStub() |
com.google.api.gax.rpc.UnaryCallable<GetRuntimeRequest,Runtime> |
getRuntimeCallable() |
boolean |
isShutdown() |
boolean |
isTerminated() |
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> |
listLocationsCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,ManagedNotebookServiceClient.ListLocationsPagedResponse> |
listLocationsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListRuntimesRequest,ListRuntimesResponse> |
listRuntimesCallable() |
com.google.api.gax.rpc.UnaryCallable<ListRuntimesRequest,ManagedNotebookServiceClient.ListRuntimesPagedResponse> |
listRuntimesPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<RefreshRuntimeTokenInternalRequest,RefreshRuntimeTokenInternalResponse> |
refreshRuntimeTokenInternalCallable() |
com.google.api.gax.rpc.UnaryCallable<ReportRuntimeEventRequest,com.google.longrunning.Operation> |
reportRuntimeEventCallable() |
com.google.api.gax.rpc.OperationCallable<ReportRuntimeEventRequest,Runtime,OperationMetadata> |
reportRuntimeEventOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<ResetRuntimeRequest,com.google.longrunning.Operation> |
resetRuntimeCallable() |
com.google.api.gax.rpc.OperationCallable<ResetRuntimeRequest,Runtime,OperationMetadata> |
resetRuntimeOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
setIamPolicyCallable() |
void |
shutdown() |
void |
shutdownNow() |
com.google.api.gax.rpc.UnaryCallable<StartRuntimeRequest,com.google.longrunning.Operation> |
startRuntimeCallable() |
com.google.api.gax.rpc.OperationCallable<StartRuntimeRequest,Runtime,OperationMetadata> |
startRuntimeOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<StopRuntimeRequest,com.google.longrunning.Operation> |
stopRuntimeCallable() |
com.google.api.gax.rpc.OperationCallable<StopRuntimeRequest,Runtime,OperationMetadata> |
stopRuntimeOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<SwitchRuntimeRequest,com.google.longrunning.Operation> |
switchRuntimeCallable() |
com.google.api.gax.rpc.OperationCallable<SwitchRuntimeRequest,Runtime,OperationMetadata> |
switchRuntimeOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
testIamPermissionsCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdateRuntimeRequest,com.google.longrunning.Operation> |
updateRuntimeCallable() |
com.google.api.gax.rpc.OperationCallable<UpdateRuntimeRequest,Runtime,OperationMetadata> |
updateRuntimeOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<UpgradeRuntimeRequest,com.google.longrunning.Operation> |
upgradeRuntimeCallable() |
com.google.api.gax.rpc.OperationCallable<UpgradeRuntimeRequest,Runtime,OperationMetadata> |
upgradeRuntimeOperationCallable() |
protected GrpcManagedNotebookServiceStub(ManagedNotebookServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected GrpcManagedNotebookServiceStub(ManagedNotebookServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final GrpcManagedNotebookServiceStub create(ManagedNotebookServiceStubSettings settings) throws IOException
IOExceptionpublic static final GrpcManagedNotebookServiceStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final GrpcManagedNotebookServiceStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic com.google.longrunning.stub.GrpcOperationsStub getOperationsStub()
getOperationsStub in class ManagedNotebookServiceStubpublic com.google.api.gax.rpc.UnaryCallable<ListRuntimesRequest,ListRuntimesResponse> listRuntimesCallable()
listRuntimesCallable in class ManagedNotebookServiceStubpublic com.google.api.gax.rpc.UnaryCallable<ListRuntimesRequest,ManagedNotebookServiceClient.ListRuntimesPagedResponse> listRuntimesPagedCallable()
listRuntimesPagedCallable in class ManagedNotebookServiceStubpublic com.google.api.gax.rpc.UnaryCallable<GetRuntimeRequest,Runtime> getRuntimeCallable()
getRuntimeCallable in class ManagedNotebookServiceStubpublic com.google.api.gax.rpc.UnaryCallable<CreateRuntimeRequest,com.google.longrunning.Operation> createRuntimeCallable()
createRuntimeCallable in class ManagedNotebookServiceStubpublic com.google.api.gax.rpc.OperationCallable<CreateRuntimeRequest,Runtime,OperationMetadata> createRuntimeOperationCallable()
createRuntimeOperationCallable in class ManagedNotebookServiceStubpublic com.google.api.gax.rpc.UnaryCallable<UpdateRuntimeRequest,com.google.longrunning.Operation> updateRuntimeCallable()
updateRuntimeCallable in class ManagedNotebookServiceStubpublic com.google.api.gax.rpc.OperationCallable<UpdateRuntimeRequest,Runtime,OperationMetadata> updateRuntimeOperationCallable()
updateRuntimeOperationCallable in class ManagedNotebookServiceStubpublic com.google.api.gax.rpc.UnaryCallable<DeleteRuntimeRequest,com.google.longrunning.Operation> deleteRuntimeCallable()
deleteRuntimeCallable in class ManagedNotebookServiceStubpublic com.google.api.gax.rpc.OperationCallable<DeleteRuntimeRequest,com.google.protobuf.Empty,OperationMetadata> deleteRuntimeOperationCallable()
deleteRuntimeOperationCallable in class ManagedNotebookServiceStubpublic com.google.api.gax.rpc.UnaryCallable<StartRuntimeRequest,com.google.longrunning.Operation> startRuntimeCallable()
startRuntimeCallable in class ManagedNotebookServiceStubpublic com.google.api.gax.rpc.OperationCallable<StartRuntimeRequest,Runtime,OperationMetadata> startRuntimeOperationCallable()
startRuntimeOperationCallable in class ManagedNotebookServiceStubpublic com.google.api.gax.rpc.UnaryCallable<StopRuntimeRequest,com.google.longrunning.Operation> stopRuntimeCallable()
stopRuntimeCallable in class ManagedNotebookServiceStubpublic com.google.api.gax.rpc.OperationCallable<StopRuntimeRequest,Runtime,OperationMetadata> stopRuntimeOperationCallable()
stopRuntimeOperationCallable in class ManagedNotebookServiceStubpublic com.google.api.gax.rpc.UnaryCallable<SwitchRuntimeRequest,com.google.longrunning.Operation> switchRuntimeCallable()
switchRuntimeCallable in class ManagedNotebookServiceStubpublic com.google.api.gax.rpc.OperationCallable<SwitchRuntimeRequest,Runtime,OperationMetadata> switchRuntimeOperationCallable()
switchRuntimeOperationCallable in class ManagedNotebookServiceStubpublic com.google.api.gax.rpc.UnaryCallable<ResetRuntimeRequest,com.google.longrunning.Operation> resetRuntimeCallable()
resetRuntimeCallable in class ManagedNotebookServiceStubpublic com.google.api.gax.rpc.OperationCallable<ResetRuntimeRequest,Runtime,OperationMetadata> resetRuntimeOperationCallable()
resetRuntimeOperationCallable in class ManagedNotebookServiceStubpublic com.google.api.gax.rpc.UnaryCallable<UpgradeRuntimeRequest,com.google.longrunning.Operation> upgradeRuntimeCallable()
upgradeRuntimeCallable in class ManagedNotebookServiceStubpublic com.google.api.gax.rpc.OperationCallable<UpgradeRuntimeRequest,Runtime,OperationMetadata> upgradeRuntimeOperationCallable()
upgradeRuntimeOperationCallable in class ManagedNotebookServiceStubpublic com.google.api.gax.rpc.UnaryCallable<ReportRuntimeEventRequest,com.google.longrunning.Operation> reportRuntimeEventCallable()
reportRuntimeEventCallable in class ManagedNotebookServiceStubpublic com.google.api.gax.rpc.OperationCallable<ReportRuntimeEventRequest,Runtime,OperationMetadata> reportRuntimeEventOperationCallable()
reportRuntimeEventOperationCallable in class ManagedNotebookServiceStubpublic com.google.api.gax.rpc.UnaryCallable<RefreshRuntimeTokenInternalRequest,RefreshRuntimeTokenInternalResponse> refreshRuntimeTokenInternalCallable()
refreshRuntimeTokenInternalCallable in class ManagedNotebookServiceStubpublic com.google.api.gax.rpc.UnaryCallable<DiagnoseRuntimeRequest,com.google.longrunning.Operation> diagnoseRuntimeCallable()
diagnoseRuntimeCallable in class ManagedNotebookServiceStubpublic com.google.api.gax.rpc.OperationCallable<DiagnoseRuntimeRequest,Runtime,OperationMetadata> diagnoseRuntimeOperationCallable()
diagnoseRuntimeOperationCallable in class ManagedNotebookServiceStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> listLocationsCallable()
listLocationsCallable in class ManagedNotebookServiceStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,ManagedNotebookServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
listLocationsPagedCallable in class ManagedNotebookServiceStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationCallable()
getLocationCallable in class ManagedNotebookServiceStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicyCallable()
setIamPolicyCallable in class ManagedNotebookServiceStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicyCallable()
getIamPolicyCallable in class ManagedNotebookServiceStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsCallable()
testIamPermissionsCallable in class ManagedNotebookServiceStubpublic final void close()
close in interface AutoCloseableclose in class ManagedNotebookServiceStubpublic void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2023 Google LLC. All rights reserved.