getInstance method
ResponseFuture<GetInstanceResponse>
getInstance(
- GetInstanceRequest request, {
- 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);
}