Uses of Class
com.google.cloud.notebooks.v1.GetInstanceHealthResponse
-
Packages that use GetInstanceHealthResponse Package Description com.google.cloud.notebooks.v1 A client to Notebooks APIcom.google.cloud.notebooks.v1.stub -
-
Uses of GetInstanceHealthResponse in com.google.cloud.notebooks.v1
Methods in com.google.cloud.notebooks.v1 that return GetInstanceHealthResponse Modifier and Type Method Description GetInstanceHealthResponse
GetInstanceHealthResponse.Builder. build()
GetInstanceHealthResponse
GetInstanceHealthResponse.Builder. buildPartial()
static GetInstanceHealthResponse
GetInstanceHealthResponse. getDefaultInstance()
GetInstanceHealthResponse
GetInstanceHealthResponse.Builder. getDefaultInstanceForType()
GetInstanceHealthResponse
GetInstanceHealthResponse. getDefaultInstanceForType()
GetInstanceHealthResponse
NotebookServiceClient. getInstanceHealth(GetInstanceHealthRequest request)
Check if a notebook instance is healthy.GetInstanceHealthResponse
NotebookServiceClient. getInstanceHealth(InstanceName name)
Check if a notebook instance is healthy.GetInstanceHealthResponse
NotebookServiceClient. getInstanceHealth(String name)
Check if a notebook instance is healthy.GetInstanceHealthResponse
NotebookServiceGrpc.NotebookServiceBlockingStub. getInstanceHealth(GetInstanceHealthRequest request)
Check if a notebook instance is healthy.static GetInstanceHealthResponse
GetInstanceHealthResponse. parseDelimitedFrom(InputStream input)
static GetInstanceHealthResponse
GetInstanceHealthResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetInstanceHealthResponse
GetInstanceHealthResponse. parseFrom(byte[] data)
static GetInstanceHealthResponse
GetInstanceHealthResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetInstanceHealthResponse
GetInstanceHealthResponse. parseFrom(com.google.protobuf.ByteString data)
static GetInstanceHealthResponse
GetInstanceHealthResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetInstanceHealthResponse
GetInstanceHealthResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static GetInstanceHealthResponse
GetInstanceHealthResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetInstanceHealthResponse
GetInstanceHealthResponse. parseFrom(InputStream input)
static GetInstanceHealthResponse
GetInstanceHealthResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetInstanceHealthResponse
GetInstanceHealthResponse. parseFrom(ByteBuffer data)
static GetInstanceHealthResponse
GetInstanceHealthResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.notebooks.v1 that return types with arguments of type GetInstanceHealthResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<GetInstanceHealthRequest,GetInstanceHealthResponse>
NotebookServiceGrpc. getGetInstanceHealthMethod()
com.google.common.util.concurrent.ListenableFuture<GetInstanceHealthResponse>
NotebookServiceGrpc.NotebookServiceFutureStub. getInstanceHealth(GetInstanceHealthRequest request)
Check if a notebook instance is healthy.com.google.api.gax.rpc.UnaryCallable<GetInstanceHealthRequest,GetInstanceHealthResponse>
NotebookServiceClient. getInstanceHealthCallable()
Check if a notebook instance is healthy.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetInstanceHealthRequest,GetInstanceHealthResponse>
NotebookServiceSettings.Builder. getInstanceHealthSettings()
Returns the builder for the settings used for calls to getInstanceHealth.com.google.api.gax.rpc.UnaryCallSettings<GetInstanceHealthRequest,GetInstanceHealthResponse>
NotebookServiceSettings. getInstanceHealthSettings()
Returns the object with the settings used for calls to getInstanceHealth.com.google.protobuf.Parser<GetInstanceHealthResponse>
GetInstanceHealthResponse. getParserForType()
static com.google.protobuf.Parser<GetInstanceHealthResponse>
GetInstanceHealthResponse. parser()
Methods in com.google.cloud.notebooks.v1 with parameters of type GetInstanceHealthResponse Modifier and Type Method Description GetInstanceHealthResponse.Builder
GetInstanceHealthResponse.Builder. mergeFrom(GetInstanceHealthResponse other)
static GetInstanceHealthResponse.Builder
GetInstanceHealthResponse. newBuilder(GetInstanceHealthResponse prototype)
Method parameters in com.google.cloud.notebooks.v1 with type arguments of type GetInstanceHealthResponse Modifier and Type Method Description default void
NotebookServiceGrpc.AsyncService. getInstanceHealth(GetInstanceHealthRequest request, io.grpc.stub.StreamObserver<GetInstanceHealthResponse> responseObserver)
Check if a notebook instance is healthy.void
NotebookServiceGrpc.NotebookServiceStub. getInstanceHealth(GetInstanceHealthRequest request, io.grpc.stub.StreamObserver<GetInstanceHealthResponse> responseObserver)
Check if a notebook instance is healthy. -
Uses of GetInstanceHealthResponse in com.google.cloud.notebooks.v1.stub
Methods in com.google.cloud.notebooks.v1.stub that return types with arguments of type GetInstanceHealthResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetInstanceHealthRequest,GetInstanceHealthResponse>
GrpcNotebookServiceStub. getInstanceHealthCallable()
com.google.api.gax.rpc.UnaryCallable<GetInstanceHealthRequest,GetInstanceHealthResponse>
NotebookServiceStub. getInstanceHealthCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetInstanceHealthRequest,GetInstanceHealthResponse>
NotebookServiceStubSettings.Builder. getInstanceHealthSettings()
Returns the builder for the settings used for calls to getInstanceHealth.com.google.api.gax.rpc.UnaryCallSettings<GetInstanceHealthRequest,GetInstanceHealthResponse>
NotebookServiceStubSettings. getInstanceHealthSettings()
Returns the object with the settings used for calls to getInstanceHealth.
-