getMyInstance method
ResponseFuture<GetMyInstanceResponse>
getMyInstance(
- GetMyInstanceRequest request, {
- 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);
}