getService method

  1. @Deprecated('This method is deprecated')
ResponseFuture<Service> getService(
  1. GetServiceRequest request, {
  2. CallOptions? options,
})

Returns the service configuration and enabled state for a given service.

Implementation

@$core.Deprecated('This method is deprecated')
$grpc.ResponseFuture<$2.Service> getService(
  $0.GetServiceRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$getService, request, options: options);
}