getMyInstance method

ResponseFuture<GetMyInstanceResponse> getMyInstance(
  1. GetMyInstanceRequest request, {
  2. CallOptions? options,
})

Get My Instance

Deprecated: use instance service v2 GetInstance instead.

Returns the details about the current instance such as the name, version, domains, etc.

Implementation

$grpc.ResponseFuture<$0.GetMyInstanceResponse> getMyInstance(
  $0.GetMyInstanceRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$getMyInstance, request, options: options);
}