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 GetInstanceHealthResponseGetInstanceHealthResponse.Builder. build()GetInstanceHealthResponseGetInstanceHealthResponse.Builder. buildPartial()static GetInstanceHealthResponseGetInstanceHealthResponse. getDefaultInstance()GetInstanceHealthResponseGetInstanceHealthResponse.Builder. getDefaultInstanceForType()GetInstanceHealthResponseGetInstanceHealthResponse. getDefaultInstanceForType()GetInstanceHealthResponseNotebookServiceClient. getInstanceHealth(GetInstanceHealthRequest request)Check if a notebook instance is healthy.GetInstanceHealthResponseNotebookServiceClient. getInstanceHealth(InstanceName name)Check if a notebook instance is healthy.GetInstanceHealthResponseNotebookServiceClient. getInstanceHealth(String name)Check if a notebook instance is healthy.GetInstanceHealthResponseNotebookServiceGrpc.NotebookServiceBlockingStub. getInstanceHealth(GetInstanceHealthRequest request)Check if a notebook instance is healthy.static GetInstanceHealthResponseGetInstanceHealthResponse. parseDelimitedFrom(InputStream input)static GetInstanceHealthResponseGetInstanceHealthResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetInstanceHealthResponseGetInstanceHealthResponse. parseFrom(byte[] data)static GetInstanceHealthResponseGetInstanceHealthResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetInstanceHealthResponseGetInstanceHealthResponse. parseFrom(com.google.protobuf.ByteString data)static GetInstanceHealthResponseGetInstanceHealthResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetInstanceHealthResponseGetInstanceHealthResponse. parseFrom(com.google.protobuf.CodedInputStream input)static GetInstanceHealthResponseGetInstanceHealthResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetInstanceHealthResponseGetInstanceHealthResponse. parseFrom(InputStream input)static GetInstanceHealthResponseGetInstanceHealthResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetInstanceHealthResponseGetInstanceHealthResponse. parseFrom(ByteBuffer data)static GetInstanceHealthResponseGetInstanceHealthResponse. 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.BuilderGetInstanceHealthResponse.Builder. mergeFrom(GetInstanceHealthResponse other)static GetInstanceHealthResponse.BuilderGetInstanceHealthResponse. newBuilder(GetInstanceHealthResponse prototype)Method parameters in com.google.cloud.notebooks.v1 with type arguments of type GetInstanceHealthResponse Modifier and Type Method Description default voidNotebookServiceGrpc.AsyncService. getInstanceHealth(GetInstanceHealthRequest request, io.grpc.stub.StreamObserver<GetInstanceHealthResponse> responseObserver)Check if a notebook instance is healthy.voidNotebookServiceGrpc.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.
-