getInstance method

ResponseFuture<GetInstanceResponse> getInstance(
  1. GetInstanceRequest request, {
  2. CallOptions? options,
})

Returns the detail of an instance

Deprecated: Use GetInstance instead to get the details of the instance in context

Implementation

$grpc.ResponseFuture<$0.GetInstanceResponse> getInstance(
  $0.GetInstanceRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$getInstance, request, options: options);
}