getLogNotificationProvider method

ResponseFuture<GetLogNotificationProviderResponse> getLogNotificationProvider(
  1. GetLogNotificationProviderRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.GetLogNotificationProviderResponse> getLogNotificationProvider($1.GetLogNotificationProviderRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getLogNotificationProvider, request, options: options);
}